Package | Description |
---|---|
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
BigQueryConfig |
BigQueryConfig.Builder.build() |
BigQueryConfig |
BigQueryConfig.Builder.buildPartial() |
BigQueryConfig |
Subscription.getBigqueryConfig()
If delivery to BigQuery is used with this subscription, this field is
used to configure it.
|
BigQueryConfig |
Subscription.Builder.getBigqueryConfig()
If delivery to BigQuery is used with this subscription, this field is
used to configure it.
|
BigQueryConfig |
SubscriptionOrBuilder.getBigqueryConfig()
If delivery to BigQuery is used with this subscription, this field is
used to configure it.
|
static BigQueryConfig |
BigQueryConfig.getDefaultInstance() |
BigQueryConfig |
BigQueryConfig.getDefaultInstanceForType() |
BigQueryConfig |
BigQueryConfig.Builder.getDefaultInstanceForType() |
static BigQueryConfig |
BigQueryConfig.parseDelimitedFrom(InputStream input) |
static BigQueryConfig |
BigQueryConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigQueryConfig |
BigQueryConfig.parseFrom(byte[] data) |
static BigQueryConfig |
BigQueryConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigQueryConfig |
BigQueryConfig.parseFrom(ByteBuffer data) |
static BigQueryConfig |
BigQueryConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigQueryConfig |
BigQueryConfig.parseFrom(com.google.protobuf.ByteString data) |
static BigQueryConfig |
BigQueryConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigQueryConfig |
BigQueryConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static BigQueryConfig |
BigQueryConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigQueryConfig |
BigQueryConfig.parseFrom(InputStream input) |
static BigQueryConfig |
BigQueryConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<BigQueryConfig> |
BigQueryConfig.getParserForType() |
static com.google.protobuf.Parser<BigQueryConfig> |
BigQueryConfig.parser() |
Modifier and Type | Method and Description |
---|---|
Subscription.Builder |
Subscription.Builder.mergeBigqueryConfig(BigQueryConfig value)
If delivery to BigQuery is used with this subscription, this field is
used to configure it.
|
BigQueryConfig.Builder |
BigQueryConfig.Builder.mergeFrom(BigQueryConfig other) |
static BigQueryConfig.Builder |
BigQueryConfig.newBuilder(BigQueryConfig prototype) |
Subscription.Builder |
Subscription.Builder.setBigqueryConfig(BigQueryConfig value)
If delivery to BigQuery is used with this subscription, this field is
used to configure it.
|
Copyright © 2023 Google LLC. All rights reserved.