- 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 DeleteRestorePlanRequest.Builder extends GeneratedMessageV3.Builder<DeleteRestorePlanRequest.Builder> implements DeleteRestorePlanRequestOrBuilder
Request message for DeleteRestorePlan.
Protobuf type google.cloud.gkebackup.v1.DeleteRestorePlanRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DeleteRestorePlanRequest.BuilderImplements
DeleteRestorePlanRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeleteRestorePlanRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DeleteRestorePlanRequest.Builder |
build()
public DeleteRestorePlanRequest build()
Type | Description |
DeleteRestorePlanRequest |
buildPartial()
public DeleteRestorePlanRequest buildPartial()
Type | Description |
DeleteRestorePlanRequest |
clear()
public DeleteRestorePlanRequest.Builder clear()
Type | Description |
DeleteRestorePlanRequest.Builder |
clearEtag()
public DeleteRestorePlanRequest.Builder clearEtag()
If provided, this value must match the current value of the target RestorePlan's etag field or the request is rejected.
string etag = 2;
Type | Description |
DeleteRestorePlanRequest.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public DeleteRestorePlanRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
DeleteRestorePlanRequest.Builder |
clearForce()
public DeleteRestorePlanRequest.Builder clearForce()
If set to true, any Restores below this RestorePlan will also be deleted. Otherwise, the request will only succeed if the RestorePlan has no Restores.
bool force = 3;
Type | Description |
DeleteRestorePlanRequest.Builder | This builder for chaining. |
clearName()
public DeleteRestorePlanRequest.Builder clearName()
Required. Fully qualified RestorePlan name. Format: projects/*/locations/*/restorePlans/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
DeleteRestorePlanRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DeleteRestorePlanRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
DeleteRestorePlanRequest.Builder |
clone()
public DeleteRestorePlanRequest.Builder clone()
Type | Description |
DeleteRestorePlanRequest.Builder |
getDefaultInstanceForType()
public DeleteRestorePlanRequest getDefaultInstanceForType()
Type | Description |
DeleteRestorePlanRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEtag()
public String getEtag()
If provided, this value must match the current value of the target RestorePlan'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 RestorePlan'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 Restores below this RestorePlan will also be deleted. Otherwise, the request will only succeed if the RestorePlan has no Restores.
bool force = 3;
Type | Description |
boolean | The force. |
getName()
public String getName()
Required. Fully qualified RestorePlan name. Format: projects/*/locations/*/restorePlans/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. Fully qualified RestorePlan name. Format: projects/*/locations/*/restorePlans/*
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(DeleteRestorePlanRequest other)
public DeleteRestorePlanRequest.Builder mergeFrom(DeleteRestorePlanRequest other)
Name | Description |
other | DeleteRestorePlanRequest |
Type | Description |
DeleteRestorePlanRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteRestorePlanRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteRestorePlanRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public DeleteRestorePlanRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
DeleteRestorePlanRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeleteRestorePlanRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DeleteRestorePlanRequest.Builder |
setEtag(String value)
public DeleteRestorePlanRequest.Builder setEtag(String value)
If provided, this value must match the current value of the target RestorePlan's etag field or the request is rejected.
string etag = 2;
Name | Description |
value | String The etag to set. |
Type | Description |
DeleteRestorePlanRequest.Builder | This builder for chaining. |
setEtagBytes(ByteString value)
public DeleteRestorePlanRequest.Builder setEtagBytes(ByteString value)
If provided, this value must match the current value of the target RestorePlan's etag field or the request is rejected.
string etag = 2;
Name | Description |
value | ByteString The bytes for etag to set. |
Type | Description |
DeleteRestorePlanRequest.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DeleteRestorePlanRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DeleteRestorePlanRequest.Builder |
setForce(boolean value)
public DeleteRestorePlanRequest.Builder setForce(boolean value)
If set to true, any Restores below this RestorePlan will also be deleted. Otherwise, the request will only succeed if the RestorePlan has no Restores.
bool force = 3;
Name | Description |
value | boolean The force to set. |
Type | Description |
DeleteRestorePlanRequest.Builder | This builder for chaining. |
setName(String value)
public DeleteRestorePlanRequest.Builder setName(String value)
Required. Fully qualified RestorePlan name. Format: projects/*/locations/*/restorePlans/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The name to set. |
Type | Description |
DeleteRestorePlanRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public DeleteRestorePlanRequest.Builder setNameBytes(ByteString value)
Required. Fully qualified RestorePlan name. Format: projects/*/locations/*/restorePlans/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
DeleteRestorePlanRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeleteRestorePlanRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
DeleteRestorePlanRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DeleteRestorePlanRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DeleteRestorePlanRequest.Builder |