Uses of Class
com.google.cloud.clouddms.v1.ListMigrationJobsResponse
-
Packages that use ListMigrationJobsResponse Package Description com.google.cloud.clouddms.v1 A client to Database Migration APIcom.google.cloud.clouddms.v1.stub -
-
Uses of ListMigrationJobsResponse in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return ListMigrationJobsResponse Modifier and Type Method Description ListMigrationJobsResponse
ListMigrationJobsResponse.Builder. build()
ListMigrationJobsResponse
ListMigrationJobsResponse.Builder. buildPartial()
static ListMigrationJobsResponse
ListMigrationJobsResponse. getDefaultInstance()
ListMigrationJobsResponse
ListMigrationJobsResponse.Builder. getDefaultInstanceForType()
ListMigrationJobsResponse
ListMigrationJobsResponse. getDefaultInstanceForType()
ListMigrationJobsResponse
DataMigrationServiceGrpc.DataMigrationServiceBlockingStub. listMigrationJobs(ListMigrationJobsRequest request)
Lists migration jobs in a given project and location.static ListMigrationJobsResponse
ListMigrationJobsResponse. parseDelimitedFrom(InputStream input)
static ListMigrationJobsResponse
ListMigrationJobsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMigrationJobsResponse
ListMigrationJobsResponse. parseFrom(byte[] data)
static ListMigrationJobsResponse
ListMigrationJobsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMigrationJobsResponse
ListMigrationJobsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListMigrationJobsResponse
ListMigrationJobsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMigrationJobsResponse
ListMigrationJobsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListMigrationJobsResponse
ListMigrationJobsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMigrationJobsResponse
ListMigrationJobsResponse. parseFrom(InputStream input)
static ListMigrationJobsResponse
ListMigrationJobsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMigrationJobsResponse
ListMigrationJobsResponse. parseFrom(ByteBuffer data)
static ListMigrationJobsResponse
ListMigrationJobsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type ListMigrationJobsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListMigrationJobsRequest,ListMigrationJobsResponse>
DataMigrationServiceGrpc. getListMigrationJobsMethod()
com.google.protobuf.Parser<ListMigrationJobsResponse>
ListMigrationJobsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListMigrationJobsResponse>
DataMigrationServiceGrpc.DataMigrationServiceFutureStub. listMigrationJobs(ListMigrationJobsRequest request)
Lists migration jobs in a given project and location.com.google.api.gax.rpc.UnaryCallable<ListMigrationJobsRequest,ListMigrationJobsResponse>
DataMigrationServiceClient. listMigrationJobsCallable()
Lists migration jobs in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListMigrationJobsRequest,ListMigrationJobsResponse,DataMigrationServiceClient.ListMigrationJobsPagedResponse>
DataMigrationServiceSettings.Builder. listMigrationJobsSettings()
Returns the builder for the settings used for calls to listMigrationJobs.com.google.api.gax.rpc.PagedCallSettings<ListMigrationJobsRequest,ListMigrationJobsResponse,DataMigrationServiceClient.ListMigrationJobsPagedResponse>
DataMigrationServiceSettings. listMigrationJobsSettings()
Returns the object with the settings used for calls to listMigrationJobs.static com.google.protobuf.Parser<ListMigrationJobsResponse>
ListMigrationJobsResponse. parser()
Methods in com.google.cloud.clouddms.v1 with parameters of type ListMigrationJobsResponse Modifier and Type Method Description protected DataMigrationServiceClient.ListMigrationJobsPage
DataMigrationServiceClient.ListMigrationJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListMigrationJobsRequest,ListMigrationJobsResponse,MigrationJob> context, ListMigrationJobsResponse response)
ListMigrationJobsResponse.Builder
ListMigrationJobsResponse.Builder. mergeFrom(ListMigrationJobsResponse other)
static ListMigrationJobsResponse.Builder
ListMigrationJobsResponse. newBuilder(ListMigrationJobsResponse prototype)
Method parameters in com.google.cloud.clouddms.v1 with type arguments of type ListMigrationJobsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataMigrationServiceClient.ListMigrationJobsPagedResponse>
DataMigrationServiceClient.ListMigrationJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMigrationJobsRequest,ListMigrationJobsResponse,MigrationJob> context, com.google.api.core.ApiFuture<ListMigrationJobsResponse> futureResponse)
static com.google.api.core.ApiFuture<DataMigrationServiceClient.ListMigrationJobsPagedResponse>
DataMigrationServiceClient.ListMigrationJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMigrationJobsRequest,ListMigrationJobsResponse,MigrationJob> context, com.google.api.core.ApiFuture<ListMigrationJobsResponse> futureResponse)
protected DataMigrationServiceClient.ListMigrationJobsPage
DataMigrationServiceClient.ListMigrationJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListMigrationJobsRequest,ListMigrationJobsResponse,MigrationJob> context, ListMigrationJobsResponse response)
com.google.api.core.ApiFuture<DataMigrationServiceClient.ListMigrationJobsPage>
DataMigrationServiceClient.ListMigrationJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListMigrationJobsRequest,ListMigrationJobsResponse,MigrationJob> context, com.google.api.core.ApiFuture<ListMigrationJobsResponse> futureResponse)
com.google.api.core.ApiFuture<DataMigrationServiceClient.ListMigrationJobsPage>
DataMigrationServiceClient.ListMigrationJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListMigrationJobsRequest,ListMigrationJobsResponse,MigrationJob> context, com.google.api.core.ApiFuture<ListMigrationJobsResponse> futureResponse)
default void
DataMigrationServiceGrpc.AsyncService. listMigrationJobs(ListMigrationJobsRequest request, io.grpc.stub.StreamObserver<ListMigrationJobsResponse> responseObserver)
Lists migration jobs in a given project and location.void
DataMigrationServiceGrpc.DataMigrationServiceStub. listMigrationJobs(ListMigrationJobsRequest request, io.grpc.stub.StreamObserver<ListMigrationJobsResponse> responseObserver)
Lists migration jobs in a given project and location. -
Uses of ListMigrationJobsResponse in com.google.cloud.clouddms.v1.stub
Methods in com.google.cloud.clouddms.v1.stub that return types with arguments of type ListMigrationJobsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListMigrationJobsRequest,ListMigrationJobsResponse>
DataMigrationServiceStub. listMigrationJobsCallable()
com.google.api.gax.rpc.UnaryCallable<ListMigrationJobsRequest,ListMigrationJobsResponse>
GrpcDataMigrationServiceStub. listMigrationJobsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListMigrationJobsRequest,ListMigrationJobsResponse,DataMigrationServiceClient.ListMigrationJobsPagedResponse>
DataMigrationServiceStubSettings.Builder. listMigrationJobsSettings()
Returns the builder for the settings used for calls to listMigrationJobs.com.google.api.gax.rpc.PagedCallSettings<ListMigrationJobsRequest,ListMigrationJobsResponse,DataMigrationServiceClient.ListMigrationJobsPagedResponse>
DataMigrationServiceStubSettings. listMigrationJobsSettings()
Returns the object with the settings used for calls to listMigrationJobs.
-