Class BigqueryDatasetAccessRoutine.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_dataset.BigqueryDatasetAccessRoutine.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryDatasetAccessRoutine,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryDatasetAccessRoutine
@Stability(Stable) @Internal public static final class BigqueryDatasetAccessRoutine.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryDatasetAccessRoutine
An implementation forBigqueryDatasetAccessRoutine
-
-
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.BigqueryDatasetAccessRoutine
BigqueryDatasetAccessRoutine.Builder, BigqueryDatasetAccessRoutine.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryDatasetAccessRoutine.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryDatasetAccessRoutine.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)StringgetDatasetId()The ID of the dataset containing this table.StringgetProjectId()The ID of the project containing this table.StringgetRoutineId()The ID of the routine.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(BigqueryDatasetAccessRoutine.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryDatasetAccessRoutine.Builder.
-
-
Method Detail
-
getDatasetId
public final String getDatasetId()
Description copied from interface:BigqueryDatasetAccessRoutineThe ID of the dataset containing this table.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_dataset#dataset_id BigqueryDataset#dataset_id}
- Specified by:
getDatasetIdin interfaceBigqueryDatasetAccessRoutine
-
getProjectId
public final String getProjectId()
Description copied from interface:BigqueryDatasetAccessRoutineThe ID of the project containing this table.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_dataset#project_id BigqueryDataset#project_id}
- Specified by:
getProjectIdin interfaceBigqueryDatasetAccessRoutine
-
getRoutineId
public final String getRoutineId()
Description copied from interface:BigqueryDatasetAccessRoutineThe ID of the routine.The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_dataset#routine_id BigqueryDataset#routine_id}
- Specified by:
getRoutineIdin interfaceBigqueryDatasetAccessRoutine
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-