Reference documentation and code samples for the Organization Policy V2 API class Google::Cloud::OrgPolicy::V2::UpdatePolicyRequest.
The request sent to the [UpdatePolicyRequest] [google.cloud.orgpolicy.v2.OrgPolicy.UpdatePolicy] method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#policy
def policy() -> ::Google::Cloud::OrgPolicy::V2::Policy
Returns
- (::Google::Cloud::OrgPolicy::V2::Policy) — Required. Policy to update.
#policy=
def policy=(value) -> ::Google::Cloud::OrgPolicy::V2::Policy
Parameter
- value (::Google::Cloud::OrgPolicy::V2::Policy) — Required. Policy to update.
Returns
- (::Google::Cloud::OrgPolicy::V2::Policy) — Required. Policy to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::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.
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.