public static final class UpdateBackupRequest.Builder extends GeneratedMessageV3.Builder<UpdateBackupRequest.Builder> implements UpdateBackupRequestOrBuilder
Request message for UpdateBackup.
Protobuf type google.cloud.gkebackup.v1.UpdateBackupRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateBackupRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public UpdateBackupRequest build()
Returns
buildPartial()
public UpdateBackupRequest buildPartial()
Returns
clear()
public UpdateBackupRequest.Builder clear()
Returns
Overrides
clearBackup()
public UpdateBackupRequest.Builder clearBackup()
Required. A new version of the Backup resource that contains updated fields.
This may be sparsely populated if an update_mask
is provided.
.google.cloud.gkebackup.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
clearField(Descriptors.FieldDescriptor field)
public UpdateBackupRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateBackupRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearUpdateMask()
public UpdateBackupRequest.Builder clearUpdateMask()
This is used to specify the fields to be overwritten in the
Backup targeted for update. The values for each of these
updated fields will be taken from the backup_plan
provided
with this request. Field names are relative to the root of the resource.
If no update_mask
is provided, all fields in backup
will be
written to the target Backup resource.
Note that OUTPUT_ONLY and IMMUTABLE fields in backup
are ignored
and are not used to update the target Backup.
.google.protobuf.FieldMask update_mask = 2;
Returns
clone()
public UpdateBackupRequest.Builder clone()
Returns
Overrides
getBackup()
public Backup getBackup()
Required. A new version of the Backup resource that contains updated fields.
This may be sparsely populated if an update_mask
is provided.
.google.cloud.gkebackup.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
Backup | The backup.
|
getBackupBuilder()
public Backup.Builder getBackupBuilder()
Required. A new version of the Backup resource that contains updated fields.
This may be sparsely populated if an update_mask
is provided.
.google.cloud.gkebackup.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getBackupOrBuilder()
public BackupOrBuilder getBackupOrBuilder()
Required. A new version of the Backup resource that contains updated fields.
This may be sparsely populated if an update_mask
is provided.
.google.cloud.gkebackup.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getDefaultInstanceForType()
public UpdateBackupRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getUpdateMask()
public FieldMask getUpdateMask()
This is used to specify the fields to be overwritten in the
Backup targeted for update. The values for each of these
updated fields will be taken from the backup_plan
provided
with this request. Field names are relative to the root of the resource.
If no update_mask
is provided, all fields in backup
will be
written to the target Backup resource.
Note that OUTPUT_ONLY and IMMUTABLE fields in backup
are ignored
and are not used to update the target Backup.
.google.protobuf.FieldMask update_mask = 2;
Returns
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
This is used to specify the fields to be overwritten in the
Backup targeted for update. The values for each of these
updated fields will be taken from the backup_plan
provided
with this request. Field names are relative to the root of the resource.
If no update_mask
is provided, all fields in backup
will be
written to the target Backup resource.
Note that OUTPUT_ONLY and IMMUTABLE fields in backup
are ignored
and are not used to update the target Backup.
.google.protobuf.FieldMask update_mask = 2;
Returns
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
This is used to specify the fields to be overwritten in the
Backup targeted for update. The values for each of these
updated fields will be taken from the backup_plan
provided
with this request. Field names are relative to the root of the resource.
If no update_mask
is provided, all fields in backup
will be
written to the target Backup resource.
Note that OUTPUT_ONLY and IMMUTABLE fields in backup
are ignored
and are not used to update the target Backup.
.google.protobuf.FieldMask update_mask = 2;
Returns
hasBackup()
public boolean hasBackup()
Required. A new version of the Backup resource that contains updated fields.
This may be sparsely populated if an update_mask
is provided.
.google.cloud.gkebackup.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the backup field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
This is used to specify the fields to be overwritten in the
Backup targeted for update. The values for each of these
updated fields will be taken from the backup_plan
provided
with this request. Field names are relative to the root of the resource.
If no update_mask
is provided, all fields in backup
will be
written to the target Backup resource.
Note that OUTPUT_ONLY and IMMUTABLE fields in backup
are ignored
and are not used to update the target Backup.
.google.protobuf.FieldMask update_mask = 2;
Returns
Type | Description |
boolean | Whether the updateMask field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeBackup(Backup value)
public UpdateBackupRequest.Builder mergeBackup(Backup value)
Required. A new version of the Backup resource that contains updated fields.
This may be sparsely populated if an update_mask
is provided.
.google.cloud.gkebackup.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
mergeFrom(UpdateBackupRequest other)
public UpdateBackupRequest.Builder mergeFrom(UpdateBackupRequest other)
Parameter
Returns
public UpdateBackupRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public UpdateBackupRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateBackupRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
mergeUpdateMask(FieldMask value)
public UpdateBackupRequest.Builder mergeUpdateMask(FieldMask value)
This is used to specify the fields to be overwritten in the
Backup targeted for update. The values for each of these
updated fields will be taken from the backup_plan
provided
with this request. Field names are relative to the root of the resource.
If no update_mask
is provided, all fields in backup
will be
written to the target Backup resource.
Note that OUTPUT_ONLY and IMMUTABLE fields in backup
are ignored
and are not used to update the target Backup.
.google.protobuf.FieldMask update_mask = 2;
Parameter
Returns
setBackup(Backup value)
public UpdateBackupRequest.Builder setBackup(Backup value)
Required. A new version of the Backup resource that contains updated fields.
This may be sparsely populated if an update_mask
is provided.
.google.cloud.gkebackup.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setBackup(Backup.Builder builderForValue)
public UpdateBackupRequest.Builder setBackup(Backup.Builder builderForValue)
Required. A new version of the Backup resource that contains updated fields.
This may be sparsely populated if an update_mask
is provided.
.google.cloud.gkebackup.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateBackupRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateBackupRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateBackupRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setUpdateMask(FieldMask value)
public UpdateBackupRequest.Builder setUpdateMask(FieldMask value)
This is used to specify the fields to be overwritten in the
Backup targeted for update. The values for each of these
updated fields will be taken from the backup_plan
provided
with this request. Field names are relative to the root of the resource.
If no update_mask
is provided, all fields in backup
will be
written to the target Backup resource.
Note that OUTPUT_ONLY and IMMUTABLE fields in backup
are ignored
and are not used to update the target Backup.
.google.protobuf.FieldMask update_mask = 2;
Parameter
Returns
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateBackupRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
This is used to specify the fields to be overwritten in the
Backup targeted for update. The values for each of these
updated fields will be taken from the backup_plan
provided
with this request. Field names are relative to the root of the resource.
If no update_mask
is provided, all fields in backup
will be
written to the target Backup resource.
Note that OUTPUT_ONLY and IMMUTABLE fields in backup
are ignored
and are not used to update the target Backup.
.google.protobuf.FieldMask update_mask = 2;
Parameter
Name | Description |
builderForValue | Builder
|
Returns