Class: Google::Cloud::OrgPolicy::V2::UpdatePolicyRequest

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

Overview

The request sent to the [UpdatePolicyRequest] [google.cloud.orgpolicy.v2.OrgPolicy.UpdatePolicy] method.

Instance Attribute Summary collapse

Instance Attribute Details

#policy::Google::Cloud::OrgPolicy::V2::Policy

Returns Required. Policy to update.

Returns:



326
327
328
329
# File 'proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb', line 326

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

#update_mask::Google::Protobuf::FieldMask

Returns Field mask used to specify the fields to be overwritten in the policy by the set. The fields specified in the update_mask are relative to the policy, not the full request.

Returns:

  • (::Google::Protobuf::FieldMask)

    Field mask used to specify the fields to be overwritten in the policy by the set. The fields specified in the update_mask are relative to the policy, not the full request.



326
327
328
329
# File 'proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb', line 326

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