public final class DeleteRestorePlanRequest extends GeneratedMessageV3 implements DeleteRestorePlanRequestOrBuilder
Request message for DeleteRestorePlan.
Protobuf type google.cloud.gkebackup.v1.DeleteRestorePlanRequest
Static Fields
ETAG_FIELD_NUMBER
public static final int ETAG_FIELD_NUMBER
Field Value
FORCE_FIELD_NUMBER
public static final int FORCE_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static DeleteRestorePlanRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static DeleteRestorePlanRequest.Builder newBuilder()
Returns
newBuilder(DeleteRestorePlanRequest prototype)
public static DeleteRestorePlanRequest.Builder newBuilder(DeleteRestorePlanRequest prototype)
Parameter
Returns
public static DeleteRestorePlanRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static DeleteRestorePlanRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static DeleteRestorePlanRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DeleteRestorePlanRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static DeleteRestorePlanRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeleteRestorePlanRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeleteRestorePlanRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static DeleteRestorePlanRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeleteRestorePlanRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static DeleteRestorePlanRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static DeleteRestorePlanRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DeleteRestorePlanRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<DeleteRestorePlanRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public DeleteRestorePlanRequest getDefaultInstanceForType()
Returns
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;
Returns
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;
Returns
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;
Returns
getName()
Required. Fully qualified RestorePlan name.
Format: projects/*/locations/*/restorePlans/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
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) = { ... }
Returns
getParserForType()
public Parser<DeleteRestorePlanRequest> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public DeleteRestorePlanRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DeleteRestorePlanRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public DeleteRestorePlanRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions