Class: Google::Cloud::BareMetalSolution::V2::UpdateInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::UpdateInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/instance.rb
Overview
Message requesting to updating a server.
Instance Attribute Summary collapse
-
#instance ⇒ ::Google::Cloud::BareMetalSolution::V2::Instance
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to update.
Instance Attribute Details
#instance ⇒ ::Google::Cloud::BareMetalSolution::V2::Instance
176 177 178 179 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/instance.rb', line 176 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
176 177 178 179 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/instance.rb', line 176 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |