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

There is a newer version: v2-rev20241027-2.0.0
Show newest version






RowAccessPolicyReference (BigQuery API v2-rev20240727-2.0.0)












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–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy