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 SearchBackgroundJobsResponseSearchBackgroundJobsResponse.Builder. build()SearchBackgroundJobsResponseSearchBackgroundJobsResponse.Builder. buildPartial()static SearchBackgroundJobsResponseSearchBackgroundJobsResponse. getDefaultInstance()SearchBackgroundJobsResponseSearchBackgroundJobsResponse.Builder. getDefaultInstanceForType()SearchBackgroundJobsResponseSearchBackgroundJobsResponse. getDefaultInstanceForType()static SearchBackgroundJobsResponseSearchBackgroundJobsResponse. parseDelimitedFrom(InputStream input)static SearchBackgroundJobsResponseSearchBackgroundJobsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchBackgroundJobsResponseSearchBackgroundJobsResponse. parseFrom(byte[] data)static SearchBackgroundJobsResponseSearchBackgroundJobsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchBackgroundJobsResponseSearchBackgroundJobsResponse. parseFrom(com.google.protobuf.ByteString data)static SearchBackgroundJobsResponseSearchBackgroundJobsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchBackgroundJobsResponseSearchBackgroundJobsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static SearchBackgroundJobsResponseSearchBackgroundJobsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchBackgroundJobsResponseSearchBackgroundJobsResponse. parseFrom(InputStream input)static SearchBackgroundJobsResponseSearchBackgroundJobsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchBackgroundJobsResponseSearchBackgroundJobsResponse. parseFrom(ByteBuffer data)static SearchBackgroundJobsResponseSearchBackgroundJobsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SearchBackgroundJobsResponseDataMigrationServiceClient. searchBackgroundJobs(SearchBackgroundJobsRequest request)Searches/lists the background jobs for a specific conversion workspace.SearchBackgroundJobsResponseDataMigrationServiceGrpc.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.BuilderSearchBackgroundJobsResponse.Builder. mergeFrom(SearchBackgroundJobsResponse other)static SearchBackgroundJobsResponse.BuilderSearchBackgroundJobsResponse. newBuilder(SearchBackgroundJobsResponse prototype)Method parameters in com.google.cloud.clouddms.v1 with type arguments of type SearchBackgroundJobsResponse Modifier and Type Method Description default voidDataMigrationServiceGrpc.AsyncService. searchBackgroundJobs(SearchBackgroundJobsRequest request, io.grpc.stub.StreamObserver<SearchBackgroundJobsResponse> responseObserver)Searches/lists the background jobs for a specific conversion workspace.voidDataMigrationServiceGrpc.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.
-