Class: Google::Cloud::OrgPolicy::V2::UpdatePolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OrgPolicy::V2::UpdatePolicyRequest
- 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
-
#policy ⇒ ::Google::Cloud::OrgPolicy::V2::Policy
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Field mask used to specify the fields to be overwritten in the policy by the set.
Instance Attribute Details
#policy ⇒ ::Google::Cloud::OrgPolicy::V2::Policy
Returns Required. Policy to update.
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.
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 |