Class BigqueryDatasetAccessDataset.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_dataset.BigqueryDatasetAccessDataset.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryDatasetAccessDataset,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryDatasetAccessDataset
@Stability(Stable) @Internal public static final class BigqueryDatasetAccessDataset.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryDatasetAccessDataset
An implementation forBigqueryDatasetAccessDataset
-
-
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.BigqueryDatasetAccessDataset
BigqueryDatasetAccessDataset.Builder, BigqueryDatasetAccessDataset.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryDatasetAccessDataset.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryDatasetAccessDataset.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)BigqueryDatasetAccessDatasetDatasetgetDataset()dataset block.List<String>getTargetTypes()Which resources in the dataset this entry applies to.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(BigqueryDatasetAccessDataset.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryDatasetAccessDataset.Builder.
-
-
Method Detail
-
getDataset
public final BigqueryDatasetAccessDatasetDataset getDataset()
Description copied from interface:BigqueryDatasetAccessDatasetdataset block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_dataset#dataset BigqueryDataset#dataset}
- Specified by:
getDatasetin interfaceBigqueryDatasetAccessDataset
-
getTargetTypes
public final List<String> getTargetTypes()
Description copied from interface:BigqueryDatasetAccessDatasetWhich resources in the dataset this entry applies to.Currently, only views are supported, but additional target types may be added in the future. Possible values: VIEWS Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_dataset#target_types BigqueryDataset#target_types}
- Specified by:
getTargetTypesin interfaceBigqueryDatasetAccessDataset
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-