Filestore V1 API - Class Google::Cloud::Filestore::V1::UpdateInstanceRequest (v0.5.0)

Reference documentation and code samples for the Filestore V1 API class Google::Cloud::Filestore::V1::UpdateInstanceRequest.

UpdateInstanceRequest updates the settings of an instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#instance

def instance() -> ::Google::Cloud::Filestore::V1::Instance
Returns

#instance=

def instance=(value) -> ::Google::Cloud::Filestore::V1::Instance
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
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"

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::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"
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"