Uses of Class
com.google.cloud.pubsublite.proto.ExportConfig
-
Uses of ExportConfig in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return ExportConfigModifier and TypeMethodDescriptionExportConfig.Builder.build()ExportConfig.Builder.buildPartial()static ExportConfigExportConfig.getDefaultInstance()ExportConfig.Builder.getDefaultInstanceForType()ExportConfig.getDefaultInstanceForType()Subscription.Builder.getExportConfig()If present, messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a destination.Subscription.getExportConfig()If present, messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a destination.SubscriptionOrBuilder.getExportConfig()If present, messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a destination.static ExportConfigExportConfig.parseDelimitedFrom(InputStream input) static ExportConfigExportConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExportConfigExportConfig.parseFrom(byte[] data) static ExportConfigExportConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExportConfigExportConfig.parseFrom(com.google.protobuf.ByteString data) static ExportConfigExportConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExportConfigExportConfig.parseFrom(com.google.protobuf.CodedInputStream input) static ExportConfigExportConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExportConfigExportConfig.parseFrom(InputStream input) static ExportConfigExportConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExportConfigExportConfig.parseFrom(ByteBuffer data) static ExportConfigExportConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.pubsublite.proto that return types with arguments of type ExportConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ExportConfig>ExportConfig.getParserForType()static com.google.protobuf.Parser<ExportConfig>ExportConfig.parser()Methods in com.google.cloud.pubsublite.proto with parameters of type ExportConfigModifier and TypeMethodDescriptionSubscription.Builder.mergeExportConfig(ExportConfig value) If present, messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a destination.ExportConfig.Builder.mergeFrom(ExportConfig other) static ExportConfig.BuilderExportConfig.newBuilder(ExportConfig prototype) Subscription.Builder.setExportConfig(ExportConfig value) If present, messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a destination.