Package | Description |
---|---|
com.google.cloud.spanner.admin.database.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.spanner.admin.database.v1.stub | |
com.google.spanner.admin.database.v1 |
Modifier and Type | Method and Description |
---|---|
DatabaseAdminClient.ListBackupOperationsPagedResponse |
DatabaseAdminClient.listBackupOperations(ListBackupOperationsRequest request)
Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.
|
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListBackupOperationsRequest,ListBackupOperationsResponse> |
DatabaseAdminGrpc.getListBackupOperationsMethod() |
Parser<ListBackupOperationsRequest> |
ListBackupOperationsRequest.getParserForType() |
static Parser<ListBackupOperationsRequest> |
ListBackupOperationsRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ListBackupOperationsResponse |
DatabaseAdminGrpc.DatabaseAdminBlockingStub.listBackupOperations(ListBackupOperationsRequest request)
Lists the backup [long-running operations][google.longrunning.Operation] in
the given instance.
|
com.google.common.util.concurrent.ListenableFuture<ListBackupOperationsResponse> |
DatabaseAdminGrpc.DatabaseAdminFutureStub.listBackupOperations(ListBackupOperationsRequest request)
Lists the backup [long-running operations][google.longrunning.Operation] in
the given instance.
|
void |
DatabaseAdminGrpc.DatabaseAdminImplBase.listBackupOperations(ListBackupOperationsRequest request,
StreamObserver<ListBackupOperationsResponse> responseObserver)
Lists the backup [long-running operations][google.longrunning.Operation] in
the given instance.
|
void |
DatabaseAdminGrpc.DatabaseAdminStub.listBackupOperations(ListBackupOperationsRequest request,
StreamObserver<ListBackupOperationsResponse> responseObserver)
Lists the backup [long-running operations][google.longrunning.Operation] in
the given instance.
|
ListBackupOperationsRequest.Builder |
ListBackupOperationsRequest.Builder.mergeFrom(ListBackupOperationsRequest other) |
static ListBackupOperationsRequest.Builder |
ListBackupOperationsRequest.newBuilder(ListBackupOperationsRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.