Uses of Class
com.google.cloud.pubsublite.proto.Topic.Builder
-
Uses of Topic.Builder in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return Topic.BuilderModifier and TypeMethodDescriptionTopic.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ListTopicsResponse.Builder.addTopicsBuilder()The list of topic in the requested parent.ListTopicsResponse.Builder.addTopicsBuilder(int index) The list of topic in the requested parent.Topic.Builder.clear()Topic.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Topic.Builder.clearName()The name of the topic.Topic.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Topic.Builder.clearPartitionConfig()The settings for this topic's partitions.Topic.Builder.clearReservationConfig()The settings for this topic's Reservation usage.Topic.Builder.clearRetentionConfig()The settings for this topic's message retention.Topic.Builder.clone()CreateTopicRequest.Builder.getTopicBuilder()Required.UpdateTopicRequest.Builder.getTopicBuilder()Required.ListTopicsResponse.Builder.getTopicsBuilder(int index) The list of topic in the requested parent.Topic.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Topic.Builder.mergeFrom(com.google.protobuf.Message other) Topic.Builder.mergePartitionConfig(Topic.PartitionConfig value) The settings for this topic's partitions.Topic.Builder.mergeReservationConfig(Topic.ReservationConfig value) The settings for this topic's Reservation usage.Topic.Builder.mergeRetentionConfig(Topic.RetentionConfig value) The settings for this topic's message retention.final Topic.BuilderTopic.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Topic.BuilderTopic.newBuilder()static Topic.BuilderTopic.newBuilder(Topic prototype) Topic.newBuilderForType()protected Topic.BuilderTopic.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) The name of the topic.Topic.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the topic.Topic.Builder.setPartitionConfig(Topic.PartitionConfig value) The settings for this topic's partitions.Topic.Builder.setPartitionConfig(Topic.PartitionConfig.Builder builderForValue) The settings for this topic's partitions.Topic.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Topic.Builder.setReservationConfig(Topic.ReservationConfig value) The settings for this topic's Reservation usage.Topic.Builder.setReservationConfig(Topic.ReservationConfig.Builder builderForValue) The settings for this topic's Reservation usage.Topic.Builder.setRetentionConfig(Topic.RetentionConfig value) The settings for this topic's message retention.Topic.Builder.setRetentionConfig(Topic.RetentionConfig.Builder builderForValue) The settings for this topic's message retention.final Topic.BuilderTopic.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Topic.toBuilder()Methods in com.google.cloud.pubsublite.proto that return types with arguments of type Topic.BuilderModifier and TypeMethodDescriptionListTopicsResponse.Builder.getTopicsBuilderList()The list of topic in the requested parent.Methods in com.google.cloud.pubsublite.proto with parameters of type Topic.BuilderModifier and TypeMethodDescriptionListTopicsResponse.Builder.addTopics(int index, Topic.Builder builderForValue) The list of topic in the requested parent.ListTopicsResponse.Builder.addTopics(Topic.Builder builderForValue) The list of topic in the requested parent.CreateTopicRequest.Builder.setTopic(Topic.Builder builderForValue) Required.UpdateTopicRequest.Builder.setTopic(Topic.Builder builderForValue) Required.ListTopicsResponse.Builder.setTopics(int index, Topic.Builder builderForValue) The list of topic in the requested parent.