Class BigqueryDatasetExternalDatasetReference.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_dataset.BigqueryDatasetExternalDatasetReference.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryDatasetExternalDatasetReference,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryDatasetExternalDatasetReference
@Stability(Stable) @Internal public static final class BigqueryDatasetExternalDatasetReference.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryDatasetExternalDatasetReference
An implementation forBigqueryDatasetExternalDatasetReference
-
-
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_dataset.BigqueryDatasetExternalDatasetReference
BigqueryDatasetExternalDatasetReference.Builder, BigqueryDatasetExternalDatasetReference.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryDatasetExternalDatasetReference.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryDatasetExternalDatasetReference.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)StringgetConnection()The connection id that is used to access the externalSource.StringgetExternalSource()External source that backs this dataset.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(BigqueryDatasetExternalDatasetReference.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryDatasetExternalDatasetReference.Builder.
-
-
Method Detail
-
getConnection
public final String getConnection()
Description copied from interface:BigqueryDatasetExternalDatasetReferenceThe connection id that is used to access the externalSource. Format: projects/{projectId}/locations/{locationId}/connections/{connectionId}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_dataset#connection BigqueryDataset#connection}
- Specified by:
getConnectionin interfaceBigqueryDatasetExternalDatasetReference
-
getExternalSource
public final String getExternalSource()
Description copied from interface:BigqueryDatasetExternalDatasetReferenceExternal source that backs this dataset.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_dataset#external_source BigqueryDataset#external_source}
- Specified by:
getExternalSourcein interfaceBigqueryDatasetExternalDatasetReference
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-