Interface Controlcenter.MemberInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Controlcenter.MemberInfo, Controlcenter.MemberInfo.Builder
Enclosing class:
Controlcenter

public static interface Controlcenter.MemberInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string clientId = 1;
    com.google.protobuf.ByteString
    string clientId = 1;
    string group = 2;
    com.google.protobuf.ByteString
    string group = 2;
    string topic = 3;
    com.google.protobuf.ByteString
    string topic = 3;
    .controlcenter.TopicPartition topicPartition = 4;
    .controlcenter.TopicPartition topicPartition = 4;
    boolean
    .controlcenter.TopicPartition topicPartition = 4;

    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

    • getClientId

      String getClientId()
      string clientId = 1;
      Returns:
      The clientId.
    • getClientIdBytes

      com.google.protobuf.ByteString getClientIdBytes()
      string clientId = 1;
      Returns:
      The bytes for clientId.
    • getGroup

      String getGroup()
      string group = 2;
      Returns:
      The group.
    • getGroupBytes

      com.google.protobuf.ByteString getGroupBytes()
      string group = 2;
      Returns:
      The bytes for group.
    • getTopic

      String getTopic()
      string topic = 3;
      Returns:
      The topic.
    • getTopicBytes

      com.google.protobuf.ByteString getTopicBytes()
      string topic = 3;
      Returns:
      The bytes for topic.
    • hasTopicPartition

      boolean hasTopicPartition()
      .controlcenter.TopicPartition topicPartition = 4;
      Returns:
      Whether the topicPartition field is set.
    • getTopicPartition

      Controlcenter.TopicPartition getTopicPartition()
      .controlcenter.TopicPartition topicPartition = 4;
      Returns:
      The topicPartition.
    • getTopicPartitionOrBuilder

      Controlcenter.TopicPartitionOrBuilder getTopicPartitionOrBuilder()
      .controlcenter.TopicPartition topicPartition = 4;