- 0.53.0 (latest)
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.6
- 0.1.0
public static final class DeleteRestoreRequest.Builder extends GeneratedMessageV3.Builder<DeleteRestoreRequest.Builder> implements DeleteRestoreRequestOrBuilder
Request message for DeleteRestore.
Protobuf type google.cloud.gkebackup.v1.DeleteRestoreRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DeleteRestoreRequest.BuilderImplements
DeleteRestoreRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeleteRestoreRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DeleteRestoreRequest.Builder |
build()
public DeleteRestoreRequest build()
Type | Description |
DeleteRestoreRequest |
buildPartial()
public DeleteRestoreRequest buildPartial()
Type | Description |
DeleteRestoreRequest |
clear()
public DeleteRestoreRequest.Builder clear()
Type | Description |
DeleteRestoreRequest.Builder |
clearEtag()
public DeleteRestoreRequest.Builder clearEtag()
If provided, this value must match the current value of the target Restore's etag field or the request is rejected.
string etag = 2;
Type | Description |
DeleteRestoreRequest.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public DeleteRestoreRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
DeleteRestoreRequest.Builder |
clearForce()
public DeleteRestoreRequest.Builder clearForce()
If set to true, any VolumeRestores below this restore will also be deleted. Otherwise, the request will only succeed if the restore has no VolumeRestores.
bool force = 3;
Type | Description |
DeleteRestoreRequest.Builder | This builder for chaining. |
clearName()
public DeleteRestoreRequest.Builder clearName()
Required. Full name of the Restore Format: projects/*/locations/*/restorePlans/*/restores/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
DeleteRestoreRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DeleteRestoreRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
DeleteRestoreRequest.Builder |
clone()
public DeleteRestoreRequest.Builder clone()
Type | Description |
DeleteRestoreRequest.Builder |
getDefaultInstanceForType()
public DeleteRestoreRequest getDefaultInstanceForType()
Type | Description |
DeleteRestoreRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEtag()
public String getEtag()
If provided, this value must match the current value of the target Restore's etag field or the request is rejected.
string etag = 2;
Type | Description |
String | The etag. |
getEtagBytes()
public ByteString getEtagBytes()
If provided, this value must match the current value of the target Restore's etag field or the request is rejected.
string etag = 2;
Type | Description |
ByteString | The bytes for etag. |
getForce()
public boolean getForce()
If set to true, any VolumeRestores below this restore will also be deleted. Otherwise, the request will only succeed if the restore has no VolumeRestores.
bool force = 3;
Type | Description |
boolean | The force. |
getName()
public String getName()
Required. Full name of the Restore Format: projects/*/locations/*/restorePlans/*/restores/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. Full name of the Restore Format: projects/*/locations/*/restorePlans/*/restores/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(DeleteRestoreRequest other)
public DeleteRestoreRequest.Builder mergeFrom(DeleteRestoreRequest other)
Name | Description |
other | DeleteRestoreRequest |
Type | Description |
DeleteRestoreRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteRestoreRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteRestoreRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public DeleteRestoreRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
DeleteRestoreRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeleteRestoreRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DeleteRestoreRequest.Builder |
setEtag(String value)
public DeleteRestoreRequest.Builder setEtag(String value)
If provided, this value must match the current value of the target Restore's etag field or the request is rejected.
string etag = 2;
Name | Description |
value | String The etag to set. |
Type | Description |
DeleteRestoreRequest.Builder | This builder for chaining. |
setEtagBytes(ByteString value)
public DeleteRestoreRequest.Builder setEtagBytes(ByteString value)
If provided, this value must match the current value of the target Restore's etag field or the request is rejected.
string etag = 2;
Name | Description |
value | ByteString The bytes for etag to set. |
Type | Description |
DeleteRestoreRequest.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DeleteRestoreRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DeleteRestoreRequest.Builder |
setForce(boolean value)
public DeleteRestoreRequest.Builder setForce(boolean value)
If set to true, any VolumeRestores below this restore will also be deleted. Otherwise, the request will only succeed if the restore has no VolumeRestores.
bool force = 3;
Name | Description |
value | boolean The force to set. |
Type | Description |
DeleteRestoreRequest.Builder | This builder for chaining. |
setName(String value)
public DeleteRestoreRequest.Builder setName(String value)
Required. Full name of the Restore Format: projects/*/locations/*/restorePlans/*/restores/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The name to set. |
Type | Description |
DeleteRestoreRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public DeleteRestoreRequest.Builder setNameBytes(ByteString value)
Required. Full name of the Restore Format: projects/*/locations/*/restorePlans/*/restores/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
DeleteRestoreRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeleteRestoreRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
DeleteRestoreRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DeleteRestoreRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DeleteRestoreRequest.Builder |