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

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

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






SetIamPolicyRequest (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class SetIamPolicyRequest

    • Constructor Detail

      • SetIamPolicyRequest

        public SetIamPolicyRequest()
    • Method Detail

      • getPolicy

        public Policy getPolicy()
        REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them.
        Returns:
        value or null for none
      • setPolicy

        public SetIamPolicyRequest setPolicy(Policy policy)
        REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them.
        Parameters:
        policy - policy or null for none
      • getUpdateMask

        public String getUpdateMask()
        OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: "bindings, etag"`
        Returns:
        value or null for none
      • setUpdateMask

        public SetIamPolicyRequest setUpdateMask(String updateMask)
        OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: "bindings, etag"`
        Parameters:
        updateMask - updateMask or null for none
      • clone

        public SetIamPolicyRequest clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy