Interface CommandClusterMetadata.KafkaClusterMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandClusterMetadata.KafkaClusterMetadata,CommandClusterMetadata.KafkaClusterMetadata.Builder
- Enclosing class:
CommandClusterMetadata
public static interface CommandClusterMetadata.KafkaClusterMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBootstrapServers(int index) repeated string bootstrapServers = 2;com.google.protobuf.ByteStringgetBootstrapServersBytes(int index) repeated string bootstrapServers = 2;intrepeated string bootstrapServers = 2;repeated string bootstrapServers = 2;string clusterId = 3;com.google.protobuf.ByteStringstring clusterId = 3;getZookeeperConnect(int index) repeated string zookeeperConnect = 1;com.google.protobuf.ByteStringgetZookeeperConnectBytes(int index) repeated string zookeeperConnect = 1;intrepeated string zookeeperConnect = 1;repeated string zookeeperConnect = 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
-
getZookeeperConnectList
repeated string zookeeperConnect = 1;- Returns:
- A list containing the zookeeperConnect.
-
getZookeeperConnectCount
int getZookeeperConnectCount()repeated string zookeeperConnect = 1;- Returns:
- The count of zookeeperConnect.
-
getZookeeperConnect
repeated string zookeeperConnect = 1;- Parameters:
index- The index of the element to return.- Returns:
- The zookeeperConnect at the given index.
-
getZookeeperConnectBytes
com.google.protobuf.ByteString getZookeeperConnectBytes(int index) repeated string zookeeperConnect = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the zookeeperConnect at the given index.
-
getBootstrapServersList
repeated string bootstrapServers = 2;- Returns:
- A list containing the bootstrapServers.
-
getBootstrapServersCount
int getBootstrapServersCount()repeated string bootstrapServers = 2;- Returns:
- The count of bootstrapServers.
-
getBootstrapServers
repeated string bootstrapServers = 2;- Parameters:
index- The index of the element to return.- Returns:
- The bootstrapServers at the given index.
-
getBootstrapServersBytes
com.google.protobuf.ByteString getBootstrapServersBytes(int index) repeated string bootstrapServers = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the bootstrapServers at the given index.
-
getClusterId
String getClusterId()string clusterId = 3;- Returns:
- The clusterId.
-
getClusterIdBytes
com.google.protobuf.ByteString getClusterIdBytes()string clusterId = 3;- Returns:
- The bytes for clusterId.
-