Uses of Interface
com.google.cloud.pubsublite.proto.ExportConfigOrBuilder
-
Packages that use ExportConfigOrBuilder Package Description com.google.cloud.pubsublite.proto -
-
Uses of ExportConfigOrBuilder in com.google.cloud.pubsublite.proto
Classes in com.google.cloud.pubsublite.proto that implement ExportConfigOrBuilder Modifier and Type Class Description class
ExportConfig
Configuration for a Pub/Sub Lite subscription that writes messages to a destination.static class
ExportConfig.Builder
Configuration for a Pub/Sub Lite subscription that writes messages to a destination.Methods in com.google.cloud.pubsublite.proto that return ExportConfigOrBuilder Modifier and Type Method Description ExportConfigOrBuilder
Subscription.Builder. getExportConfigOrBuilder()
If present, messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a destination.ExportConfigOrBuilder
Subscription. getExportConfigOrBuilder()
If present, messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a destination.ExportConfigOrBuilder
SubscriptionOrBuilder. getExportConfigOrBuilder()
If present, messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a destination.
-