Class BigqueryTableRangePartitioningRange.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableRangePartitioningRange.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryTableRangePartitioningRange,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryTableRangePartitioningRange
@Stability(Stable) @Internal public static final class BigqueryTableRangePartitioningRange.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryTableRangePartitioningRange
An implementation forBigqueryTableRangePartitioningRange
-
-
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.BigqueryTableRangePartitioningRange
BigqueryTableRangePartitioningRange.Builder, BigqueryTableRangePartitioningRange.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryTableRangePartitioningRange.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryTableRangePartitioningRange.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)NumbergetEnd()End of the range partitioning, exclusive.NumbergetInterval()The width of each range within the partition.NumbergetStart()Start of the range partitioning, inclusive.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(BigqueryTableRangePartitioningRange.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryTableRangePartitioningRange.Builder.
-
-
Method Detail
-
getEnd
public final Number getEnd()
Description copied from interface:BigqueryTableRangePartitioningRangeEnd of the range partitioning, exclusive.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#end BigqueryTable#end}
- Specified by:
getEndin interfaceBigqueryTableRangePartitioningRange
-
getInterval
public final Number getInterval()
Description copied from interface:BigqueryTableRangePartitioningRangeThe width of each range within the partition.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#interval BigqueryTable#interval}
- Specified by:
getIntervalin interfaceBigqueryTableRangePartitioningRange
-
getStart
public final Number getStart()
Description copied from interface:BigqueryTableRangePartitioningRangeStart of the range partitioning, inclusive.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#start BigqueryTable#start}
- Specified by:
getStartin interfaceBigqueryTableRangePartitioningRange
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-