public static final class UpdateVolumeRequest.Builder extends GeneratedMessage.Builder<UpdateVolumeRequest.Builder> implements UpdateVolumeRequestOrBuilderMessage for updating a Volume
Protobuf type google.cloud.netapp.v1.UpdateVolumeRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateVolumeRequest.BuilderImplements
UpdateVolumeRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateVolumeRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateVolumeRequest |
|
buildPartial()
public UpdateVolumeRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateVolumeRequest |
|
clear()
public UpdateVolumeRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateVolumeRequest.Builder |
|
clearUpdateMask()
public UpdateVolumeRequest.Builder clearUpdateMask()Required. Field mask is used to specify the fields to be overwritten in the Volume resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateVolumeRequest.Builder |
|
clearVolume()
public UpdateVolumeRequest.Builder clearVolume()Required. The volume being updated
.google.cloud.netapp.v1.Volume volume = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateVolumeRequest.Builder |
|
getDefaultInstanceForType()
public UpdateVolumeRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateVolumeRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUpdateMask()
public FieldMask getUpdateMask()Required. Field mask is used to specify the fields to be overwritten in the Volume resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Required. Field mask is used to specify the fields to be overwritten in the Volume resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. Field mask is used to specify the fields to be overwritten in the Volume resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
getVolume()
public Volume getVolume()Required. The volume being updated
.google.cloud.netapp.v1.Volume volume = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Volume |
The volume. |
getVolumeBuilder()
public Volume.Builder getVolumeBuilder()Required. The volume being updated
.google.cloud.netapp.v1.Volume volume = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Volume.Builder |
|
getVolumeOrBuilder()
public VolumeOrBuilder getVolumeOrBuilder()Required. The volume being updated
.google.cloud.netapp.v1.Volume volume = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
VolumeOrBuilder |
|
hasUpdateMask()
public boolean hasUpdateMask()Required. Field mask is used to specify the fields to be overwritten in the Volume resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
hasVolume()
public boolean hasVolume()Required. The volume being updated
.google.cloud.netapp.v1.Volume volume = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the volume field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateVolumeRequest other)
public UpdateVolumeRequest.Builder mergeFrom(UpdateVolumeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateVolumeRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateVolumeRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateVolumeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateVolumeRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateVolumeRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateVolumeRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateVolumeRequest.Builder mergeUpdateMask(FieldMask value)Required. Field mask is used to specify the fields to be overwritten in the Volume resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateVolumeRequest.Builder |
|
mergeVolume(Volume value)
public UpdateVolumeRequest.Builder mergeVolume(Volume value)Required. The volume being updated
.google.cloud.netapp.v1.Volume volume = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Volume |
| Returns | |
|---|---|
| Type | Description |
UpdateVolumeRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateVolumeRequest.Builder setUpdateMask(FieldMask value)Required. Field mask is used to specify the fields to be overwritten in the Volume resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateVolumeRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateVolumeRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Required. Field mask is used to specify the fields to be overwritten in the Volume resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateVolumeRequest.Builder |
|
setVolume(Volume value)
public UpdateVolumeRequest.Builder setVolume(Volume value)Required. The volume being updated
.google.cloud.netapp.v1.Volume volume = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Volume |
| Returns | |
|---|---|
| Type | Description |
UpdateVolumeRequest.Builder |
|
setVolume(Volume.Builder builderForValue)
public UpdateVolumeRequest.Builder setVolume(Volume.Builder builderForValue)Required. The volume being updated
.google.cloud.netapp.v1.Volume volume = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Volume.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateVolumeRequest.Builder |
|