public static final class Brpb.BackupMeta extends com.google.protobuf.GeneratedMessageV3 implements Brpb.BackupMetaOrBuilder
The message save the metadata of a backup.Protobuf type
backup.BackupMeta| 限定符和类型 | 类和说明 |
|---|---|
static class |
Brpb.BackupMeta.Builder
The message save the metadata of a backup.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
API_VERSION_FIELD_NUMBER |
static int |
BACKUP_RESULT_FIELD_NUMBER |
static int |
BR_VERSION_FIELD_NUMBER |
static int |
CLUSTER_ID_FIELD_NUMBER |
static int |
CLUSTER_VERSION_FIELD_NUMBER |
static int |
DDL_INDEXES_FIELD_NUMBER |
static int |
DDLS_FIELD_NUMBER |
static int |
END_VERSION_FIELD_NUMBER |
static int |
FILE_INDEX_FIELD_NUMBER |
static int |
FILES_FIELD_NUMBER |
static int |
IS_RAW_KV_FIELD_NUMBER |
static int |
NEW_COLLATIONS_ENABLED_FIELD_NUMBER |
static int |
POLICIES_FIELD_NUMBER |
static int |
RAW_RANGE_INDEX_FIELD_NUMBER |
static int |
RAW_RANGES_FIELD_NUMBER |
static int |
SCHEMA_INDEX_FIELD_NUMBER |
static int |
SCHEMAS_FIELD_NUMBER |
static int |
START_VERSION_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
Kvrpcpb.APIVersion |
getApiVersion()
API version implies the encode of the key and value.
|
int |
getApiVersionValue()
API version implies the encode of the key and value.
|
String |
getBackupResult()
the backup result into `backupmeta` file
string backup_result = 17; |
com.google.protobuf.ByteString |
getBackupResultBytes()
the backup result into `backupmeta` file
string backup_result = 17; |
String |
getBrVersion()
Save the version of BR running backup jobs.
|
com.google.protobuf.ByteString |
getBrVersionBytes()
Save the version of BR running backup jobs.
|
long |
getClusterId()
ID and version of backuped cluster.
|
String |
getClusterVersion()
string cluster_version = 2; |
com.google.protobuf.ByteString |
getClusterVersionBytes()
string cluster_version = 2; |
Brpb.MetaFile |
getDdlIndexes()
An index to files contains DDLs.
|
Brpb.MetaFileOrBuilder |
getDdlIndexesOrBuilder()
An index to files contains DDLs.
|
com.google.protobuf.ByteString |
getDdls()
In incremental backup, DDLs which are completed in
(lastBackupTS, backupTS] will be stored here.
|
static Brpb.BackupMeta |
getDefaultInstance() |
Brpb.BackupMeta |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getEndVersion()
uint64 end_version = 6; |
Brpb.MetaFile |
getFileIndex()
An index to files contains data files.
|
Brpb.MetaFileOrBuilder |
getFileIndexOrBuilder()
An index to files contains data files.
|
Brpb.File |
getFiles(int index)
A set of files that compose a backup.
|
int |
getFilesCount()
A set of files that compose a backup.
|
List<Brpb.File> |
getFilesList()
A set of files that compose a backup.
|
Brpb.FileOrBuilder |
getFilesOrBuilder(int index)
A set of files that compose a backup.
|
List<? extends Brpb.FileOrBuilder> |
getFilesOrBuilderList()
A set of files that compose a backup.
|
boolean |
getIsRawKv()
If in raw kv mode, `start_versions`, `end_versions` and `schemas` will be
ignored, and the backup data's range is represented by raw_ranges.
|
String |
getNewCollationsEnabled()
new_collations_enabled specifies the config `new_collations_enabled_on_first_bootstrap` in tidb.
|
com.google.protobuf.ByteString |
getNewCollationsEnabledBytes()
new_collations_enabled specifies the config `new_collations_enabled_on_first_bootstrap` in tidb.
|
com.google.protobuf.Parser<Brpb.BackupMeta> |
getParserForType() |
Brpb.PlacementPolicy |
getPolicies(int index)
the placement policy info in backup cluster. we assume the policy won't be too much for one cluster.
|
int |
getPoliciesCount()
the placement policy info in backup cluster. we assume the policy won't be too much for one cluster.
|
List<Brpb.PlacementPolicy> |
getPoliciesList()
the placement policy info in backup cluster. we assume the policy won't be too much for one cluster.
|
Brpb.PlacementPolicyOrBuilder |
getPoliciesOrBuilder(int index)
the placement policy info in backup cluster. we assume the policy won't be too much for one cluster.
|
List<? extends Brpb.PlacementPolicyOrBuilder> |
getPoliciesOrBuilderList()
the placement policy info in backup cluster. we assume the policy won't be too much for one cluster.
|
Brpb.MetaFile |
getRawRangeIndex()
An index to files contains RawRanges.
|
Brpb.MetaFileOrBuilder |
getRawRangeIndexOrBuilder()
An index to files contains RawRanges.
|
Brpb.RawRange |
getRawRanges(int index)
Note: `raw_ranges` is deprecated, as it bloats backupmeta.
|
int |
getRawRangesCount()
Note: `raw_ranges` is deprecated, as it bloats backupmeta.
|
List<Brpb.RawRange> |
getRawRangesList()
Note: `raw_ranges` is deprecated, as it bloats backupmeta.
|
Brpb.RawRangeOrBuilder |
getRawRangesOrBuilder(int index)
Note: `raw_ranges` is deprecated, as it bloats backupmeta.
|
List<? extends Brpb.RawRangeOrBuilder> |
getRawRangesOrBuilderList()
Note: `raw_ranges` is deprecated, as it bloats backupmeta.
|
Brpb.MetaFile |
getSchemaIndex()
An index to files contains Schemas.
|
Brpb.MetaFileOrBuilder |
getSchemaIndexOrBuilder()
An index to files contains Schemas.
|
Brpb.Schema |
getSchemas(int index)
Table metadata describes database and table info.
|
int |
getSchemasCount()
Table metadata describes database and table info.
|
List<Brpb.Schema> |
getSchemasList()
Table metadata describes database and table info.
|
Brpb.SchemaOrBuilder |
getSchemasOrBuilder(int index)
Table metadata describes database and table info.
|
List<? extends Brpb.SchemaOrBuilder> |
getSchemasOrBuilderList()
Table metadata describes database and table info.
|
int |
getSerializedSize() |
long |
getStartVersion()
A pair of timestamp specifies a time range of a backup.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getVersion()
The backupmeta scheme version.
|
boolean |
hasDdlIndexes()
An index to files contains DDLs.
|
boolean |
hasFileIndex()
An index to files contains data files.
|
int |
hashCode() |
boolean |
hasRawRangeIndex()
An index to files contains RawRanges.
|
boolean |
hasSchemaIndex()
An index to files contains Schemas.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Brpb.BackupMeta.Builder |
newBuilder() |
static Brpb.BackupMeta.Builder |
newBuilder(Brpb.BackupMeta prototype) |
Brpb.BackupMeta.Builder |
newBuilderForType() |
protected Brpb.BackupMeta.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Brpb.BackupMeta |
parseDelimitedFrom(InputStream input) |
static Brpb.BackupMeta |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.BackupMeta |
parseFrom(byte[] data) |
static Brpb.BackupMeta |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.BackupMeta |
parseFrom(ByteBuffer data) |
static Brpb.BackupMeta |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.BackupMeta |
parseFrom(com.google.protobuf.ByteString data) |
static Brpb.BackupMeta |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.BackupMeta |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Brpb.BackupMeta |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.BackupMeta |
parseFrom(InputStream input) |
static Brpb.BackupMeta |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Brpb.BackupMeta> |
parser() |
Brpb.BackupMeta.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int CLUSTER_ID_FIELD_NUMBER
public static final int CLUSTER_VERSION_FIELD_NUMBER
public static final int BR_VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int FILES_FIELD_NUMBER
public static final int FILE_INDEX_FIELD_NUMBER
public static final int START_VERSION_FIELD_NUMBER
public static final int END_VERSION_FIELD_NUMBER
public static final int SCHEMAS_FIELD_NUMBER
public static final int SCHEMA_INDEX_FIELD_NUMBER
public static final int IS_RAW_KV_FIELD_NUMBER
public static final int RAW_RANGES_FIELD_NUMBER
public static final int RAW_RANGE_INDEX_FIELD_NUMBER
public static final int DDLS_FIELD_NUMBER
public static final int DDL_INDEXES_FIELD_NUMBER
public static final int BACKUP_RESULT_FIELD_NUMBER
public static final int API_VERSION_FIELD_NUMBER
public static final int POLICIES_FIELD_NUMBER
public static final int NEW_COLLATIONS_ENABLED_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public long getClusterId()
ID and version of backuped cluster.
uint64 cluster_id = 1;getClusterId 在接口中 Brpb.BackupMetaOrBuilderpublic String getClusterVersion()
string cluster_version = 2;getClusterVersion 在接口中 Brpb.BackupMetaOrBuilderpublic com.google.protobuf.ByteString getClusterVersionBytes()
string cluster_version = 2;public String getBrVersion()
Save the version of BR running backup jobs.
string br_version = 11;getBrVersion 在接口中 Brpb.BackupMetaOrBuilderpublic com.google.protobuf.ByteString getBrVersionBytes()
Save the version of BR running backup jobs.
string br_version = 11;getBrVersionBytes 在接口中 Brpb.BackupMetaOrBuilderpublic int getVersion()
The backupmeta scheme version.
int32 version = 12;getVersion 在接口中 Brpb.BackupMetaOrBuilderpublic List<Brpb.File> getFilesList()
A set of files that compose a backup.
Note: `files` is deprecated, as it bloats backupmeta. It is kept for
compatibility, so new BR can restore older backups.
repeated .backup.File files = 4;getFilesList 在接口中 Brpb.BackupMetaOrBuilderpublic List<? extends Brpb.FileOrBuilder> getFilesOrBuilderList()
A set of files that compose a backup.
Note: `files` is deprecated, as it bloats backupmeta. It is kept for
compatibility, so new BR can restore older backups.
repeated .backup.File files = 4;public int getFilesCount()
A set of files that compose a backup.
Note: `files` is deprecated, as it bloats backupmeta. It is kept for
compatibility, so new BR can restore older backups.
repeated .backup.File files = 4;getFilesCount 在接口中 Brpb.BackupMetaOrBuilderpublic Brpb.File getFiles(int index)
A set of files that compose a backup.
Note: `files` is deprecated, as it bloats backupmeta. It is kept for
compatibility, so new BR can restore older backups.
repeated .backup.File files = 4;getFiles 在接口中 Brpb.BackupMetaOrBuilderpublic Brpb.FileOrBuilder getFilesOrBuilder(int index)
A set of files that compose a backup.
Note: `files` is deprecated, as it bloats backupmeta. It is kept for
compatibility, so new BR can restore older backups.
repeated .backup.File files = 4;getFilesOrBuilder 在接口中 Brpb.BackupMetaOrBuilderpublic boolean hasFileIndex()
An index to files contains data files.
.backup.MetaFile file_index = 13;hasFileIndex 在接口中 Brpb.BackupMetaOrBuilderpublic Brpb.MetaFile getFileIndex()
An index to files contains data files.
.backup.MetaFile file_index = 13;getFileIndex 在接口中 Brpb.BackupMetaOrBuilderpublic Brpb.MetaFileOrBuilder getFileIndexOrBuilder()
An index to files contains data files.
.backup.MetaFile file_index = 13;public long getStartVersion()
A pair of timestamp specifies a time range of a backup. For full backup, the start_version equals to the end_version, it means point in time. For incremental backup, the time range is specified as (start_version, end_version].
uint64 start_version = 5;getStartVersion 在接口中 Brpb.BackupMetaOrBuilderpublic long getEndVersion()
uint64 end_version = 6;getEndVersion 在接口中 Brpb.BackupMetaOrBuilderpublic List<Brpb.Schema> getSchemasList()
Table metadata describes database and table info.
Note: `schemas` is deprecated, as it bloats backupmeta. It is kept for
compatibility, so new BR can restore older backups.
repeated .backup.Schema schemas = 7;getSchemasList 在接口中 Brpb.BackupMetaOrBuilderpublic List<? extends Brpb.SchemaOrBuilder> getSchemasOrBuilderList()
Table metadata describes database and table info.
Note: `schemas` is deprecated, as it bloats backupmeta. It is kept for
compatibility, so new BR can restore older backups.
repeated .backup.Schema schemas = 7;public int getSchemasCount()
Table metadata describes database and table info.
Note: `schemas` is deprecated, as it bloats backupmeta. It is kept for
compatibility, so new BR can restore older backups.
repeated .backup.Schema schemas = 7;getSchemasCount 在接口中 Brpb.BackupMetaOrBuilderpublic Brpb.Schema getSchemas(int index)
Table metadata describes database and table info.
Note: `schemas` is deprecated, as it bloats backupmeta. It is kept for
compatibility, so new BR can restore older backups.
repeated .backup.Schema schemas = 7;getSchemas 在接口中 Brpb.BackupMetaOrBuilderpublic Brpb.SchemaOrBuilder getSchemasOrBuilder(int index)
Table metadata describes database and table info.
Note: `schemas` is deprecated, as it bloats backupmeta. It is kept for
compatibility, so new BR can restore older backups.
repeated .backup.Schema schemas = 7;getSchemasOrBuilder 在接口中 Brpb.BackupMetaOrBuilderpublic boolean hasSchemaIndex()
An index to files contains Schemas.
.backup.MetaFile schema_index = 14;hasSchemaIndex 在接口中 Brpb.BackupMetaOrBuilderpublic Brpb.MetaFile getSchemaIndex()
An index to files contains Schemas.
.backup.MetaFile schema_index = 14;getSchemaIndex 在接口中 Brpb.BackupMetaOrBuilderpublic Brpb.MetaFileOrBuilder getSchemaIndexOrBuilder()
An index to files contains Schemas.
.backup.MetaFile schema_index = 14;public boolean getIsRawKv()
If in raw kv mode, `start_versions`, `end_versions` and `schemas` will be ignored, and the backup data's range is represented by raw_ranges.
bool is_raw_kv = 8;getIsRawKv 在接口中 Brpb.BackupMetaOrBuilderpublic List<Brpb.RawRange> getRawRangesList()
Note: `raw_ranges` is deprecated, as it bloats backupmeta. It is kept for
compatibility, so new BR can restore older backups.
repeated .backup.RawRange raw_ranges = 9;getRawRangesList 在接口中 Brpb.BackupMetaOrBuilderpublic List<? extends Brpb.RawRangeOrBuilder> getRawRangesOrBuilderList()
Note: `raw_ranges` is deprecated, as it bloats backupmeta. It is kept for
compatibility, so new BR can restore older backups.
repeated .backup.RawRange raw_ranges = 9;public int getRawRangesCount()
Note: `raw_ranges` is deprecated, as it bloats backupmeta. It is kept for
compatibility, so new BR can restore older backups.
repeated .backup.RawRange raw_ranges = 9;getRawRangesCount 在接口中 Brpb.BackupMetaOrBuilderpublic Brpb.RawRange getRawRanges(int index)
Note: `raw_ranges` is deprecated, as it bloats backupmeta. It is kept for
compatibility, so new BR can restore older backups.
repeated .backup.RawRange raw_ranges = 9;getRawRanges 在接口中 Brpb.BackupMetaOrBuilderpublic Brpb.RawRangeOrBuilder getRawRangesOrBuilder(int index)
Note: `raw_ranges` is deprecated, as it bloats backupmeta. It is kept for
compatibility, so new BR can restore older backups.
repeated .backup.RawRange raw_ranges = 9;public boolean hasRawRangeIndex()
An index to files contains RawRanges.
.backup.MetaFile raw_range_index = 15;hasRawRangeIndex 在接口中 Brpb.BackupMetaOrBuilderpublic Brpb.MetaFile getRawRangeIndex()
An index to files contains RawRanges.
.backup.MetaFile raw_range_index = 15;getRawRangeIndex 在接口中 Brpb.BackupMetaOrBuilderpublic Brpb.MetaFileOrBuilder getRawRangeIndexOrBuilder()
An index to files contains RawRanges.
.backup.MetaFile raw_range_index = 15;public com.google.protobuf.ByteString getDdls()
In incremental backup, DDLs which are completed in
(lastBackupTS, backupTS] will be stored here.
Note: `raw_ranges` is deprecated, as it bloats backupmeta. It is kept for
compatibility, so new BR can restore older backups.
bytes ddls = 10;getDdls 在接口中 Brpb.BackupMetaOrBuilderpublic boolean hasDdlIndexes()
An index to files contains DDLs.
.backup.MetaFile ddl_indexes = 16;hasDdlIndexes 在接口中 Brpb.BackupMetaOrBuilderpublic Brpb.MetaFile getDdlIndexes()
An index to files contains DDLs.
.backup.MetaFile ddl_indexes = 16;getDdlIndexes 在接口中 Brpb.BackupMetaOrBuilderpublic Brpb.MetaFileOrBuilder getDdlIndexesOrBuilder()
An index to files contains DDLs.
.backup.MetaFile ddl_indexes = 16;public String getBackupResult()
the backup result into `backupmeta` file
string backup_result = 17;getBackupResult 在接口中 Brpb.BackupMetaOrBuilderpublic com.google.protobuf.ByteString getBackupResultBytes()
the backup result into `backupmeta` file
string backup_result = 17;getBackupResultBytes 在接口中 Brpb.BackupMetaOrBuilderpublic int getApiVersionValue()
API version implies the encode of the key and value.
.kvrpcpb.APIVersion api_version = 18;getApiVersionValue 在接口中 Brpb.BackupMetaOrBuilderpublic Kvrpcpb.APIVersion getApiVersion()
API version implies the encode of the key and value.
.kvrpcpb.APIVersion api_version = 18;getApiVersion 在接口中 Brpb.BackupMetaOrBuilderpublic List<Brpb.PlacementPolicy> getPoliciesList()
the placement policy info in backup cluster. we assume the policy won't be too much for one cluster.
repeated .backup.PlacementPolicy policies = 19;getPoliciesList 在接口中 Brpb.BackupMetaOrBuilderpublic List<? extends Brpb.PlacementPolicyOrBuilder> getPoliciesOrBuilderList()
the placement policy info in backup cluster. we assume the policy won't be too much for one cluster.
repeated .backup.PlacementPolicy policies = 19;public int getPoliciesCount()
the placement policy info in backup cluster. we assume the policy won't be too much for one cluster.
repeated .backup.PlacementPolicy policies = 19;getPoliciesCount 在接口中 Brpb.BackupMetaOrBuilderpublic Brpb.PlacementPolicy getPolicies(int index)
the placement policy info in backup cluster. we assume the policy won't be too much for one cluster.
repeated .backup.PlacementPolicy policies = 19;getPolicies 在接口中 Brpb.BackupMetaOrBuilderpublic Brpb.PlacementPolicyOrBuilder getPoliciesOrBuilder(int index)
the placement policy info in backup cluster. we assume the policy won't be too much for one cluster.
repeated .backup.PlacementPolicy policies = 19;getPoliciesOrBuilder 在接口中 Brpb.BackupMetaOrBuilderpublic String getNewCollationsEnabled()
new_collations_enabled specifies the config `new_collations_enabled_on_first_bootstrap` in tidb.
string new_collations_enabled = 20;public com.google.protobuf.ByteString getNewCollationsEnabledBytes()
new_collations_enabled specifies the config `new_collations_enabled_on_first_bootstrap` in tidb.
string new_collations_enabled = 20;public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static Brpb.BackupMeta parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Brpb.BackupMeta parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Brpb.BackupMeta parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Brpb.BackupMeta parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Brpb.BackupMeta parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Brpb.BackupMeta parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Brpb.BackupMeta parseFrom(InputStream input) throws IOException
IOExceptionpublic static Brpb.BackupMeta parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Brpb.BackupMeta parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Brpb.BackupMeta parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Brpb.BackupMeta parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Brpb.BackupMeta parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Brpb.BackupMeta.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static Brpb.BackupMeta.Builder newBuilder()
public static Brpb.BackupMeta.Builder newBuilder(Brpb.BackupMeta prototype)
public Brpb.BackupMeta.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected Brpb.BackupMeta.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static Brpb.BackupMeta getDefaultInstance()
public static com.google.protobuf.Parser<Brpb.BackupMeta> parser()
public com.google.protobuf.Parser<Brpb.BackupMeta> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public Brpb.BackupMeta getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2023 PingCAP. All rights reserved.