Class BigqueryDatasetAccessDatasetA.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_dataset_access.BigqueryDatasetAccessDatasetA.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryDatasetAccessDatasetA,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryDatasetAccessDatasetA
@Stability(Stable) @Internal public static final class BigqueryDatasetAccessDatasetA.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryDatasetAccessDatasetA
An implementation forBigqueryDatasetAccessDatasetA
-
-
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_access.BigqueryDatasetAccessDatasetA
BigqueryDatasetAccessDatasetA.Builder, BigqueryDatasetAccessDatasetA.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryDatasetAccessDatasetA.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryDatasetAccessDatasetA.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)BigqueryDatasetAccessDatasetDatasetAgetDataset()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(BigqueryDatasetAccessDatasetA.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryDatasetAccessDatasetA.Builder.
-
-
Method Detail
-
getDataset
public final BigqueryDatasetAccessDatasetDatasetA getDataset()
Description copied from interface:BigqueryDatasetAccessDatasetAdataset block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_dataset_access#dataset BigqueryDatasetAccessA#dataset}
- Specified by:
getDatasetin interfaceBigqueryDatasetAccessDatasetA
-
getTargetTypes
public final List<String> getTargetTypes()
Description copied from interface:BigqueryDatasetAccessDatasetAWhich 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_access#target_types BigqueryDatasetAccessA#target_types}
- Specified by:
getTargetTypesin interfaceBigqueryDatasetAccessDatasetA
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-