Uses of Class
com.google.cloud.pubsublite.proto.ExportConfig.Builder
-
Uses of ExportConfig.Builder in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return ExportConfig.BuilderModifier and TypeMethodDescriptionExportConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ExportConfig.Builder.clear()ExportConfig.Builder.clearCurrentState()Output only.ExportConfig.Builder.clearDeadLetterTopic()Optional.ExportConfig.Builder.clearDesiredState()The desired state of this export.ExportConfig.Builder.clearDestination()ExportConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ExportConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ExportConfig.Builder.clearPubsubConfig()Messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a Pub/Sub topic.ExportConfig.Builder.clone()Subscription.Builder.getExportConfigBuilder()If present, messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a destination.ExportConfig.Builder.mergeFrom(ExportConfig other) ExportConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExportConfig.Builder.mergeFrom(com.google.protobuf.Message other) ExportConfig.Builder.mergePubsubConfig(ExportConfig.PubSubConfig value) Messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a Pub/Sub topic.final ExportConfig.BuilderExportConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ExportConfig.BuilderExportConfig.newBuilder()static ExportConfig.BuilderExportConfig.newBuilder(ExportConfig prototype) ExportConfig.newBuilderForType()protected ExportConfig.BuilderExportConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ExportConfig.Builder.setCurrentState(ExportConfig.State value) Output only.ExportConfig.Builder.setCurrentStateValue(int value) Output only.ExportConfig.Builder.setDeadLetterTopic(String value) Optional.ExportConfig.Builder.setDeadLetterTopicBytes(com.google.protobuf.ByteString value) Optional.ExportConfig.Builder.setDesiredState(ExportConfig.State value) The desired state of this export.ExportConfig.Builder.setDesiredStateValue(int value) The desired state of this export.ExportConfig.Builder.setPubsubConfig(ExportConfig.PubSubConfig value) Messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a Pub/Sub topic.ExportConfig.Builder.setPubsubConfig(ExportConfig.PubSubConfig.Builder builderForValue) Messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a Pub/Sub topic.ExportConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final ExportConfig.BuilderExportConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ExportConfig.toBuilder()Methods in com.google.cloud.pubsublite.proto with parameters of type ExportConfig.BuilderModifier and TypeMethodDescriptionSubscription.Builder.setExportConfig(ExportConfig.Builder builderForValue) If present, messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a destination.