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 BigQueryConfigBigQueryConfig.Builder. build()BigQueryConfigBigQueryConfig.Builder. buildPartial()BigQueryConfigSubscription.Builder. getBigqueryConfig()If delivery to BigQuery is used with this subscription, this field is used to configure it.BigQueryConfigSubscription. getBigqueryConfig()If delivery to BigQuery is used with this subscription, this field is used to configure it.BigQueryConfigSubscriptionOrBuilder. getBigqueryConfig()If delivery to BigQuery is used with this subscription, this field is used to configure it.static BigQueryConfigBigQueryConfig. getDefaultInstance()BigQueryConfigBigQueryConfig.Builder. getDefaultInstanceForType()BigQueryConfigBigQueryConfig. getDefaultInstanceForType()static BigQueryConfigBigQueryConfig. parseDelimitedFrom(InputStream input)static BigQueryConfigBigQueryConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BigQueryConfigBigQueryConfig. parseFrom(byte[] data)static BigQueryConfigBigQueryConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BigQueryConfigBigQueryConfig. parseFrom(com.google.protobuf.ByteString data)static BigQueryConfigBigQueryConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BigQueryConfigBigQueryConfig. parseFrom(com.google.protobuf.CodedInputStream input)static BigQueryConfigBigQueryConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BigQueryConfigBigQueryConfig. parseFrom(InputStream input)static BigQueryConfigBigQueryConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BigQueryConfigBigQueryConfig. parseFrom(ByteBuffer data)static BigQueryConfigBigQueryConfig. 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.BuilderSubscription.Builder. mergeBigqueryConfig(BigQueryConfig value)If delivery to BigQuery is used with this subscription, this field is used to configure it.BigQueryConfig.BuilderBigQueryConfig.Builder. mergeFrom(BigQueryConfig other)static BigQueryConfig.BuilderBigQueryConfig. newBuilder(BigQueryConfig prototype)Subscription.BuilderSubscription.Builder. setBigqueryConfig(BigQueryConfig value)If delivery to BigQuery is used with this subscription, this field is used to configure it.
-