| Modifier and Type | Method and Description |
|---|---|
ExportConfig |
ExportConfig.Builder.build() |
ExportConfig |
ExportConfig.Builder.buildPartial() |
static ExportConfig |
ExportConfig.getDefaultInstance() |
ExportConfig |
ExportConfig.getDefaultInstanceForType() |
ExportConfig |
ExportConfig.Builder.getDefaultInstanceForType() |
ExportConfig |
SubscriptionOrBuilder.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 |
Subscription.Builder.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(ByteBuffer data) |
static ExportConfig |
ExportConfig.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ExportConfig> |
ExportConfig.getParserForType() |
static com.google.protobuf.Parser<ExportConfig> |
ExportConfig.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2023 Google LLC. All rights reserved.