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:



595
596
597
598
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 595

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"
  • "performance_config"
  • "deletion_protection_enabled"
  • "deletion_protection_reason".

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"
    • "performance_config"
    • "deletion_protection_enabled"
    • "deletion_protection_reason"


595
596
597
598
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 595

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