public static interface CommandClusterMetadata.KafkaClusterMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBootstrapServers(int index)
repeated string bootstrapServers = 2; |
com.google.protobuf.ByteString |
getBootstrapServersBytes(int index)
repeated string bootstrapServers = 2; |
int |
getBootstrapServersCount()
repeated string bootstrapServers = 2; |
List<String> |
getBootstrapServersList()
repeated string bootstrapServers = 2; |
String |
getClusterId()
string clusterId = 3; |
com.google.protobuf.ByteString |
getClusterIdBytes()
string clusterId = 3; |
String |
getZookeeperConnect(int index)
repeated string zookeeperConnect = 1; |
com.google.protobuf.ByteString |
getZookeeperConnectBytes(int index)
repeated string zookeeperConnect = 1; |
int |
getZookeeperConnectCount()
repeated string zookeeperConnect = 1; |
List<String> |
getZookeeperConnectList()
repeated string zookeeperConnect = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getZookeeperConnectList()
repeated string zookeeperConnect = 1;
int getZookeeperConnectCount()
repeated string zookeeperConnect = 1;
String getZookeeperConnect(int index)
repeated string zookeeperConnect = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getZookeeperConnectBytes(int index)
repeated string zookeeperConnect = 1;
index
- The index of the value to return.List<String> getBootstrapServersList()
repeated string bootstrapServers = 2;
int getBootstrapServersCount()
repeated string bootstrapServers = 2;
String getBootstrapServers(int index)
repeated string bootstrapServers = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getBootstrapServersBytes(int index)
repeated string bootstrapServers = 2;
index
- The index of the value to return.String getClusterId()
string clusterId = 3;
com.google.protobuf.ByteString getClusterIdBytes()
string clusterId = 3;