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