Uses of Class
com.google.cloud.vmmigration.v1.ListCloneJobsResponse
-
Packages that use ListCloneJobsResponse Package Description com.google.cloud.vmmigration.v1 A client to VM Migration APIcom.google.cloud.vmmigration.v1.stub -
-
Uses of ListCloneJobsResponse in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return ListCloneJobsResponse Modifier and Type Method Description ListCloneJobsResponse
ListCloneJobsResponse.Builder. build()
ListCloneJobsResponse
ListCloneJobsResponse.Builder. buildPartial()
static ListCloneJobsResponse
ListCloneJobsResponse. getDefaultInstance()
ListCloneJobsResponse
ListCloneJobsResponse.Builder. getDefaultInstanceForType()
ListCloneJobsResponse
ListCloneJobsResponse. getDefaultInstanceForType()
ListCloneJobsResponse
VmMigrationGrpc.VmMigrationBlockingStub. listCloneJobs(ListCloneJobsRequest request)
Lists CloneJobs of a given migrating VM.static ListCloneJobsResponse
ListCloneJobsResponse. parseDelimitedFrom(InputStream input)
static ListCloneJobsResponse
ListCloneJobsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCloneJobsResponse
ListCloneJobsResponse. parseFrom(byte[] data)
static ListCloneJobsResponse
ListCloneJobsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCloneJobsResponse
ListCloneJobsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListCloneJobsResponse
ListCloneJobsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCloneJobsResponse
ListCloneJobsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListCloneJobsResponse
ListCloneJobsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCloneJobsResponse
ListCloneJobsResponse. parseFrom(InputStream input)
static ListCloneJobsResponse
ListCloneJobsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCloneJobsResponse
ListCloneJobsResponse. parseFrom(ByteBuffer data)
static ListCloneJobsResponse
ListCloneJobsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type ListCloneJobsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListCloneJobsRequest,ListCloneJobsResponse>
VmMigrationGrpc. getListCloneJobsMethod()
com.google.protobuf.Parser<ListCloneJobsResponse>
ListCloneJobsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListCloneJobsResponse>
VmMigrationGrpc.VmMigrationFutureStub. listCloneJobs(ListCloneJobsRequest request)
Lists CloneJobs of a given migrating VM.com.google.api.gax.rpc.UnaryCallable<ListCloneJobsRequest,ListCloneJobsResponse>
VmMigrationClient. listCloneJobsCallable()
Lists CloneJobs of a given migrating VM.com.google.api.gax.rpc.PagedCallSettings.Builder<ListCloneJobsRequest,ListCloneJobsResponse,VmMigrationClient.ListCloneJobsPagedResponse>
VmMigrationSettings.Builder. listCloneJobsSettings()
Returns the builder for the settings used for calls to listCloneJobs.com.google.api.gax.rpc.PagedCallSettings<ListCloneJobsRequest,ListCloneJobsResponse,VmMigrationClient.ListCloneJobsPagedResponse>
VmMigrationSettings. listCloneJobsSettings()
Returns the object with the settings used for calls to listCloneJobs.static com.google.protobuf.Parser<ListCloneJobsResponse>
ListCloneJobsResponse. parser()
Methods in com.google.cloud.vmmigration.v1 with parameters of type ListCloneJobsResponse Modifier and Type Method Description protected VmMigrationClient.ListCloneJobsPage
VmMigrationClient.ListCloneJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob> context, ListCloneJobsResponse response)
ListCloneJobsResponse.Builder
ListCloneJobsResponse.Builder. mergeFrom(ListCloneJobsResponse other)
static ListCloneJobsResponse.Builder
ListCloneJobsResponse. newBuilder(ListCloneJobsResponse prototype)
Method parameters in com.google.cloud.vmmigration.v1 with type arguments of type ListCloneJobsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<VmMigrationClient.ListCloneJobsPagedResponse>
VmMigrationClient.ListCloneJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob> context, com.google.api.core.ApiFuture<ListCloneJobsResponse> futureResponse)
static com.google.api.core.ApiFuture<VmMigrationClient.ListCloneJobsPagedResponse>
VmMigrationClient.ListCloneJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob> context, com.google.api.core.ApiFuture<ListCloneJobsResponse> futureResponse)
protected VmMigrationClient.ListCloneJobsPage
VmMigrationClient.ListCloneJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob> context, ListCloneJobsResponse response)
com.google.api.core.ApiFuture<VmMigrationClient.ListCloneJobsPage>
VmMigrationClient.ListCloneJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob> context, com.google.api.core.ApiFuture<ListCloneJobsResponse> futureResponse)
com.google.api.core.ApiFuture<VmMigrationClient.ListCloneJobsPage>
VmMigrationClient.ListCloneJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob> context, com.google.api.core.ApiFuture<ListCloneJobsResponse> futureResponse)
default void
VmMigrationGrpc.AsyncService. listCloneJobs(ListCloneJobsRequest request, io.grpc.stub.StreamObserver<ListCloneJobsResponse> responseObserver)
Lists CloneJobs of a given migrating VM.void
VmMigrationGrpc.VmMigrationStub. listCloneJobs(ListCloneJobsRequest request, io.grpc.stub.StreamObserver<ListCloneJobsResponse> responseObserver)
Lists CloneJobs of a given migrating VM. -
Uses of ListCloneJobsResponse in com.google.cloud.vmmigration.v1.stub
Methods in com.google.cloud.vmmigration.v1.stub that return types with arguments of type ListCloneJobsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListCloneJobsRequest,ListCloneJobsResponse>
GrpcVmMigrationStub. listCloneJobsCallable()
com.google.api.gax.rpc.UnaryCallable<ListCloneJobsRequest,ListCloneJobsResponse>
HttpJsonVmMigrationStub. listCloneJobsCallable()
com.google.api.gax.rpc.UnaryCallable<ListCloneJobsRequest,ListCloneJobsResponse>
VmMigrationStub. listCloneJobsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListCloneJobsRequest,ListCloneJobsResponse,VmMigrationClient.ListCloneJobsPagedResponse>
VmMigrationStubSettings.Builder. listCloneJobsSettings()
Returns the builder for the settings used for calls to listCloneJobs.com.google.api.gax.rpc.PagedCallSettings<ListCloneJobsRequest,ListCloneJobsResponse,VmMigrationClient.ListCloneJobsPagedResponse>
VmMigrationStubSettings. listCloneJobsSettings()
Returns the object with the settings used for calls to listCloneJobs.
-