@Generated public final class CopyBackupMetadata extends com.google.protobuf.GeneratedMessage implements CopyBackupMetadataOrBuilder
Metadata type for the google.longrunning.Operation returned by [CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup].Protobuf type
google.bigtable.admin.v2.CopyBackupMetadata| Modifier and Type | Class and Description |
|---|---|
static class |
CopyBackupMetadata.Builder
Metadata type for the google.longrunning.Operation returned by
[CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup].
|
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_FIELD_NUMBER |
static int |
PROGRESS_FIELD_NUMBER |
static int |
SOURCE_BACKUP_INFO_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CopyBackupMetadata |
getDefaultInstance() |
CopyBackupMetadata |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getName()
The name of the backup being created through the copy operation.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the backup being created through the copy operation.
|
com.google.protobuf.Parser<CopyBackupMetadata> |
getParserForType() |
OperationProgress |
getProgress()
The progress of the
[CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup]
operation.
|
OperationProgressOrBuilder |
getProgressOrBuilder()
The progress of the
[CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup]
operation.
|
int |
getSerializedSize() |
BackupInfo |
getSourceBackupInfo()
Information about the source backup that is being copied from.
|
BackupInfoOrBuilder |
getSourceBackupInfoOrBuilder()
Information about the source backup that is being copied from.
|
int |
hashCode() |
boolean |
hasProgress()
The progress of the
[CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup]
operation.
|
boolean |
hasSourceBackupInfo()
Information about the source backup that is being copied from.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CopyBackupMetadata.Builder |
newBuilder() |
static CopyBackupMetadata.Builder |
newBuilder(CopyBackupMetadata prototype) |
CopyBackupMetadata.Builder |
newBuilderForType() |
protected CopyBackupMetadata.Builder |
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
static CopyBackupMetadata |
parseDelimitedFrom(InputStream input) |
static CopyBackupMetadata |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CopyBackupMetadata |
parseFrom(byte[] data) |
static CopyBackupMetadata |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CopyBackupMetadata |
parseFrom(ByteBuffer data) |
static CopyBackupMetadata |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CopyBackupMetadata |
parseFrom(com.google.protobuf.ByteString data) |
static CopyBackupMetadata |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CopyBackupMetadata |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CopyBackupMetadata |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CopyBackupMetadata |
parseFrom(InputStream input) |
static CopyBackupMetadata |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CopyBackupMetadata> |
parser() |
CopyBackupMetadata.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int SOURCE_BACKUP_INFO_FIELD_NUMBER
public static final int PROGRESS_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic String getName()
The name of the backup being created through the copy operation. Values are of the form `projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>`.
string name = 1 [(.google.api.resource_reference) = { ... }getName in interface CopyBackupMetadataOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The name of the backup being created through the copy operation. Values are of the form `projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>`.
string name = 1 [(.google.api.resource_reference) = { ... }getNameBytes in interface CopyBackupMetadataOrBuilderpublic boolean hasSourceBackupInfo()
Information about the source backup that is being copied from.
.google.bigtable.admin.v2.BackupInfo source_backup_info = 2;hasSourceBackupInfo in interface CopyBackupMetadataOrBuilderpublic BackupInfo getSourceBackupInfo()
Information about the source backup that is being copied from.
.google.bigtable.admin.v2.BackupInfo source_backup_info = 2;getSourceBackupInfo in interface CopyBackupMetadataOrBuilderpublic BackupInfoOrBuilder getSourceBackupInfoOrBuilder()
Information about the source backup that is being copied from.
.google.bigtable.admin.v2.BackupInfo source_backup_info = 2;getSourceBackupInfoOrBuilder in interface CopyBackupMetadataOrBuilderpublic boolean hasProgress()
The progress of the [CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup] operation.
.google.bigtable.admin.v2.OperationProgress progress = 3;hasProgress in interface CopyBackupMetadataOrBuilderpublic OperationProgress getProgress()
The progress of the [CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup] operation.
.google.bigtable.admin.v2.OperationProgress progress = 3;getProgress in interface CopyBackupMetadataOrBuilderpublic OperationProgressOrBuilder getProgressOrBuilder()
The progress of the [CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup] operation.
.google.bigtable.admin.v2.OperationProgress progress = 3;getProgressOrBuilder in interface CopyBackupMetadataOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CopyBackupMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CopyBackupMetadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CopyBackupMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CopyBackupMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CopyBackupMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CopyBackupMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CopyBackupMetadata parseFrom(InputStream input) throws IOException
IOExceptionpublic static CopyBackupMetadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CopyBackupMetadata parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CopyBackupMetadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CopyBackupMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CopyBackupMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CopyBackupMetadata.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CopyBackupMetadata.Builder newBuilder()
public static CopyBackupMetadata.Builder newBuilder(CopyBackupMetadata prototype)
public CopyBackupMetadata.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CopyBackupMetadata.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.AbstractMessagepublic static CopyBackupMetadata getDefaultInstance()
public static com.google.protobuf.Parser<CopyBackupMetadata> parser()
public com.google.protobuf.Parser<CopyBackupMetadata> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic CopyBackupMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2026 Google LLC. All rights reserved.