lib/google/cloud/tasks/v2/doc/google/iam/v1/options.rb in google-cloud-tasks-1.1.1 vs lib/google/cloud/tasks/v2/doc/google/iam/v1/options.rb in google-cloud-tasks-1.1.2

- old
+ new

@@ -18,12 +18,16 @@ module V1 # Encapsulates settings provided to GetIamPolicy. # @!attribute [rw] requested_policy_version # @return [Integer] # Optional. The policy format version to be returned. - # Acceptable values are 0 and 1. - # If the value is 0, or the field is omitted, policy format version 1 will be - # returned. + # + # Valid values are 0, 1, and 3. Requests specifying an invalid value will be + # rejected. + # + # Requests for policies with any conditional bindings must specify version 3. + # Policies without any conditional bindings may specify any valid value or + # leave the field unset. class GetPolicyOptions; end end end end \ No newline at end of file