Class: Google::Iam::V2::UpdatePolicyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/iam/v2/policy.rb

Overview

Request message for UpdatePolicy.

Instance Attribute Summary collapse

Instance Attribute Details

#policy::Google::Iam::V2::Policy

Returns Required. The policy to update.

To prevent conflicting updates, the etag value must match the value that is stored in IAM. If the etag values do not match, the request fails with a 409 error code and ABORTED status.

Returns:

  • (::Google::Iam::V2::Policy)

    Required. The policy to update.

    To prevent conflicting updates, the etag value must match the value that is stored in IAM. If the etag values do not match, the request fails with a 409 error code and ABORTED status.



200
201
202
203
# File 'proto_docs/google/iam/v2/policy.rb', line 200

class UpdatePolicyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end