Class: Google::Cloud::Compute::V1::SetIamPolicyNodeGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SetIamPolicyNodeGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for NodeGroups.SetIamPolicy. See the method description for details.
Instance Attribute Summary collapse
-
#project ⇒ ::String
Project ID for this request.
-
#resource ⇒ ::String
Name or id of the resource for this request.
-
#zone ⇒ ::String
The name of the zone for this request.
-
#zone_set_policy_request_resource ⇒ ::Google::Cloud::Compute::V1::ZoneSetPolicyRequest
The body resource for this request.
Instance Attribute Details
#project ⇒ ::String
Returns Project ID for this request.
29803 29804 29805 29806 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29803 class SetIamPolicyNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource ⇒ ::String
Returns Name or id of the resource for this request.
29803 29804 29805 29806 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29803 class SetIamPolicyNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
Returns The name of the zone for this request.
29803 29804 29805 29806 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29803 class SetIamPolicyNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone_set_policy_request_resource ⇒ ::Google::Cloud::Compute::V1::ZoneSetPolicyRequest
Returns The body resource for this request.
29803 29804 29805 29806 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29803 class SetIamPolicyNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |