Uses of Class
com.google.pubsub.v1.Topic.Builder
-
Uses of Topic.Builder in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return Topic.BuilderModifier and TypeMethodDescriptionTopic.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ListTopicsResponse.Builder.addTopicsBuilder()The resulting topics.ListTopicsResponse.Builder.addTopicsBuilder(int index) The resulting topics.Topic.Builder.clear()Topic.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Topic.Builder.clearKmsKeyName()The resource name of the Cloud KMS CryptoKey to be used to protect access to messages published on this topic.Topic.Builder.clearLabels()Topic.Builder.clearMessageRetentionDuration()Indicates the minimum duration to retain a message after it is published to the topic.Topic.Builder.clearMessageStoragePolicy()Policy constraining the set of Google Cloud Platform regions where messages published to the topic may be stored.Topic.Builder.clearName()Required.Topic.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Topic.Builder.clearSatisfiesPzs()Reserved for future use.Topic.Builder.clearSchemaSettings()Settings for validating messages published against a schema.Topic.Builder.clone()UpdateTopicRequest.Builder.getTopicBuilder()Required.ListTopicsResponse.Builder.getTopicsBuilder(int index) The resulting topics.Topic.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Topic.Builder.mergeFrom(com.google.protobuf.Message other) Topic.Builder.mergeMessageRetentionDuration(com.google.protobuf.Duration value) Indicates the minimum duration to retain a message after it is published to the topic.Topic.Builder.mergeMessageStoragePolicy(MessageStoragePolicy value) Policy constraining the set of Google Cloud Platform regions where messages published to the topic may be stored.Topic.Builder.mergeSchemaSettings(SchemaSettings value) Settings for validating messages published against a schema.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) Topic.Builder.putAllLabels(Map<String, String> values) See [Creating and managing labels] (https://cloud.google.com/pubsub/docs/labels).See [Creating and managing labels] (https://cloud.google.com/pubsub/docs/labels).Topic.Builder.removeLabels(String key) See [Creating and managing labels] (https://cloud.google.com/pubsub/docs/labels).Topic.Builder.setKmsKeyName(String value) The resource name of the Cloud KMS CryptoKey to be used to protect access to messages published on this topic.Topic.Builder.setKmsKeyNameBytes(com.google.protobuf.ByteString value) The resource name of the Cloud KMS CryptoKey to be used to protect access to messages published on this topic.Topic.Builder.setMessageRetentionDuration(com.google.protobuf.Duration value) Indicates the minimum duration to retain a message after it is published to the topic.Topic.Builder.setMessageRetentionDuration(com.google.protobuf.Duration.Builder builderForValue) Indicates the minimum duration to retain a message after it is published to the topic.Topic.Builder.setMessageStoragePolicy(MessageStoragePolicy value) Policy constraining the set of Google Cloud Platform regions where messages published to the topic may be stored.Topic.Builder.setMessageStoragePolicy(MessageStoragePolicy.Builder builderForValue) Policy constraining the set of Google Cloud Platform regions where messages published to the topic may be stored.Required.Topic.Builder.setNameBytes(com.google.protobuf.ByteString value) Required.Topic.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Topic.Builder.setSatisfiesPzs(boolean value) Reserved for future use.Topic.Builder.setSchemaSettings(SchemaSettings value) Settings for validating messages published against a schema.Topic.Builder.setSchemaSettings(SchemaSettings.Builder builderForValue) Settings for validating messages published against a schema.final Topic.BuilderTopic.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Topic.toBuilder()Methods in com.google.pubsub.v1 that return types with arguments of type Topic.BuilderModifier and TypeMethodDescriptionListTopicsResponse.Builder.getTopicsBuilderList()The resulting topics.Methods in com.google.pubsub.v1 with parameters of type Topic.BuilderModifier and TypeMethodDescriptionListTopicsResponse.Builder.addTopics(int index, Topic.Builder builderForValue) The resulting topics.ListTopicsResponse.Builder.addTopics(Topic.Builder builderForValue) The resulting topics.UpdateTopicRequest.Builder.setTopic(Topic.Builder builderForValue) Required.ListTopicsResponse.Builder.setTopics(int index, Topic.Builder builderForValue) The resulting topics.