All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.bigquery.model.RowAccessPolicyReference.html Maven / Gradle / Ivy







RowAccessPolicyReference (BigQuery API v2-rev20201022-1.30.10)












com.google.api.services.bigquery.model

Class RowAccessPolicyReference

    • Constructor Detail

      • RowAccessPolicyReference

        public RowAccessPolicyReference()
    • Method Detail

      • getDatasetId

        public String getDatasetId()
        [Required] The ID of the dataset containing this row access policy.
        Returns:
        value or null for none
      • setDatasetId

        public RowAccessPolicyReference setDatasetId(String datasetId)
        [Required] The ID of the dataset containing this row access policy.
        Parameters:
        datasetId - datasetId or null for none
      • getPolicyId

        public String getPolicyId()
        [Required] The ID of the row access policy. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
        Returns:
        value or null for none
      • setPolicyId

        public RowAccessPolicyReference setPolicyId(String policyId)
        [Required] The ID of the row access policy. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
        Parameters:
        policyId - policyId or null for none
      • getProjectId

        public String getProjectId()
        [Required] The ID of the project containing this row access policy.
        Returns:
        value or null for none
      • setProjectId

        public RowAccessPolicyReference setProjectId(String projectId)
        [Required] The ID of the project containing this row access policy.
        Parameters:
        projectId - projectId or null for none
      • getTableId

        public String getTableId()
        [Required] The ID of the table containing this row access policy.
        Returns:
        value or null for none
      • setTableId

        public RowAccessPolicyReference setTableId(String tableId)
        [Required] The ID of the table containing this row access policy.
        Parameters:
        tableId - tableId or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy