Uses of Class
com.google.cloud.clouddms.v1.SearchBackgroundJobsResponse
-
Packages that use SearchBackgroundJobsResponse Package Description com.google.cloud.clouddms.v1 A client to Database Migration APIcom.google.cloud.clouddms.v1.stub -
-
Uses of SearchBackgroundJobsResponse in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return SearchBackgroundJobsResponse Modifier and Type Method Description SearchBackgroundJobsResponse
SearchBackgroundJobsResponse.Builder. build()
SearchBackgroundJobsResponse
SearchBackgroundJobsResponse.Builder. buildPartial()
static SearchBackgroundJobsResponse
SearchBackgroundJobsResponse. getDefaultInstance()
SearchBackgroundJobsResponse
SearchBackgroundJobsResponse.Builder. getDefaultInstanceForType()
SearchBackgroundJobsResponse
SearchBackgroundJobsResponse. getDefaultInstanceForType()
static SearchBackgroundJobsResponse
SearchBackgroundJobsResponse. parseDelimitedFrom(InputStream input)
static SearchBackgroundJobsResponse
SearchBackgroundJobsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchBackgroundJobsResponse
SearchBackgroundJobsResponse. parseFrom(byte[] data)
static SearchBackgroundJobsResponse
SearchBackgroundJobsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchBackgroundJobsResponse
SearchBackgroundJobsResponse. parseFrom(com.google.protobuf.ByteString data)
static SearchBackgroundJobsResponse
SearchBackgroundJobsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchBackgroundJobsResponse
SearchBackgroundJobsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static SearchBackgroundJobsResponse
SearchBackgroundJobsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchBackgroundJobsResponse
SearchBackgroundJobsResponse. parseFrom(InputStream input)
static SearchBackgroundJobsResponse
SearchBackgroundJobsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchBackgroundJobsResponse
SearchBackgroundJobsResponse. parseFrom(ByteBuffer data)
static SearchBackgroundJobsResponse
SearchBackgroundJobsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SearchBackgroundJobsResponse
DataMigrationServiceClient. searchBackgroundJobs(SearchBackgroundJobsRequest request)
Searches/lists the background jobs for a specific conversion workspace.SearchBackgroundJobsResponse
DataMigrationServiceGrpc.DataMigrationServiceBlockingStub. searchBackgroundJobs(SearchBackgroundJobsRequest request)
Searches/lists the background jobs for a specific conversion workspace.Methods in com.google.cloud.clouddms.v1 that return types with arguments of type SearchBackgroundJobsResponse Modifier and Type Method Description com.google.protobuf.Parser<SearchBackgroundJobsResponse>
SearchBackgroundJobsResponse. getParserForType()
static io.grpc.MethodDescriptor<SearchBackgroundJobsRequest,SearchBackgroundJobsResponse>
DataMigrationServiceGrpc. getSearchBackgroundJobsMethod()
static com.google.protobuf.Parser<SearchBackgroundJobsResponse>
SearchBackgroundJobsResponse. parser()
com.google.common.util.concurrent.ListenableFuture<SearchBackgroundJobsResponse>
DataMigrationServiceGrpc.DataMigrationServiceFutureStub. searchBackgroundJobs(SearchBackgroundJobsRequest request)
Searches/lists the background jobs for a specific conversion workspace.com.google.api.gax.rpc.UnaryCallable<SearchBackgroundJobsRequest,SearchBackgroundJobsResponse>
DataMigrationServiceClient. searchBackgroundJobsCallable()
Searches/lists the background jobs for a specific conversion workspace.com.google.api.gax.rpc.UnaryCallSettings.Builder<SearchBackgroundJobsRequest,SearchBackgroundJobsResponse>
DataMigrationServiceSettings.Builder. searchBackgroundJobsSettings()
Returns the builder for the settings used for calls to searchBackgroundJobs.com.google.api.gax.rpc.UnaryCallSettings<SearchBackgroundJobsRequest,SearchBackgroundJobsResponse>
DataMigrationServiceSettings. searchBackgroundJobsSettings()
Returns the object with the settings used for calls to searchBackgroundJobs.Methods in com.google.cloud.clouddms.v1 with parameters of type SearchBackgroundJobsResponse Modifier and Type Method Description SearchBackgroundJobsResponse.Builder
SearchBackgroundJobsResponse.Builder. mergeFrom(SearchBackgroundJobsResponse other)
static SearchBackgroundJobsResponse.Builder
SearchBackgroundJobsResponse. newBuilder(SearchBackgroundJobsResponse prototype)
Method parameters in com.google.cloud.clouddms.v1 with type arguments of type SearchBackgroundJobsResponse Modifier and Type Method Description default void
DataMigrationServiceGrpc.AsyncService. searchBackgroundJobs(SearchBackgroundJobsRequest request, io.grpc.stub.StreamObserver<SearchBackgroundJobsResponse> responseObserver)
Searches/lists the background jobs for a specific conversion workspace.void
DataMigrationServiceGrpc.DataMigrationServiceStub. searchBackgroundJobs(SearchBackgroundJobsRequest request, io.grpc.stub.StreamObserver<SearchBackgroundJobsResponse> responseObserver)
Searches/lists the background jobs for a specific conversion workspace. -
Uses of SearchBackgroundJobsResponse in com.google.cloud.clouddms.v1.stub
Methods in com.google.cloud.clouddms.v1.stub that return types with arguments of type SearchBackgroundJobsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SearchBackgroundJobsRequest,SearchBackgroundJobsResponse>
DataMigrationServiceStub. searchBackgroundJobsCallable()
com.google.api.gax.rpc.UnaryCallable<SearchBackgroundJobsRequest,SearchBackgroundJobsResponse>
GrpcDataMigrationServiceStub. searchBackgroundJobsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<SearchBackgroundJobsRequest,SearchBackgroundJobsResponse>
DataMigrationServiceStubSettings.Builder. searchBackgroundJobsSettings()
Returns the builder for the settings used for calls to searchBackgroundJobs.com.google.api.gax.rpc.UnaryCallSettings<SearchBackgroundJobsRequest,SearchBackgroundJobsResponse>
DataMigrationServiceStubSettings. searchBackgroundJobsSettings()
Returns the object with the settings used for calls to searchBackgroundJobs.
-