Class: Google::Cloud::Compute::V1::PatchResourcePolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PatchResourcePolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for ResourcePolicies.Patch. See the method description for details.
Instance Attribute Summary collapse
-
#project ⇒ ::String
Project ID for this request.
-
#region ⇒ ::String
Name of the region for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#resource_policy ⇒ ::String
Id of the resource policy to patch.
-
#resource_policy_resource ⇒ ::Google::Cloud::Compute::V1::ResourcePolicy
The body resource for this request.
-
#update_mask ⇒ ::String
Update_mask indicates fields to be updated as part of this request.
Instance Attribute Details
#project ⇒ ::String
24679 24680 24681 24682 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24679 class PatchResourcePolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
24679 24680 24681 24682 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24679 class PatchResourcePolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
24679 24680 24681 24682 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24679 class PatchResourcePolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_policy ⇒ ::String
24679 24680 24681 24682 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24679 class PatchResourcePolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_policy_resource ⇒ ::Google::Cloud::Compute::V1::ResourcePolicy
24679 24680 24681 24682 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24679 class PatchResourcePolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::String
24679 24680 24681 24682 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24679 class PatchResourcePolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |