Uses of Class
com.google.pubsub.v1.BigQueryConfig
-
Packages that use BigQueryConfig Package Description com.google.pubsub.v1 -
-
Uses of BigQueryConfig in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return BigQueryConfig Modifier and Type Method Description BigQueryConfig
BigQueryConfig.Builder. build()
BigQueryConfig
BigQueryConfig.Builder. buildPartial()
BigQueryConfig
Subscription.Builder. getBigqueryConfig()
If delivery to BigQuery is used with this subscription, this field is used to configure it.BigQueryConfig
Subscription. 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.Builder. getDefaultInstanceForType()
BigQueryConfig
BigQueryConfig. 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(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)
static BigQueryConfig
BigQueryConfig. parseFrom(ByteBuffer data)
static BigQueryConfig
BigQueryConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.pubsub.v1 that return types with arguments of type BigQueryConfig Modifier and Type Method Description com.google.protobuf.Parser<BigQueryConfig>
BigQueryConfig. getParserForType()
static com.google.protobuf.Parser<BigQueryConfig>
BigQueryConfig. parser()
Methods in com.google.pubsub.v1 with parameters of type BigQueryConfig Modifier and Type Method 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.
-