Uses of Class
com.google.spanner.admin.database.v1.ListBackupOperationsResponse
-
Packages that use ListBackupOperationsResponse 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 ListBackupOperationsResponse in com.google.cloud.spanner.admin.database.v1
Methods in com.google.cloud.spanner.admin.database.v1 that return types with arguments of type ListBackupOperationsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListBackupOperationsRequest,ListBackupOperationsResponse>DatabaseAdminClient. listBackupOperationsCallable()Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.com.google.api.gax.rpc.PagedCallSettings.Builder<ListBackupOperationsRequest,ListBackupOperationsResponse,DatabaseAdminClient.ListBackupOperationsPagedResponse>DatabaseAdminSettings.Builder. listBackupOperationsSettings()Returns the builder for the settings used for calls to listBackupOperations.com.google.api.gax.rpc.PagedCallSettings<ListBackupOperationsRequest,ListBackupOperationsResponse,DatabaseAdminClient.ListBackupOperationsPagedResponse>DatabaseAdminSettings. listBackupOperationsSettings()Returns the object with the settings used for calls to listBackupOperations.Methods in com.google.cloud.spanner.admin.database.v1 with parameters of type ListBackupOperationsResponse Modifier and Type Method Description protected DatabaseAdminClient.ListBackupOperationsPageDatabaseAdminClient.ListBackupOperationsPage. createPage(com.google.api.gax.rpc.PageContext<ListBackupOperationsRequest,ListBackupOperationsResponse,com.google.longrunning.Operation> context, ListBackupOperationsResponse response)Method parameters in com.google.cloud.spanner.admin.database.v1 with type arguments of type ListBackupOperationsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DatabaseAdminClient.ListBackupOperationsPagedResponse>DatabaseAdminClient.ListBackupOperationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListBackupOperationsRequest,ListBackupOperationsResponse,com.google.longrunning.Operation> context, com.google.api.core.ApiFuture<ListBackupOperationsResponse> futureResponse)static com.google.api.core.ApiFuture<DatabaseAdminClient.ListBackupOperationsPagedResponse>DatabaseAdminClient.ListBackupOperationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListBackupOperationsRequest,ListBackupOperationsResponse,com.google.longrunning.Operation> context, com.google.api.core.ApiFuture<ListBackupOperationsResponse> futureResponse)protected DatabaseAdminClient.ListBackupOperationsPageDatabaseAdminClient.ListBackupOperationsPage. createPage(com.google.api.gax.rpc.PageContext<ListBackupOperationsRequest,ListBackupOperationsResponse,com.google.longrunning.Operation> context, ListBackupOperationsResponse response)com.google.api.core.ApiFuture<DatabaseAdminClient.ListBackupOperationsPage>DatabaseAdminClient.ListBackupOperationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListBackupOperationsRequest,ListBackupOperationsResponse,com.google.longrunning.Operation> context, com.google.api.core.ApiFuture<ListBackupOperationsResponse> futureResponse)com.google.api.core.ApiFuture<DatabaseAdminClient.ListBackupOperationsPage>DatabaseAdminClient.ListBackupOperationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListBackupOperationsRequest,ListBackupOperationsResponse,com.google.longrunning.Operation> context, com.google.api.core.ApiFuture<ListBackupOperationsResponse> futureResponse) -
Uses of ListBackupOperationsResponse 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 ListBackupOperationsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListBackupOperationsRequest,ListBackupOperationsResponse>DatabaseAdminStub. listBackupOperationsCallable()com.google.api.gax.rpc.UnaryCallable<ListBackupOperationsRequest,ListBackupOperationsResponse>GrpcDatabaseAdminStub. listBackupOperationsCallable()com.google.api.gax.rpc.UnaryCallable<ListBackupOperationsRequest,ListBackupOperationsResponse>HttpJsonDatabaseAdminStub. listBackupOperationsCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListBackupOperationsRequest,ListBackupOperationsResponse,DatabaseAdminClient.ListBackupOperationsPagedResponse>DatabaseAdminStubSettings.Builder. listBackupOperationsSettings()Returns the builder for the settings used for calls to listBackupOperations.com.google.api.gax.rpc.PagedCallSettings<ListBackupOperationsRequest,ListBackupOperationsResponse,DatabaseAdminClient.ListBackupOperationsPagedResponse>DatabaseAdminStubSettings. listBackupOperationsSettings()Returns the object with the settings used for calls to listBackupOperations. -
Uses of ListBackupOperationsResponse in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return ListBackupOperationsResponse Modifier and Type Method Description ListBackupOperationsResponseListBackupOperationsResponse.Builder. build()ListBackupOperationsResponseListBackupOperationsResponse.Builder. buildPartial()static ListBackupOperationsResponseListBackupOperationsResponse. getDefaultInstance()ListBackupOperationsResponseListBackupOperationsResponse.Builder. getDefaultInstanceForType()ListBackupOperationsResponseListBackupOperationsResponse. getDefaultInstanceForType()ListBackupOperationsResponseDatabaseAdminGrpc.DatabaseAdminBlockingStub. listBackupOperations(ListBackupOperationsRequest request)Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.static ListBackupOperationsResponseListBackupOperationsResponse. parseDelimitedFrom(InputStream input)static ListBackupOperationsResponseListBackupOperationsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBackupOperationsResponseListBackupOperationsResponse. parseFrom(byte[] data)static ListBackupOperationsResponseListBackupOperationsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBackupOperationsResponseListBackupOperationsResponse. parseFrom(com.google.protobuf.ByteString data)static ListBackupOperationsResponseListBackupOperationsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBackupOperationsResponseListBackupOperationsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListBackupOperationsResponseListBackupOperationsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBackupOperationsResponseListBackupOperationsResponse. parseFrom(InputStream input)static ListBackupOperationsResponseListBackupOperationsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBackupOperationsResponseListBackupOperationsResponse. parseFrom(ByteBuffer data)static ListBackupOperationsResponseListBackupOperationsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.spanner.admin.database.v1 that return types with arguments of type ListBackupOperationsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListBackupOperationsRequest,ListBackupOperationsResponse>DatabaseAdminGrpc. getListBackupOperationsMethod()com.google.protobuf.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 com.google.protobuf.Parser<ListBackupOperationsResponse>ListBackupOperationsResponse. parser()Methods in com.google.spanner.admin.database.v1 with parameters of type ListBackupOperationsResponse Modifier and Type Method Description ListBackupOperationsResponse.BuilderListBackupOperationsResponse.Builder. mergeFrom(ListBackupOperationsResponse other)static ListBackupOperationsResponse.BuilderListBackupOperationsResponse. newBuilder(ListBackupOperationsResponse prototype)Method parameters in com.google.spanner.admin.database.v1 with type arguments of type ListBackupOperationsResponse Modifier and Type Method Description default voidDatabaseAdminGrpc.AsyncService. listBackupOperations(ListBackupOperationsRequest request, io.grpc.stub.StreamObserver<ListBackupOperationsResponse> responseObserver)Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.voidDatabaseAdminGrpc.DatabaseAdminStub. listBackupOperations(ListBackupOperationsRequest request, io.grpc.stub.StreamObserver<ListBackupOperationsResponse> responseObserver)Lists the backup [long-running operations][google.longrunning.Operation] in the given instance.
-