Class UpdateBackupVaultRequest.Builder (0.23.0)

public static final class UpdateBackupVaultRequest.Builder extends GeneratedMessageV3.Builder<UpdateBackupVaultRequest.Builder> implements UpdateBackupVaultRequestOrBuilder

UpdateBackupVaultRequest updates description and/or labels for a backupVault.

Protobuf type google.cloud.netapp.v1.UpdateBackupVaultRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpdateBackupVaultRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateBackupVaultRequest.Builder
Overrides

build()

public UpdateBackupVaultRequest build()
Returns
Type Description
UpdateBackupVaultRequest

buildPartial()

public UpdateBackupVaultRequest buildPartial()
Returns
Type Description
UpdateBackupVaultRequest

clear()

public UpdateBackupVaultRequest.Builder clear()
Returns
Type Description
UpdateBackupVaultRequest.Builder
Overrides

clearBackupVault()

public UpdateBackupVaultRequest.Builder clearBackupVault()

Required. The backupVault being updated

.google.cloud.netapp.v1.BackupVault backup_vault = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateBackupVaultRequest.Builder

clearField(Descriptors.FieldDescriptor field)

public UpdateBackupVaultRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
UpdateBackupVaultRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UpdateBackupVaultRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
UpdateBackupVaultRequest.Builder
Overrides

clearUpdateMask()

public UpdateBackupVaultRequest.Builder clearUpdateMask()

Required. Field mask is used to specify the fields to be overwritten in the Backup resource to be updated. 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
UpdateBackupVaultRequest.Builder

clone()

public UpdateBackupVaultRequest.Builder clone()
Returns
Type Description
UpdateBackupVaultRequest.Builder
Overrides

getBackupVault()

public BackupVault getBackupVault()

Required. The backupVault being updated

.google.cloud.netapp.v1.BackupVault backup_vault = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BackupVault

The backupVault.

getBackupVaultBuilder()

public BackupVault.Builder getBackupVaultBuilder()

Required. The backupVault being updated

.google.cloud.netapp.v1.BackupVault backup_vault = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BackupVault.Builder

getBackupVaultOrBuilder()

public BackupVaultOrBuilder getBackupVaultOrBuilder()

Required. The backupVault being updated

.google.cloud.netapp.v1.BackupVault backup_vault = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BackupVaultOrBuilder

getDefaultInstanceForType()

public UpdateBackupVaultRequest getDefaultInstanceForType()
Returns
Type Description
UpdateBackupVaultRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getUpdateMask()

public FieldMask getUpdateMask()

Required. Field mask is used to specify the fields to be overwritten in the Backup resource to be updated. 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 Backup resource to be updated. 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 Backup resource to be updated. 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

hasBackupVault()

public boolean hasBackupVault()

Required. The backupVault being updated

.google.cloud.netapp.v1.BackupVault backup_vault = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the backupVault field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Required. Field mask is used to specify the fields to be overwritten in the Backup resource to be updated. 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeBackupVault(BackupVault value)

public UpdateBackupVaultRequest.Builder mergeBackupVault(BackupVault value)

Required. The backupVault being updated

.google.cloud.netapp.v1.BackupVault backup_vault = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value BackupVault
Returns
Type Description
UpdateBackupVaultRequest.Builder

mergeFrom(UpdateBackupVaultRequest other)

public UpdateBackupVaultRequest.Builder mergeFrom(UpdateBackupVaultRequest other)
Parameter
Name Description
other UpdateBackupVaultRequest
Returns
Type Description
UpdateBackupVaultRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateBackupVaultRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateBackupVaultRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpdateBackupVaultRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpdateBackupVaultRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpdateBackupVaultRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateBackupVaultRequest.Builder
Overrides

mergeUpdateMask(FieldMask value)

public UpdateBackupVaultRequest.Builder mergeUpdateMask(FieldMask value)

Required. Field mask is used to specify the fields to be overwritten in the Backup resource to be updated. 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
UpdateBackupVaultRequest.Builder

setBackupVault(BackupVault value)

public UpdateBackupVaultRequest.Builder setBackupVault(BackupVault value)

Required. The backupVault being updated

.google.cloud.netapp.v1.BackupVault backup_vault = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value BackupVault
Returns
Type Description
UpdateBackupVaultRequest.Builder

setBackupVault(BackupVault.Builder builderForValue)

public UpdateBackupVaultRequest.Builder setBackupVault(BackupVault.Builder builderForValue)

Required. The backupVault being updated

.google.cloud.netapp.v1.BackupVault backup_vault = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue BackupVault.Builder
Returns
Type Description
UpdateBackupVaultRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public UpdateBackupVaultRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateBackupVaultRequest.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UpdateBackupVaultRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
UpdateBackupVaultRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UpdateBackupVaultRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateBackupVaultRequest.Builder
Overrides

setUpdateMask(FieldMask value)

public UpdateBackupVaultRequest.Builder setUpdateMask(FieldMask value)

Required. Field mask is used to specify the fields to be overwritten in the Backup resource to be updated. 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
UpdateBackupVaultRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateBackupVaultRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Required. Field mask is used to specify the fields to be overwritten in the Backup resource to be updated. 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
UpdateBackupVaultRequest.Builder