Class UpdateRestoreRequest.Builder (0.13.0)

public static final class UpdateRestoreRequest.Builder extends GeneratedMessageV3.Builder<UpdateRestoreRequest.Builder> implements UpdateRestoreRequestOrBuilder

Request message for UpdateRestore.

Protobuf type google.cloud.gkebackup.v1.UpdateRestoreRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpdateRestoreRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UpdateRestoreRequest.Builder
Overrides

build()

public UpdateRestoreRequest build()
Returns
TypeDescription
UpdateRestoreRequest

buildPartial()

public UpdateRestoreRequest buildPartial()
Returns
TypeDescription
UpdateRestoreRequest

clear()

public UpdateRestoreRequest.Builder clear()
Returns
TypeDescription
UpdateRestoreRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public UpdateRestoreRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
UpdateRestoreRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UpdateRestoreRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
UpdateRestoreRequest.Builder
Overrides

clearRestore()

public UpdateRestoreRequest.Builder clearRestore()

Required. A new version of the Restore resource that contains updated fields. This may be sparsely populated if an update_mask is provided.

.google.cloud.gkebackup.v1.Restore restore = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UpdateRestoreRequest.Builder

clearUpdateMask()

public UpdateRestoreRequest.Builder clearUpdateMask()

This is used to specify the fields to be overwritten in the Restore targeted for update. The values for each of these updated fields will be taken from the restore provided with this request. Field names are relative to the root of the resource. If no update_mask is provided, all fields in restore will be written to the target Restore resource. Note that OUTPUT_ONLY and IMMUTABLE fields in restore are ignored and are not used to update the target Restore.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
UpdateRestoreRequest.Builder

clone()

public UpdateRestoreRequest.Builder clone()
Returns
TypeDescription
UpdateRestoreRequest.Builder
Overrides

getDefaultInstanceForType()

public UpdateRestoreRequest getDefaultInstanceForType()
Returns
TypeDescription
UpdateRestoreRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getRestore()

public Restore getRestore()

Required. A new version of the Restore resource that contains updated fields. This may be sparsely populated if an update_mask is provided.

.google.cloud.gkebackup.v1.Restore restore = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Restore

The restore.

getRestoreBuilder()

public Restore.Builder getRestoreBuilder()

Required. A new version of the Restore resource that contains updated fields. This may be sparsely populated if an update_mask is provided.

.google.cloud.gkebackup.v1.Restore restore = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Restore.Builder

getRestoreOrBuilder()

public RestoreOrBuilder getRestoreOrBuilder()

Required. A new version of the Restore resource that contains updated fields. This may be sparsely populated if an update_mask is provided.

.google.cloud.gkebackup.v1.Restore restore = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
RestoreOrBuilder

getUpdateMask()

public FieldMask getUpdateMask()

This is used to specify the fields to be overwritten in the Restore targeted for update. The values for each of these updated fields will be taken from the restore provided with this request. Field names are relative to the root of the resource. If no update_mask is provided, all fields in restore will be written to the target Restore resource. Note that OUTPUT_ONLY and IMMUTABLE fields in restore are ignored and are not used to update the target Restore.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

This is used to specify the fields to be overwritten in the Restore targeted for update. The values for each of these updated fields will be taken from the restore provided with this request. Field names are relative to the root of the resource. If no update_mask is provided, all fields in restore will be written to the target Restore resource. Note that OUTPUT_ONLY and IMMUTABLE fields in restore are ignored and are not used to update the target Restore.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

This is used to specify the fields to be overwritten in the Restore targeted for update. The values for each of these updated fields will be taken from the restore provided with this request. Field names are relative to the root of the resource. If no update_mask is provided, all fields in restore will be written to the target Restore resource. Note that OUTPUT_ONLY and IMMUTABLE fields in restore are ignored and are not used to update the target Restore.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasRestore()

public boolean hasRestore()

Required. A new version of the Restore resource that contains updated fields. This may be sparsely populated if an update_mask is provided.

.google.cloud.gkebackup.v1.Restore restore = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the restore field is set.

hasUpdateMask()

public boolean hasUpdateMask()

This is used to specify the fields to be overwritten in the Restore targeted for update. The values for each of these updated fields will be taken from the restore provided with this request. Field names are relative to the root of the resource. If no update_mask is provided, all fields in restore will be written to the target Restore resource. Note that OUTPUT_ONLY and IMMUTABLE fields in restore are ignored and are not used to update the target Restore.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(UpdateRestoreRequest other)

public UpdateRestoreRequest.Builder mergeFrom(UpdateRestoreRequest other)
Parameter
NameDescription
otherUpdateRestoreRequest
Returns
TypeDescription
UpdateRestoreRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateRestoreRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateRestoreRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public UpdateRestoreRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
UpdateRestoreRequest.Builder
Overrides

mergeRestore(Restore value)

public UpdateRestoreRequest.Builder mergeRestore(Restore value)

Required. A new version of the Restore resource that contains updated fields. This may be sparsely populated if an update_mask is provided.

.google.cloud.gkebackup.v1.Restore restore = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueRestore
Returns
TypeDescription
UpdateRestoreRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpdateRestoreRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UpdateRestoreRequest.Builder
Overrides

mergeUpdateMask(FieldMask value)

public UpdateRestoreRequest.Builder mergeUpdateMask(FieldMask value)

This is used to specify the fields to be overwritten in the Restore targeted for update. The values for each of these updated fields will be taken from the restore provided with this request. Field names are relative to the root of the resource. If no update_mask is provided, all fields in restore will be written to the target Restore resource. Note that OUTPUT_ONLY and IMMUTABLE fields in restore are ignored and are not used to update the target Restore.

.google.protobuf.FieldMask update_mask = 2;

Parameter
NameDescription
valueFieldMask
Returns
TypeDescription
UpdateRestoreRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public UpdateRestoreRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UpdateRestoreRequest.Builder
Overrides

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

public UpdateRestoreRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
UpdateRestoreRequest.Builder
Overrides

setRestore(Restore value)

public UpdateRestoreRequest.Builder setRestore(Restore value)

Required. A new version of the Restore resource that contains updated fields. This may be sparsely populated if an update_mask is provided.

.google.cloud.gkebackup.v1.Restore restore = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueRestore
Returns
TypeDescription
UpdateRestoreRequest.Builder

setRestore(Restore.Builder builderForValue)

public UpdateRestoreRequest.Builder setRestore(Restore.Builder builderForValue)

Required. A new version of the Restore resource that contains updated fields. This may be sparsely populated if an update_mask is provided.

.google.cloud.gkebackup.v1.Restore restore = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueRestore.Builder
Returns
TypeDescription
UpdateRestoreRequest.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final UpdateRestoreRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UpdateRestoreRequest.Builder
Overrides

setUpdateMask(FieldMask value)

public UpdateRestoreRequest.Builder setUpdateMask(FieldMask value)

This is used to specify the fields to be overwritten in the Restore targeted for update. The values for each of these updated fields will be taken from the restore provided with this request. Field names are relative to the root of the resource. If no update_mask is provided, all fields in restore will be written to the target Restore resource. Note that OUTPUT_ONLY and IMMUTABLE fields in restore are ignored and are not used to update the target Restore.

.google.protobuf.FieldMask update_mask = 2;

Parameter
NameDescription
valueFieldMask
Returns
TypeDescription
UpdateRestoreRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateRestoreRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

This is used to specify the fields to be overwritten in the Restore targeted for update. The values for each of these updated fields will be taken from the restore provided with this request. Field names are relative to the root of the resource. If no update_mask is provided, all fields in restore will be written to the target Restore resource. Note that OUTPUT_ONLY and IMMUTABLE fields in restore are ignored and are not used to update the target Restore.

.google.protobuf.FieldMask update_mask = 2;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
UpdateRestoreRequest.Builder