public interface UpdateVolumeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.FieldMask |
getUpdateMask()
The list of fields to update.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The list of fields to update.
|
Volume |
getVolume()
Required.
|
VolumeOrBuilder |
getVolumeOrBuilder()
Required.
|
boolean |
hasUpdateMask()
The list of fields to update.
|
boolean |
hasVolume()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
boolean hasUpdateMask()
The list of fields to update. The only currently supported fields are: `snapshot_auto_delete_behavior` `snapshot_schedule_policy_name` 'labels' 'snapshot_enabled' 'snapshot_reservation_detail.reserved_space_percent'
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
The list of fields to update. The only currently supported fields are: `snapshot_auto_delete_behavior` `snapshot_schedule_policy_name` 'labels' 'snapshot_enabled' 'snapshot_reservation_detail.reserved_space_percent'
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to update. The only currently supported fields are: `snapshot_auto_delete_behavior` `snapshot_schedule_policy_name` 'labels' 'snapshot_enabled' 'snapshot_reservation_detail.reserved_space_percent'
.google.protobuf.FieldMask update_mask = 2;Copyright © 2022 Google LLC. All rights reserved.