Class: Google::Cloud::Filestore::V1::UpdateInstanceRequest

Inherits:
Object
  • Object
show all
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 Attribute Details

#instance::Google::Cloud::Filestore::V1::Instance

Returns Only fields specified in update_mask are updated.

Returns:



353
354
355
356
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 353

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".

Returns:

  • (::Google::Protobuf::FieldMask)

    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"


353
354
355
356
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 353

class UpdateInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end