Interface BigqueryDatasetExternalDatasetReference
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryDatasetExternalDatasetReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.676Z") @Stability(Stable) public interface BigqueryDatasetExternalDatasetReference extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryDatasetExternalDatasetReference.BuilderA builder forBigqueryDatasetExternalDatasetReferencestatic classBigqueryDatasetExternalDatasetReference.Jsii$ProxyAn implementation forBigqueryDatasetExternalDatasetReference
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BigqueryDatasetExternalDatasetReference.Builderbuilder()StringgetConnection()The connection id that is used to access the externalSource.StringgetExternalSource()External source that backs this dataset.
-
-
-
Method Detail
-
getConnection
@Stability(Stable) @NotNull String getConnection()
The 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}
-
getExternalSource
@Stability(Stable) @NotNull String getExternalSource()
External 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}
-
builder
@Stability(Stable) static BigqueryDatasetExternalDatasetReference.Builder builder()
-
-