Class: Google::Cloud::Compute::V1::PatchNodeGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PatchNodeGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for NodeGroups.Patch. See the method description for details.
Instance Attribute Summary collapse
-
#node_group ⇒ ::String
Name of the NodeGroup resource to update.
-
#node_group_resource ⇒ ::Google::Cloud::Compute::V1::NodeGroup
The body resource for this request.
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#zone ⇒ ::String
The name of the zone for this request.
Instance Attribute Details
#node_group ⇒ ::String
24349 24350 24351 24352 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24349 class PatchNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#node_group_resource ⇒ ::Google::Cloud::Compute::V1::NodeGroup
24349 24350 24351 24352 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24349 class PatchNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
24349 24350 24351 24352 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24349 class PatchNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
24349 24350 24351 24352 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24349 class PatchNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
24349 24350 24351 24352 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24349 class PatchNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |