public interface UpdateVolumeRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getUpdateMask()
public abstract FieldMask getUpdateMask()The list of fields to update. The only currently supported fields are: 'labels'
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()The list of fields to update. The only currently supported fields are: 'labels'
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
getVolume()
public abstract Volume getVolume()Required. The volume to update.
The name field is used to identify the volume to update.
Format: projects/{project}/locations/{location}/volumes/{volume}
.google.cloud.baremetalsolution.v2.Volume volume = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Volume |
The volume. |
getVolumeOrBuilder()
public abstract VolumeOrBuilder getVolumeOrBuilder()Required. The volume to update.
The name field is used to identify the volume to update.
Format: projects/{project}/locations/{location}/volumes/{volume}
.google.cloud.baremetalsolution.v2.Volume volume = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
VolumeOrBuilder |
|
hasUpdateMask()
public abstract boolean hasUpdateMask()The list of fields to update. The only currently supported fields are: 'labels'
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
hasVolume()
public abstract boolean hasVolume()Required. The volume to update.
The name field is used to identify the volume to update.
Format: projects/{project}/locations/{location}/volumes/{volume}
.google.cloud.baremetalsolution.v2.Volume volume = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the volume field is set. |