public static interface Brpb.BackupResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
com.google.protobuf.ByteString |
getEndKey()
bytes end_key = 3; |
Brpb.Error |
getError()
.backup.Error error = 1; |
Brpb.ErrorOrBuilder |
getErrorOrBuilder()
.backup.Error error = 1; |
Brpb.File |
getFiles(int index)
repeated .backup.File files = 4; |
int |
getFilesCount()
repeated .backup.File files = 4; |
List<Brpb.File> |
getFilesList()
repeated .backup.File files = 4; |
Brpb.FileOrBuilder |
getFilesOrBuilder(int index)
repeated .backup.File files = 4; |
List<? extends Brpb.FileOrBuilder> |
getFilesOrBuilderList()
repeated .backup.File files = 4; |
com.google.protobuf.ByteString |
getStartKey()
bytes start_key = 2; |
boolean |
hasError()
.backup.Error error = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasError()
.backup.Error error = 1;
Brpb.Error getError()
.backup.Error error = 1;
Brpb.ErrorOrBuilder getErrorOrBuilder()
.backup.Error error = 1;
com.google.protobuf.ByteString getStartKey()
bytes start_key = 2;
com.google.protobuf.ByteString getEndKey()
bytes end_key = 3;
Brpb.File getFiles(int index)
repeated .backup.File files = 4;
int getFilesCount()
repeated .backup.File files = 4;
List<? extends Brpb.FileOrBuilder> getFilesOrBuilderList()
repeated .backup.File files = 4;
Brpb.FileOrBuilder getFilesOrBuilder(int index)
repeated .backup.File files = 4;
int getApiVersionValue()
API version implies the encode of the key and value.
.kvrpcpb.APIVersion api_version = 5;
Kvrpcpb.APIVersion getApiVersion()
API version implies the encode of the key and value.
.kvrpcpb.APIVersion api_version = 5;
Copyright © 2024 PingCAP. All rights reserved.