Uses of Class
com.google.cloud.pubsublite.proto.ExportConfig
-
Packages that use ExportConfig Package Description com.google.cloud.pubsublite.internal.testing com.google.cloud.pubsublite.proto -
-
Uses of ExportConfig in com.google.cloud.pubsublite.internal.testing
Methods in com.google.cloud.pubsublite.internal.testing that return ExportConfig Modifier and Type Method Description static ExportConfig
UnitTestExamples. exampleExportConfig()
-
Uses of ExportConfig in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return ExportConfig Modifier and Type Method Description ExportConfig
ExportConfig.Builder. build()
ExportConfig
ExportConfig.Builder. buildPartial()
static ExportConfig
ExportConfig. getDefaultInstance()
ExportConfig
ExportConfig.Builder. getDefaultInstanceForType()
ExportConfig
ExportConfig. getDefaultInstanceForType()
ExportConfig
Subscription.Builder. getExportConfig()
If present, messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a destination.ExportConfig
Subscription. getExportConfig()
If present, messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a destination.ExportConfig
SubscriptionOrBuilder. getExportConfig()
If present, messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a destination.static ExportConfig
ExportConfig. parseDelimitedFrom(InputStream input)
static ExportConfig
ExportConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportConfig
ExportConfig. parseFrom(byte[] data)
static ExportConfig
ExportConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportConfig
ExportConfig. parseFrom(com.google.protobuf.ByteString data)
static ExportConfig
ExportConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportConfig
ExportConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static ExportConfig
ExportConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportConfig
ExportConfig. parseFrom(InputStream input)
static ExportConfig
ExportConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportConfig
ExportConfig. parseFrom(ByteBuffer data)
static ExportConfig
ExportConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.pubsublite.proto that return types with arguments of type ExportConfig Modifier and Type Method Description com.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 ExportConfig Modifier and Type Method Description Subscription.Builder
Subscription.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
ExportConfig.Builder. mergeFrom(ExportConfig other)
static ExportConfig.Builder
ExportConfig. newBuilder(ExportConfig prototype)
Subscription.Builder
Subscription.Builder. setExportConfig(ExportConfig value)
If present, messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a destination.
-