Class UpdateBackupVaultRequest.Builder (0.64.0)

public static final class UpdateBackupVaultRequest.Builder extends GeneratedMessage.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

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

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

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 GeneratedMessage.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

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

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