public static final class DeleteRestoreRequest.Builder extends GeneratedMessage.Builder<DeleteRestoreRequest.Builder> implements DeleteRestoreRequestOrBuilderRequest message for DeleteRestore.
Protobuf type google.cloud.gkebackup.v1.DeleteRestoreRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteRestoreRequest.BuilderImplements
DeleteRestoreRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteRestoreRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteRestoreRequest |
|
buildPartial()
public DeleteRestoreRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteRestoreRequest |
|
clear()
public DeleteRestoreRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteRestoreRequest.Builder |
|
clearEtag()
public DeleteRestoreRequest.Builder clearEtag()Optional. If provided, this value must match the current value of the target Restore's etag field or the request is rejected.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DeleteRestoreRequest.Builder |
This builder for chaining. |
clearForce()
public DeleteRestoreRequest.Builder clearForce()Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
DeleteRestoreRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteRestoreRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteRestoreRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEtag()
public String getEtag()Optional. If provided, this value must match the current value of the target Restore's etag field or the request is rejected.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The etag. |
getEtagBytes()
public ByteString getEtagBytes()Optional. If provided, this value must match the current value of the target Restore's etag field or the request is rejected.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for etag. |
getForce()
public boolean getForce()Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| 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) = { ... }
| Returns | |
|---|---|
| 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DeleteRestoreRequest other)
public DeleteRestoreRequest.Builder mergeFrom(DeleteRestoreRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteRestoreRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteRestoreRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteRestoreRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteRestoreRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteRestoreRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteRestoreRequest.Builder |
|
setEtag(String value)
public DeleteRestoreRequest.Builder setEtag(String value)Optional. If provided, this value must match the current value of the target Restore's etag field or the request is rejected.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe etag to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteRestoreRequest.Builder |
This builder for chaining. |
setEtagBytes(ByteString value)
public DeleteRestoreRequest.Builder setEtagBytes(ByteString value)Optional. If provided, this value must match the current value of the target Restore's etag field or the request is rejected.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for etag to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteRestoreRequest.Builder |
This builder for chaining. |
setForce(boolean value)
public DeleteRestoreRequest.Builder setForce(boolean value)Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe force to set. |
| Returns | |
|---|---|
| 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteRestoreRequest.Builder |
This builder for chaining. |