public static interface CommandAlert.BrokerClusterComponentsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBrokerClusters(int index)
repeated string brokerClusters = 1; |
com.google.protobuf.ByteString |
getBrokerClustersBytes(int index)
repeated string brokerClusters = 1; |
int |
getBrokerClustersCount()
repeated string brokerClusters = 1; |
List<String> |
getBrokerClustersList()
repeated string brokerClusters = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getBrokerClustersList()
repeated string brokerClusters = 1;
int getBrokerClustersCount()
repeated string brokerClusters = 1;
String getBrokerClusters(int index)
repeated string brokerClusters = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getBrokerClustersBytes(int index)
repeated string brokerClusters = 1;
index
- The index of the value to return.