Class UpdateInstanceRequest (0.1.0)

UpdateInstanceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

UpdateInstanceRequest updates the settings of an instance. .. attribute:: update_mask

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

    :type: google.protobuf.field_mask_pb2.FieldMask

Attribute

NameDescription
instance google.cloud.filestore_v1.types.Instance
Only fields specified in update_mask are updated.