Uses of Class
com.google.spanner.admin.database.v1.GetBackupRequest
-
Packages that use GetBackupRequest Package Description com.google.cloud.spanner.admin.database.v1 A client to Cloud Spanner APIcom.google.cloud.spanner.admin.database.v1.stub com.google.spanner.admin.database.v1 -
-
Uses of GetBackupRequest in com.google.cloud.spanner.admin.database.v1
Methods in com.google.cloud.spanner.admin.database.v1 that return types with arguments of type GetBackupRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetBackupRequest,Backup>
DatabaseAdminClient. getBackupCallable()
Gets metadata on a pending or completed [Backup][google.spanner.admin.database.v1.Backup].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBackupRequest,Backup>
DatabaseAdminSettings.Builder. getBackupSettings()
Returns the builder for the settings used for calls to getBackup.com.google.api.gax.rpc.UnaryCallSettings<GetBackupRequest,Backup>
DatabaseAdminSettings. getBackupSettings()
Returns the object with the settings used for calls to getBackup.Methods in com.google.cloud.spanner.admin.database.v1 with parameters of type GetBackupRequest Modifier and Type Method Description Backup
DatabaseAdminClient. getBackup(GetBackupRequest request)
Gets metadata on a pending or completed [Backup][google.spanner.admin.database.v1.Backup]. -
Uses of GetBackupRequest in com.google.cloud.spanner.admin.database.v1.stub
Methods in com.google.cloud.spanner.admin.database.v1.stub that return types with arguments of type GetBackupRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetBackupRequest,Backup>
DatabaseAdminStub. getBackupCallable()
com.google.api.gax.rpc.UnaryCallable<GetBackupRequest,Backup>
GrpcDatabaseAdminStub. getBackupCallable()
com.google.api.gax.rpc.UnaryCallable<GetBackupRequest,Backup>
HttpJsonDatabaseAdminStub. getBackupCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBackupRequest,Backup>
DatabaseAdminStubSettings.Builder. getBackupSettings()
Returns the builder for the settings used for calls to getBackup.com.google.api.gax.rpc.UnaryCallSettings<GetBackupRequest,Backup>
DatabaseAdminStubSettings. getBackupSettings()
Returns the object with the settings used for calls to getBackup. -
Uses of GetBackupRequest in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 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.spanner.admin.database.v1 that return types with arguments of type GetBackupRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetBackupRequest,Backup>
DatabaseAdminGrpc. getGetBackupMethod()
com.google.protobuf.Parser<GetBackupRequest>
GetBackupRequest. getParserForType()
static com.google.protobuf.Parser<GetBackupRequest>
GetBackupRequest. parser()
Methods in com.google.spanner.admin.database.v1 with parameters of type GetBackupRequest Modifier and Type Method Description default void
DatabaseAdminGrpc.AsyncService. getBackup(GetBackupRequest request, io.grpc.stub.StreamObserver<Backup> responseObserver)
Gets metadata on a pending or completed [Backup][google.spanner.admin.database.v1.Backup].Backup
DatabaseAdminGrpc.DatabaseAdminBlockingStub. getBackup(GetBackupRequest request)
Gets metadata on a pending or completed [Backup][google.spanner.admin.database.v1.Backup].com.google.common.util.concurrent.ListenableFuture<Backup>
DatabaseAdminGrpc.DatabaseAdminFutureStub. getBackup(GetBackupRequest request)
Gets metadata on a pending or completed [Backup][google.spanner.admin.database.v1.Backup].void
DatabaseAdminGrpc.DatabaseAdminStub. getBackup(GetBackupRequest request, io.grpc.stub.StreamObserver<Backup> responseObserver)
Gets metadata on a pending or completed [Backup][google.spanner.admin.database.v1.Backup].GetBackupRequest.Builder
GetBackupRequest.Builder. mergeFrom(GetBackupRequest other)
static GetBackupRequest.Builder
GetBackupRequest. newBuilder(GetBackupRequest prototype)
-