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 |
---|---|
UnaryCallable<ListBackupOperationsRequest,ListBackupOperationsResponse> |
DatabaseAdminClient.listBackupOperationsCallable()
Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.
|
PagedCallSettings<ListBackupOperationsRequest,ListBackupOperationsResponse,DatabaseAdminClient.ListBackupOperationsPagedResponse> |
DatabaseAdminSettings.listBackupOperationsSettings()
Returns the object with the settings used for calls to listBackupOperations.
|
PagedCallSettings.Builder<ListBackupOperationsRequest,ListBackupOperationsResponse,DatabaseAdminClient.ListBackupOperationsPagedResponse> |
DatabaseAdminSettings.Builder.listBackupOperationsSettings()
Returns the builder for the settings used for calls to listBackupOperations.
|
Modifier and Type | Method and Description |
---|---|
protected DatabaseAdminClient.ListBackupOperationsPage |
DatabaseAdminClient.ListBackupOperationsPage.createPage(PageContext<ListBackupOperationsRequest,ListBackupOperationsResponse,Operation> context,
ListBackupOperationsResponse response) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListBackupOperationsRequest,ListBackupOperationsResponse> |
DatabaseAdminStub.listBackupOperationsCallable() |
UnaryCallable<ListBackupOperationsRequest,ListBackupOperationsResponse> |
GrpcDatabaseAdminStub.listBackupOperationsCallable() |
PagedCallSettings<ListBackupOperationsRequest,ListBackupOperationsResponse,DatabaseAdminClient.ListBackupOperationsPagedResponse> |
DatabaseAdminStubSettings.listBackupOperationsSettings()
Returns the object with the settings used for calls to listBackupOperations.
|
PagedCallSettings.Builder<ListBackupOperationsRequest,ListBackupOperationsResponse,DatabaseAdminClient.ListBackupOperationsPagedResponse> |
DatabaseAdminStubSettings.Builder.listBackupOperationsSettings()
Returns the builder for the settings used for calls to listBackupOperations.
|
Modifier and Type | Method and Description |
---|---|
ListBackupOperationsResponse |
ListBackupOperationsResponse.Builder.build() |
ListBackupOperationsResponse |
ListBackupOperationsResponse.Builder.buildPartial() |
static ListBackupOperationsResponse |
ListBackupOperationsResponse.getDefaultInstance() |
ListBackupOperationsResponse |
ListBackupOperationsResponse.getDefaultInstanceForType() |
ListBackupOperationsResponse |
ListBackupOperationsResponse.Builder.getDefaultInstanceForType() |
ListBackupOperationsResponse |
DatabaseAdminGrpc.DatabaseAdminBlockingStub.listBackupOperations(ListBackupOperationsRequest request)
Lists the backup [long-running operations][google.longrunning.Operation] in
the given instance.
|
static ListBackupOperationsResponse |
ListBackupOperationsResponse.parseDelimitedFrom(InputStream input) |
static ListBackupOperationsResponse |
ListBackupOperationsResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListBackupOperationsResponse |
ListBackupOperationsResponse.parseFrom(byte[] data) |
static ListBackupOperationsResponse |
ListBackupOperationsResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListBackupOperationsResponse |
ListBackupOperationsResponse.parseFrom(ByteBuffer data) |
static ListBackupOperationsResponse |
ListBackupOperationsResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListBackupOperationsResponse |
ListBackupOperationsResponse.parseFrom(ByteString data) |
static ListBackupOperationsResponse |
ListBackupOperationsResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListBackupOperationsResponse |
ListBackupOperationsResponse.parseFrom(CodedInputStream input) |
static ListBackupOperationsResponse |
ListBackupOperationsResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListBackupOperationsResponse |
ListBackupOperationsResponse.parseFrom(InputStream input) |
static ListBackupOperationsResponse |
ListBackupOperationsResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListBackupOperationsRequest,ListBackupOperationsResponse> |
DatabaseAdminGrpc.getListBackupOperationsMethod() |
Parser<ListBackupOperationsResponse> |
ListBackupOperationsResponse.getParserForType() |
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.
|
static Parser<ListBackupOperationsResponse> |
ListBackupOperationsResponse.parser() |
Modifier and Type | Method and Description |
---|---|
ListBackupOperationsResponse.Builder |
ListBackupOperationsResponse.Builder.mergeFrom(ListBackupOperationsResponse other) |
static ListBackupOperationsResponse.Builder |
ListBackupOperationsResponse.newBuilder(ListBackupOperationsResponse prototype) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2022 Google LLC. All rights reserved.