public interface UpdateInstanceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstance()
public abstract Instance getInstance()Only fields specified in update_mask are updated.
.google.cloud.filestore.v1.Instance instance = 2;
| Type | Description |
| Instance | The instance. |
getInstanceOrBuilder()
public abstract InstanceOrBuilder getInstanceOrBuilder()Only fields specified in update_mask are updated.
.google.cloud.filestore.v1.Instance instance = 2;
| Type | Description |
| InstanceOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()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"
.google.protobuf.FieldMask update_mask = 1;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()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"
.google.protobuf.FieldMask update_mask = 1;
| Type | Description |
| FieldMaskOrBuilder |
hasInstance()
public abstract boolean hasInstance()Only fields specified in update_mask are updated.
.google.cloud.filestore.v1.Instance instance = 2;
| Type | Description |
| boolean | Whether the instance field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()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"
.google.protobuf.FieldMask update_mask = 1;
| Type | Description |
| boolean | Whether the updateMask field is set. |