Interface BigqueryDatasetAccessRoutineA
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryDatasetAccessRoutineA.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.680Z") @Stability(Stable) public interface BigqueryDatasetAccessRoutineA extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryDatasetAccessRoutineA.BuilderA builder forBigqueryDatasetAccessRoutineAstatic classBigqueryDatasetAccessRoutineA.Jsii$ProxyAn implementation forBigqueryDatasetAccessRoutineA
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BigqueryDatasetAccessRoutineA.Builderbuilder()StringgetDatasetId()The ID of the dataset containing this table.StringgetProjectId()The ID of the project containing this table.StringgetRoutineId()The ID of the routine.
-
-
-
Method Detail
-
getDatasetId
@Stability(Stable) @NotNull String getDatasetId()
The 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_access#dataset_id BigqueryDatasetAccessA#dataset_id}
-
getProjectId
@Stability(Stable) @NotNull String getProjectId()
The 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_access#project_id BigqueryDatasetAccessA#project_id}
-
getRoutineId
@Stability(Stable) @NotNull String getRoutineId()
The 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_access#routine_id BigqueryDatasetAccessA#routine_id}
-
builder
@Stability(Stable) static BigqueryDatasetAccessRoutineA.Builder builder()
-
-