public static final class UpdateRestoreRequest.Builder extends GeneratedMessageV3.Builder<UpdateRestoreRequest.Builder> implements UpdateRestoreRequestOrBuilder
Request message for UpdateRestore.
Protobuf type google.cloud.gkebackup.v1.UpdateRestoreRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateRestoreRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public UpdateRestoreRequest build()
buildPartial()
public UpdateRestoreRequest buildPartial()
clear()
public UpdateRestoreRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public UpdateRestoreRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateRestoreRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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];
clearUpdateMask()
public UpdateRestoreRequest.Builder clearUpdateMask()
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
clone()
public UpdateRestoreRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public UpdateRestoreRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
Type |
Description |
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];
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];
getUpdateMask()
public FieldMask getUpdateMask()
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
FieldMask |
The updateMask.
|
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
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 |
Type |
Description |
boolean |
Whether the restore field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the updateMask field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(UpdateRestoreRequest other)
public UpdateRestoreRequest.Builder mergeFrom(UpdateRestoreRequest other)
public UpdateRestoreRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UpdateRestoreRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
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 |
Name |
Description |
value |
Restore
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateRestoreRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeUpdateMask(FieldMask value)
public UpdateRestoreRequest.Builder mergeUpdateMask(FieldMask value)
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateRestoreRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateRestoreRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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 |
Name |
Description |
value |
Restore
|
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];
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateRestoreRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setUpdateMask(FieldMask value)
public UpdateRestoreRequest.Builder setUpdateMask(FieldMask value)
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateRestoreRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
builderForValue |
Builder
|