Interface Alert.BrokerClusterComponentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Alert.BrokerClusterComponent,Alert.BrokerClusterComponent.Builder
- Enclosing class:
Alert
public static interface Alert.BrokerClusterComponentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring brokerId = 2;com.google.protobuf.ByteStringstring brokerId = 2;string clusterId = 1;com.google.protobuf.ByteStringstring clusterId = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getClusterId
-
getClusterIdBytes
com.google.protobuf.ByteString getClusterIdBytes()string clusterId = 1;- Returns:
- The bytes for clusterId.
-
getBrokerId
-
getBrokerIdBytes
com.google.protobuf.ByteString getBrokerIdBytes()string brokerId = 2;- Returns:
- The bytes for brokerId.
-