Interface UpdateVolumeRequestOrBuilder (0.41.0)

public interface UpdateVolumeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the volume field is set.