Class BigqueryDatasetAccessRoutineA.Jsii$Proxy

    • 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.
    • Method Detail

      • getDatasetId

        public final String getDatasetId()
        Description copied from interface: BigqueryDatasetAccessRoutineA
        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}

        Specified by:
        getDatasetId in interface BigqueryDatasetAccessRoutineA
      • getProjectId

        public final String getProjectId()
        Description copied from interface: BigqueryDatasetAccessRoutineA
        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}

        Specified by:
        getProjectId in interface BigqueryDatasetAccessRoutineA
      • getRoutineId

        public final String getRoutineId()
        Description copied from interface: BigqueryDatasetAccessRoutineA
        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}

        Specified by:
        getRoutineId in interface BigqueryDatasetAccessRoutineA
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object