Interface BigqueryTableView
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryTableView.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.753Z") @Stability(Stable) public interface BigqueryTableView extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryTableView.BuilderA builder forBigqueryTableViewstatic classBigqueryTableView.Jsii$ProxyAn implementation forBigqueryTableView
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BigqueryTableView.Builderbuilder()StringgetQuery()A query that BigQuery executes when the view is referenced.default ObjectgetUseLegacySql()Specifies whether to use BigQuery's legacy SQL for this view.
-
-
-
Method Detail
-
getQuery
@Stability(Stable) @NotNull String getQuery()
A query that BigQuery executes when the view is referenced.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#query BigqueryTable#query}
-
getUseLegacySql
@Stability(Stable) @Nullable default Object getUseLegacySql()
Specifies whether to use BigQuery's legacy SQL for this view.The default value is true. If set to false, the view will use BigQuery's standard SQL Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#use_legacy_sql BigqueryTable#use_legacy_sql}
-
builder
@Stability(Stable) static BigqueryTableView.Builder builder()
- Returns:
- a
BigqueryTableView.BuilderofBigqueryTableView
-
-