Class BigqueryTableTableReplicationInfo.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableTableReplicationInfo.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryTableTableReplicationInfo,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryTableTableReplicationInfo
@Stability(Stable) @Internal public static final class BigqueryTableTableReplicationInfo.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryTableTableReplicationInfo
An implementation forBigqueryTableTableReplicationInfo
-
-
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.BigqueryTableTableReplicationInfo
BigqueryTableTableReplicationInfo.Builder, BigqueryTableTableReplicationInfo.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryTableTableReplicationInfo.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryTableTableReplicationInfo.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)NumbergetReplicationIntervalMs()The interval at which the source materialized view is polled for updates.StringgetSourceDatasetId()The ID of the source dataset.StringgetSourceProjectId()The ID of the source project.StringgetSourceTableId()The ID of the source materialized view.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(BigqueryTableTableReplicationInfo.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryTableTableReplicationInfo.Builder.
-
-
Method Detail
-
getSourceDatasetId
public final String getSourceDatasetId()
Description copied from interface:BigqueryTableTableReplicationInfoThe ID of the source dataset.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#source_dataset_id BigqueryTable#source_dataset_id}
- Specified by:
getSourceDatasetIdin interfaceBigqueryTableTableReplicationInfo
-
getSourceProjectId
public final String getSourceProjectId()
Description copied from interface:BigqueryTableTableReplicationInfoThe ID of the source project.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#source_project_id BigqueryTable#source_project_id}
- Specified by:
getSourceProjectIdin interfaceBigqueryTableTableReplicationInfo
-
getSourceTableId
public final String getSourceTableId()
Description copied from interface:BigqueryTableTableReplicationInfoThe ID of the source materialized view.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#source_table_id BigqueryTable#source_table_id}
- Specified by:
getSourceTableIdin interfaceBigqueryTableTableReplicationInfo
-
getReplicationIntervalMs
public final Number getReplicationIntervalMs()
Description copied from interface:BigqueryTableTableReplicationInfoThe interval at which the source materialized view is polled for updates. The default is 300000.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#replication_interval_ms BigqueryTable#replication_interval_ms}
- Specified by:
getReplicationIntervalMsin interfaceBigqueryTableTableReplicationInfo
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-