Interface CommandAlert.BrokerClusterComponentsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandAlert.BrokerClusterComponents,CommandAlert.BrokerClusterComponents.Builder
- Enclosing class:
CommandAlert
public static interface CommandAlert.BrokerClusterComponentsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBrokerClusters(int index) repeated string brokerClusters = 1;com.google.protobuf.ByteStringgetBrokerClustersBytes(int index) repeated string brokerClusters = 1;intrepeated string brokerClusters = 1;repeated string brokerClusters = 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
-
getBrokerClustersList
repeated string brokerClusters = 1;- Returns:
- A list containing the brokerClusters.
-
getBrokerClustersCount
int getBrokerClustersCount()repeated string brokerClusters = 1;- Returns:
- The count of brokerClusters.
-
getBrokerClusters
repeated string brokerClusters = 1;- Parameters:
index- The index of the element to return.- Returns:
- The brokerClusters at the given index.
-
getBrokerClustersBytes
com.google.protobuf.ByteString getBrokerClustersBytes(int index) repeated string brokerClusters = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the brokerClusters at the given index.
-