Class BigqueryTableExternalDataConfigurationGoogleSheetsOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableExternalDataConfigurationGoogleSheetsOptions.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryTableExternalDataConfigurationGoogleSheetsOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryTableExternalDataConfigurationGoogleSheetsOptions
@Stability(Stable) @Internal public static final class BigqueryTableExternalDataConfigurationGoogleSheetsOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryTableExternalDataConfigurationGoogleSheetsOptions
An implementation forBigqueryTableExternalDataConfigurationGoogleSheetsOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableExternalDataConfigurationGoogleSheetsOptions
BigqueryTableExternalDataConfigurationGoogleSheetsOptions.Builder, BigqueryTableExternalDataConfigurationGoogleSheetsOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryTableExternalDataConfigurationGoogleSheetsOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryTableExternalDataConfigurationGoogleSheetsOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetRange()Range of a sheet to query from.NumbergetSkipLeadingRows()The number of rows at the top of the sheet that BigQuery will skip when reading the data.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(BigqueryTableExternalDataConfigurationGoogleSheetsOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryTableExternalDataConfigurationGoogleSheetsOptions.Builder.
-
-
Method Detail
-
getRange
public final String getRange()
Description copied from interface:BigqueryTableExternalDataConfigurationGoogleSheetsOptionsRange 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}
- Specified by:
getRangein interfaceBigqueryTableExternalDataConfigurationGoogleSheetsOptions
-
getSkipLeadingRows
public final Number getSkipLeadingRows()
Description copied from interface:BigqueryTableExternalDataConfigurationGoogleSheetsOptionsThe 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}
- Specified by:
getSkipLeadingRowsin interfaceBigqueryTableExternalDataConfigurationGoogleSheetsOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-