Class: Google::Cloud::Filestore::V1::UpdateInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Filestore::V1::UpdateInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
UpdateInstanceRequest updates the settings of an instance.
Instance Attribute Summary collapse
-
#instance ⇒ ::Google::Cloud::Filestore::V1::Instance
Only fields specified in update_mask are updated.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Mask of fields to update.
Instance Attribute Details
#instance ⇒ ::Google::Cloud::Filestore::V1::Instance
Returns Only fields specified in update_mask are updated.
370 371 372 373 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 370 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields:
- "description"
- "file_shares"
- "labels".
370 371 372 373 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 370 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |