Uses of Class
com.google.cloud.pubsublite.proto.TopicPartitions.Builder
-
Packages that use TopicPartitions.Builder Package Description com.google.cloud.pubsublite.proto -
-
Uses of TopicPartitions.Builder in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return TopicPartitions.Builder Modifier and Type Method Description TopicPartitions.BuilderTopicPartitions.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)TopicPartitions.BuilderTopicPartitions.Builder. clear()TopicPartitions.BuilderTopicPartitions.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)TopicPartitions.BuilderTopicPartitions.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)TopicPartitions.BuilderTopicPartitions.Builder. clearPartitionCount()The number of partitions in the topic.TopicPartitions.BuilderTopicPartitions.Builder. clone()TopicPartitions.BuilderTopicPartitions.Builder. mergeFrom(TopicPartitions other)TopicPartitions.BuilderTopicPartitions.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TopicPartitions.BuilderTopicPartitions.Builder. mergeFrom(com.google.protobuf.Message other)TopicPartitions.BuilderTopicPartitions.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static TopicPartitions.BuilderTopicPartitions. newBuilder()static TopicPartitions.BuilderTopicPartitions. newBuilder(TopicPartitions prototype)TopicPartitions.BuilderTopicPartitions. newBuilderForType()protected TopicPartitions.BuilderTopicPartitions. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)TopicPartitions.BuilderTopicPartitions.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)TopicPartitions.BuilderTopicPartitions.Builder. setPartitionCount(long value)The number of partitions in the topic.TopicPartitions.BuilderTopicPartitions.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)TopicPartitions.BuilderTopicPartitions.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)TopicPartitions.BuilderTopicPartitions. toBuilder()
-