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 Type
    Method
    Description
    repeated string bootstrapServers = 2;
    com.google.protobuf.ByteString
    repeated string bootstrapServers = 2;
    int
    repeated string bootstrapServers = 2;
    repeated string bootstrapServers = 2;
    string clusterId = 3;
    com.google.protobuf.ByteString
    string clusterId = 3;
    repeated string zookeeperConnect = 1;
    com.google.protobuf.ByteString
    repeated string zookeeperConnect = 1;
    int
    repeated string zookeeperConnect = 1;
    repeated string zookeeperConnect = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getZookeeperConnectList

      List<String> getZookeeperConnectList()
      repeated string zookeeperConnect = 1;
      Returns:
      A list containing the zookeeperConnect.
    • getZookeeperConnectCount

      int getZookeeperConnectCount()
      repeated string zookeeperConnect = 1;
      Returns:
      The count of zookeeperConnect.
    • getZookeeperConnect

      String getZookeeperConnect(int index)
      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

      List<String> getBootstrapServersList()
      repeated string bootstrapServers = 2;
      Returns:
      A list containing the bootstrapServers.
    • getBootstrapServersCount

      int getBootstrapServersCount()
      repeated string bootstrapServers = 2;
      Returns:
      The count of bootstrapServers.
    • getBootstrapServers

      String getBootstrapServers(int index)
      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.