Interface BigqueryTableExternalDataConfigurationGoogleSheetsOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryTableExternalDataConfigurationGoogleSheetsOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.736Z") @Stability(Stable) public interface BigqueryTableExternalDataConfigurationGoogleSheetsOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryTableExternalDataConfigurationGoogleSheetsOptions.Builderstatic classBigqueryTableExternalDataConfigurationGoogleSheetsOptions.Jsii$ProxyAn implementation forBigqueryTableExternalDataConfigurationGoogleSheetsOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BigqueryTableExternalDataConfigurationGoogleSheetsOptions.Builderbuilder()default StringgetRange()Range of a sheet to query from.default NumbergetSkipLeadingRows()The number of rows at the top of the sheet that BigQuery will skip when reading the data.
-
-
-
Method Detail
-
getRange
@Stability(Stable) @Nullable default String getRange()
Range of a sheet to query from.Only used when non-empty. At least one of range or skip_leading_rows must be set. Typical format: "sheet_name!top_left_cell_id:bottom_right_cell_id" For example: "sheet1!A1:B20 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#range BigqueryTable#range}
-
getSkipLeadingRows
@Stability(Stable) @Nullable default Number getSkipLeadingRows()
The number of rows at the top of the sheet that BigQuery will skip when reading the data.At least one of range or skip_leading_rows must be set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#skip_leading_rows BigqueryTable#skip_leading_rows}
-
builder
@Stability(Stable) static BigqueryTableExternalDataConfigurationGoogleSheetsOptions.Builder builder()
-
-