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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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"
- "performance_config"
- "deletion_protection_enabled"
- "deletion_protection_reason"
.google.protobuf.FieldMask update_mask = 1;
| Returns | |
|---|---|
| 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"
- "performance_config"
- "deletion_protection_enabled"
- "deletion_protection_reason"
.google.protobuf.FieldMask update_mask = 1;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasInstance()
public abstract boolean hasInstance()Only fields specified in update_mask are updated.
.google.cloud.filestore.v1.Instance instance = 2;
| Returns | |
|---|---|
| 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"
- "performance_config"
- "deletion_protection_enabled"
- "deletion_protection_reason"
.google.protobuf.FieldMask update_mask = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |