Interface BigqueryConnectionCloudSpanner
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryConnectionCloudSpanner.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.630Z") @Stability(Stable) public interface BigqueryConnectionCloudSpanner extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryConnectionCloudSpanner.BuilderA builder forBigqueryConnectionCloudSpannerstatic classBigqueryConnectionCloudSpanner.Jsii$ProxyAn implementation forBigqueryConnectionCloudSpanner
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BigqueryConnectionCloudSpanner.Builderbuilder()StringgetDatabase()Cloud Spanner database in the form 'project/instance/database'.default StringgetDatabaseRole()Cloud Spanner database role for fine-grained access control.default NumbergetMaxParallelism()Allows setting max parallelism per query when executing on Spanner independent compute resources.default ObjectgetUseDataBoost()If set, the request will be executed via Spanner independent compute resources.default ObjectgetUseParallelism()If parallelism should be used when reading from Cloud Spanner.default ObjectgetUseServerlessAnalytics()If the serverless analytics service should be used to read data from Cloud Spanner.
-
-
-
Method Detail
-
getDatabase
@Stability(Stable) @NotNull String getDatabase()
Cloud Spanner database in the form 'project/instance/database'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#database BigqueryConnection#database}
-
getDatabaseRole
@Stability(Stable) @Nullable default String getDatabaseRole()
Cloud Spanner database role for fine-grained access control.The Cloud Spanner admin should have provisioned the database role with appropriate permissions, such as 'SELECT' and 'INSERT'. Other users should only use roles provided by their Cloud Spanner admins. The database role name must start with a letter, and can only contain letters, numbers, and underscores. For more details, see https://cloud.google.com/spanner/docs/fgac-about. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#database_role BigqueryConnection#database_role}
-
getMaxParallelism
@Stability(Stable) @Nullable default Number getMaxParallelism()
Allows setting max parallelism per query when executing on Spanner independent compute resources.If unspecified, default values of parallelism are chosen that are dependent on the Cloud Spanner instance configuration. 'useParallelism' and 'useDataBoost' must be set when setting max parallelism. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#max_parallelism BigqueryConnection#max_parallelism}
-
getUseDataBoost
@Stability(Stable) @Nullable default Object getUseDataBoost()
If set, the request will be executed via Spanner independent compute resources.'use_parallelism' must be set when using data boost. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#use_data_boost BigqueryConnection#use_data_boost}
-
getUseParallelism
@Stability(Stable) @Nullable default Object getUseParallelism()
If parallelism should be used when reading from Cloud Spanner.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#use_parallelism BigqueryConnection#use_parallelism}
-
getUseServerlessAnalytics
@Stability(Stable) @Nullable default Object getUseServerlessAnalytics()
If the serverless analytics service should be used to read data from Cloud Spanner.'useParallelism' must be set when using serverless analytics. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#use_serverless_analytics BigqueryConnection#use_serverless_analytics}
-
builder
@Stability(Stable) static BigqueryConnectionCloudSpanner.Builder builder()
-
-