Class: Google::Cloud::Parallelstore::V1beta::UpdateInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Parallelstore::V1beta::UpdateInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb
Overview
Update an instance.
Instance Attribute Summary collapse
-
#instance ⇒ ::Google::Cloud::Parallelstore::V1beta::Instance
Required.
-
#request_id ⇒ ::String
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#instance ⇒ ::Google::Cloud::Parallelstore::V1beta::Instance
249 250 251 252 |
# File 'proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb', line 249 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
249 250 251 252 |
# File 'proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb', line 249 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
249 250 251 252 |
# File 'proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb', line 249 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |