public final class CreateBackupRequest extends GeneratedMessageV3 implements CreateBackupRequestOrBuilder
The request for CreateBackup.
Protobuf type google.bigtable.admin.v2.CreateBackupRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CreateBackupRequestImplements
CreateBackupRequestOrBuilderFields
BACKUP_FIELD_NUMBER
public static final int BACKUP_FIELD_NUMBER
Type | Description |
int |
BACKUP_ID_FIELD_NUMBER
public static final int BACKUP_ID_FIELD_NUMBER
Type | Description |
int |
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Type | Description |
int |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getBackup()
public Backup getBackup()
Required. The backup to create.
.google.bigtable.admin.v2.Backup backup = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Backup | The backup. |
getBackupId()
public String getBackupId()
Required. The id of the backup to be created. The backup_id
along with
the parent parent
are combined as {parent}/backups/{backup_id} to create
the full backup name, of the form:
projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup_id}
.
This string must be between 1 and 50 characters in length and match the
regex _a-zA-Z0-9*.
string backup_id = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The backupId. |
getBackupIdBytes()
public ByteString getBackupIdBytes()
Required. The id of the backup to be created. The backup_id
along with
the parent parent
are combined as {parent}/backups/{backup_id} to create
the full backup name, of the form:
projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup_id}
.
This string must be between 1 and 50 characters in length and match the
regex _a-zA-Z0-9*.
string backup_id = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for backupId. |
getBackupOrBuilder()
public BackupOrBuilder getBackupOrBuilder()
Required. The backup to create.
.google.bigtable.admin.v2.Backup backup = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
BackupOrBuilder |
getDefaultInstance()
public static CreateBackupRequest getDefaultInstance()
Type | Description |
CreateBackupRequest |
getDefaultInstanceForType()
public CreateBackupRequest getDefaultInstanceForType()
Type | Description |
CreateBackupRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getParent()
public String getParent()
Required. This must be one of the clusters in the instance in which this
table is located. The backup will be stored in this cluster. Values are
of the form projects/{project}/instances/{instance}/clusters/{cluster}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. This must be one of the clusters in the instance in which this
table is located. The backup will be stored in this cluster. Values are
of the form projects/{project}/instances/{instance}/clusters/{cluster}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for parent. |
getParserForType()
public Parser<CreateBackupRequest> getParserForType()
Type | Description |
Parser<CreateBackupRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasBackup()
public boolean hasBackup()
Required. The backup to create.
.google.bigtable.admin.v2.Backup backup = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the backup field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilder()
public static CreateBackupRequest.Builder newBuilder()
Type | Description |
CreateBackupRequest.Builder |
newBuilder(CreateBackupRequest prototype)
public static CreateBackupRequest.Builder newBuilder(CreateBackupRequest prototype)
Name | Description |
prototype | CreateBackupRequest |
Type | Description |
CreateBackupRequest.Builder |
newBuilderForType()
public CreateBackupRequest.Builder newBuilderForType()
Type | Description |
CreateBackupRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateBackupRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
CreateBackupRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
parseDelimitedFrom(InputStream input)
public static CreateBackupRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateBackupRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateBackupRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateBackupRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static CreateBackupRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
CreateBackupRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateBackupRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateBackupRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static CreateBackupRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
CreateBackupRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateBackupRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateBackupRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static CreateBackupRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
CreateBackupRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateBackupRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateBackupRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static CreateBackupRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateBackupRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateBackupRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateBackupRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static CreateBackupRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
CreateBackupRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateBackupRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateBackupRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<CreateBackupRequest> parser()
Type | Description |
Parser<CreateBackupRequest> |
toBuilder()
public CreateBackupRequest.Builder toBuilder()
Type | Description |
CreateBackupRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |