Uses of Class
com.google.bigtable.admin.v2.RestoreInfo
-
Packages that use RestoreInfo Package Description com.google.bigtable.admin.v2 -
-
Uses of RestoreInfo in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return RestoreInfo Modifier and Type Method Description RestoreInfo
RestoreInfo.Builder. build()
RestoreInfo
RestoreInfo.Builder. buildPartial()
static RestoreInfo
RestoreInfo. getDefaultInstance()
RestoreInfo
RestoreInfo.Builder. getDefaultInstanceForType()
RestoreInfo
RestoreInfo. getDefaultInstanceForType()
RestoreInfo
Table.Builder. getRestoreInfo()
Output only.RestoreInfo
Table. getRestoreInfo()
Output only.RestoreInfo
TableOrBuilder. getRestoreInfo()
Output only.static RestoreInfo
RestoreInfo. parseDelimitedFrom(InputStream input)
static RestoreInfo
RestoreInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreInfo
RestoreInfo. parseFrom(byte[] data)
static RestoreInfo
RestoreInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreInfo
RestoreInfo. parseFrom(com.google.protobuf.ByteString data)
static RestoreInfo
RestoreInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreInfo
RestoreInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static RestoreInfo
RestoreInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreInfo
RestoreInfo. parseFrom(InputStream input)
static RestoreInfo
RestoreInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreInfo
RestoreInfo. parseFrom(ByteBuffer data)
static RestoreInfo
RestoreInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type RestoreInfo Modifier and Type Method Description com.google.protobuf.Parser<RestoreInfo>
RestoreInfo. getParserForType()
static com.google.protobuf.Parser<RestoreInfo>
RestoreInfo. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type RestoreInfo Modifier and Type Method Description RestoreInfo.Builder
RestoreInfo.Builder. mergeFrom(RestoreInfo other)
Table.Builder
Table.Builder. mergeRestoreInfo(RestoreInfo value)
Output only.static RestoreInfo.Builder
RestoreInfo. newBuilder(RestoreInfo prototype)
Table.Builder
Table.Builder. setRestoreInfo(RestoreInfo value)
Output only.
-