public static final class Controlcenter.TopicPartitionInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Controlcenter.TopicPartitionInfo.Builder> implements Controlcenter.TopicPartitionInfoOrBuilder
controlcenter.TopicPartitionInfo
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForField
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public Controlcenter.TopicPartitionInfo.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Controlcenter.TopicPartitionInfo.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Controlcenter.TopicPartitionInfo.Builder>
public Controlcenter.TopicPartitionInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Controlcenter.TopicPartitionInfo build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Controlcenter.TopicPartitionInfo buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Controlcenter.TopicPartitionInfo.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<Controlcenter.TopicPartitionInfo.Builder>
public Controlcenter.TopicPartitionInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<Controlcenter.TopicPartitionInfo.Builder>
public Controlcenter.TopicPartitionInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<Controlcenter.TopicPartitionInfo.Builder>
public Controlcenter.TopicPartitionInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<Controlcenter.TopicPartitionInfo.Builder>
public Controlcenter.TopicPartitionInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Controlcenter.TopicPartitionInfo.Builder>
public Controlcenter.TopicPartitionInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Controlcenter.TopicPartitionInfo.Builder>
public Controlcenter.TopicPartitionInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Controlcenter.TopicPartitionInfo.Builder>
public Controlcenter.TopicPartitionInfo.Builder mergeFrom(Controlcenter.TopicPartitionInfo other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Controlcenter.TopicPartitionInfo.Builder>
public Controlcenter.TopicPartitionInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Controlcenter.TopicPartitionInfo.Builder>
IOException
public long getWindow()
int64 window = 1;
getWindow
in interface Controlcenter.TopicPartitionInfoOrBuilder
public Controlcenter.TopicPartitionInfo.Builder setWindow(long value)
int64 window = 1;
value
- The window to set.public Controlcenter.TopicPartitionInfo.Builder clearWindow()
int64 window = 1;
public String getTopic()
string topic = 2;
getTopic
in interface Controlcenter.TopicPartitionInfoOrBuilder
public com.google.protobuf.ByteString getTopicBytes()
string topic = 2;
getTopicBytes
in interface Controlcenter.TopicPartitionInfoOrBuilder
public Controlcenter.TopicPartitionInfo.Builder setTopic(String value)
string topic = 2;
value
- The topic to set.public Controlcenter.TopicPartitionInfo.Builder clearTopic()
string topic = 2;
public Controlcenter.TopicPartitionInfo.Builder setTopicBytes(com.google.protobuf.ByteString value)
string topic = 2;
value
- The bytes for topic to set.public int getPartition()
int32 partition = 3;
getPartition
in interface Controlcenter.TopicPartitionInfoOrBuilder
public Controlcenter.TopicPartitionInfo.Builder setPartition(int value)
int32 partition = 3;
value
- The partition to set.public Controlcenter.TopicPartitionInfo.Builder clearPartition()
int32 partition = 3;
public int getProducerClientsCount()
Controlcenter.TopicPartitionInfoOrBuilder
map<string, bool> producer_clients = 4;
getProducerClientsCount
in interface Controlcenter.TopicPartitionInfoOrBuilder
public boolean containsProducerClients(String key)
map<string, bool> producer_clients = 4;
containsProducerClients
in interface Controlcenter.TopicPartitionInfoOrBuilder
@Deprecated public Map<String,Boolean> getProducerClients()
getProducerClientsMap()
instead.getProducerClients
in interface Controlcenter.TopicPartitionInfoOrBuilder
public Map<String,Boolean> getProducerClientsMap()
map<string, bool> producer_clients = 4;
getProducerClientsMap
in interface Controlcenter.TopicPartitionInfoOrBuilder
public boolean getProducerClientsOrDefault(String key, boolean defaultValue)
map<string, bool> producer_clients = 4;
getProducerClientsOrDefault
in interface Controlcenter.TopicPartitionInfoOrBuilder
public boolean getProducerClientsOrThrow(String key)
map<string, bool> producer_clients = 4;
getProducerClientsOrThrow
in interface Controlcenter.TopicPartitionInfoOrBuilder
public Controlcenter.TopicPartitionInfo.Builder clearProducerClients()
public Controlcenter.TopicPartitionInfo.Builder removeProducerClients(String key)
map<string, bool> producer_clients = 4;
@Deprecated public Map<String,Boolean> getMutableProducerClients()
public Controlcenter.TopicPartitionInfo.Builder putProducerClients(String key, boolean value)
map<string, bool> producer_clients = 4;
public Controlcenter.TopicPartitionInfo.Builder putAllProducerClients(Map<String,Boolean> values)
map<string, bool> producer_clients = 4;
public int getConsumerClientsCount()
Controlcenter.TopicPartitionInfoOrBuilder
map<string, bool> consumer_clients = 5;
getConsumerClientsCount
in interface Controlcenter.TopicPartitionInfoOrBuilder
public boolean containsConsumerClients(String key)
map<string, bool> consumer_clients = 5;
containsConsumerClients
in interface Controlcenter.TopicPartitionInfoOrBuilder
@Deprecated public Map<String,Boolean> getConsumerClients()
getConsumerClientsMap()
instead.getConsumerClients
in interface Controlcenter.TopicPartitionInfoOrBuilder
public Map<String,Boolean> getConsumerClientsMap()
map<string, bool> consumer_clients = 5;
getConsumerClientsMap
in interface Controlcenter.TopicPartitionInfoOrBuilder
public boolean getConsumerClientsOrDefault(String key, boolean defaultValue)
map<string, bool> consumer_clients = 5;
getConsumerClientsOrDefault
in interface Controlcenter.TopicPartitionInfoOrBuilder
public boolean getConsumerClientsOrThrow(String key)
map<string, bool> consumer_clients = 5;
getConsumerClientsOrThrow
in interface Controlcenter.TopicPartitionInfoOrBuilder
public Controlcenter.TopicPartitionInfo.Builder clearConsumerClients()
public Controlcenter.TopicPartitionInfo.Builder removeConsumerClients(String key)
map<string, bool> consumer_clients = 5;
@Deprecated public Map<String,Boolean> getMutableConsumerClients()
public Controlcenter.TopicPartitionInfo.Builder putConsumerClients(String key, boolean value)
map<string, bool> consumer_clients = 5;
public Controlcenter.TopicPartitionInfo.Builder putAllConsumerClients(Map<String,Boolean> values)
map<string, bool> consumer_clients = 5;
public int getProducerGroupsCount()
Controlcenter.TopicPartitionInfoOrBuilder
map<string, bool> producer_groups = 6;
getProducerGroupsCount
in interface Controlcenter.TopicPartitionInfoOrBuilder
public boolean containsProducerGroups(String key)
map<string, bool> producer_groups = 6;
containsProducerGroups
in interface Controlcenter.TopicPartitionInfoOrBuilder
@Deprecated public Map<String,Boolean> getProducerGroups()
getProducerGroupsMap()
instead.getProducerGroups
in interface Controlcenter.TopicPartitionInfoOrBuilder
public Map<String,Boolean> getProducerGroupsMap()
map<string, bool> producer_groups = 6;
getProducerGroupsMap
in interface Controlcenter.TopicPartitionInfoOrBuilder
public boolean getProducerGroupsOrDefault(String key, boolean defaultValue)
map<string, bool> producer_groups = 6;
getProducerGroupsOrDefault
in interface Controlcenter.TopicPartitionInfoOrBuilder
public boolean getProducerGroupsOrThrow(String key)
map<string, bool> producer_groups = 6;
getProducerGroupsOrThrow
in interface Controlcenter.TopicPartitionInfoOrBuilder
public Controlcenter.TopicPartitionInfo.Builder clearProducerGroups()
public Controlcenter.TopicPartitionInfo.Builder removeProducerGroups(String key)
map<string, bool> producer_groups = 6;
@Deprecated public Map<String,Boolean> getMutableProducerGroups()
public Controlcenter.TopicPartitionInfo.Builder putProducerGroups(String key, boolean value)
map<string, bool> producer_groups = 6;
public Controlcenter.TopicPartitionInfo.Builder putAllProducerGroups(Map<String,Boolean> values)
map<string, bool> producer_groups = 6;
public int getConsumerGroupsCount()
Controlcenter.TopicPartitionInfoOrBuilder
map<string, bool> consumer_groups = 7;
getConsumerGroupsCount
in interface Controlcenter.TopicPartitionInfoOrBuilder
public boolean containsConsumerGroups(String key)
map<string, bool> consumer_groups = 7;
containsConsumerGroups
in interface Controlcenter.TopicPartitionInfoOrBuilder
@Deprecated public Map<String,Boolean> getConsumerGroups()
getConsumerGroupsMap()
instead.getConsumerGroups
in interface Controlcenter.TopicPartitionInfoOrBuilder
public Map<String,Boolean> getConsumerGroupsMap()
map<string, bool> consumer_groups = 7;
getConsumerGroupsMap
in interface Controlcenter.TopicPartitionInfoOrBuilder
public boolean getConsumerGroupsOrDefault(String key, boolean defaultValue)
map<string, bool> consumer_groups = 7;
getConsumerGroupsOrDefault
in interface Controlcenter.TopicPartitionInfoOrBuilder
public boolean getConsumerGroupsOrThrow(String key)
map<string, bool> consumer_groups = 7;
getConsumerGroupsOrThrow
in interface Controlcenter.TopicPartitionInfoOrBuilder
public Controlcenter.TopicPartitionInfo.Builder clearConsumerGroups()
public Controlcenter.TopicPartitionInfo.Builder removeConsumerGroups(String key)
map<string, bool> consumer_groups = 7;
@Deprecated public Map<String,Boolean> getMutableConsumerGroups()
public Controlcenter.TopicPartitionInfo.Builder putConsumerGroups(String key, boolean value)
map<string, bool> consumer_groups = 7;
public Controlcenter.TopicPartitionInfo.Builder putAllConsumerGroups(Map<String,Boolean> values)
map<string, bool> consumer_groups = 7;
public final Controlcenter.TopicPartitionInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Controlcenter.TopicPartitionInfo.Builder>
public final Controlcenter.TopicPartitionInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Controlcenter.TopicPartitionInfo.Builder>