Uses of Class
com.google.bigtable.admin.v2.GetBackupRequest
-
Packages that use GetBackupRequest Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of GetBackupRequest in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return GetBackupRequest Modifier and Type Method Description GetBackupRequest
GetBackupRequest.Builder. build()
GetBackupRequest
GetBackupRequest.Builder. buildPartial()
static GetBackupRequest
GetBackupRequest. getDefaultInstance()
GetBackupRequest
GetBackupRequest.Builder. getDefaultInstanceForType()
GetBackupRequest
GetBackupRequest. getDefaultInstanceForType()
static GetBackupRequest
GetBackupRequest. parseDelimitedFrom(InputStream input)
static GetBackupRequest
GetBackupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBackupRequest
GetBackupRequest. parseFrom(byte[] data)
static GetBackupRequest
GetBackupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBackupRequest
GetBackupRequest. parseFrom(com.google.protobuf.ByteString data)
static GetBackupRequest
GetBackupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBackupRequest
GetBackupRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetBackupRequest
GetBackupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBackupRequest
GetBackupRequest. parseFrom(InputStream input)
static GetBackupRequest
GetBackupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBackupRequest
GetBackupRequest. parseFrom(ByteBuffer data)
static GetBackupRequest
GetBackupRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type GetBackupRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetBackupRequest,Backup>
BigtableTableAdminGrpc. getGetBackupMethod()
com.google.protobuf.Parser<GetBackupRequest>
GetBackupRequest. getParserForType()
static com.google.protobuf.Parser<GetBackupRequest>
GetBackupRequest. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type GetBackupRequest Modifier and Type Method Description default void
BigtableTableAdminGrpc.AsyncService. getBackup(GetBackupRequest request, io.grpc.stub.StreamObserver<Backup> responseObserver)
Gets metadata on a pending or completed Cloud Bigtable Backup.Backup
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub. getBackup(GetBackupRequest request)
Gets metadata on a pending or completed Cloud Bigtable Backup.com.google.common.util.concurrent.ListenableFuture<Backup>
BigtableTableAdminGrpc.BigtableTableAdminFutureStub. getBackup(GetBackupRequest request)
Gets metadata on a pending or completed Cloud Bigtable Backup.void
BigtableTableAdminGrpc.BigtableTableAdminStub. getBackup(GetBackupRequest request, io.grpc.stub.StreamObserver<Backup> responseObserver)
Gets metadata on a pending or completed Cloud Bigtable Backup.GetBackupRequest.Builder
GetBackupRequest.Builder. mergeFrom(GetBackupRequest other)
static GetBackupRequest.Builder
GetBackupRequest. newBuilder(GetBackupRequest prototype)
-
Uses of GetBackupRequest in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type GetBackupRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBackupRequest,Backup>
BigtableTableAdminStubSettings.Builder. getBackupSettings()
Returns the builder for the settings used for calls to getBackup.com.google.api.gax.rpc.UnaryCallSettings<GetBackupRequest,Backup>
BigtableTableAdminStubSettings. getBackupSettings()
Returns the object with the settings used for calls to getBackup.
-