Uses of Class
com.google.cloud.vmmigration.v1.ListCloneJobsRequest
-
Packages that use ListCloneJobsRequest Package Description com.google.cloud.vmmigration.v1 A client to VM Migration APIcom.google.cloud.vmmigration.v1.stub -
-
Uses of ListCloneJobsRequest in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return ListCloneJobsRequest Modifier and Type Method Description ListCloneJobsRequest
ListCloneJobsRequest.Builder. build()
ListCloneJobsRequest
ListCloneJobsRequest.Builder. buildPartial()
static ListCloneJobsRequest
ListCloneJobsRequest. getDefaultInstance()
ListCloneJobsRequest
ListCloneJobsRequest.Builder. getDefaultInstanceForType()
ListCloneJobsRequest
ListCloneJobsRequest. getDefaultInstanceForType()
static ListCloneJobsRequest
ListCloneJobsRequest. parseDelimitedFrom(InputStream input)
static ListCloneJobsRequest
ListCloneJobsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCloneJobsRequest
ListCloneJobsRequest. parseFrom(byte[] data)
static ListCloneJobsRequest
ListCloneJobsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCloneJobsRequest
ListCloneJobsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListCloneJobsRequest
ListCloneJobsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCloneJobsRequest
ListCloneJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListCloneJobsRequest
ListCloneJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCloneJobsRequest
ListCloneJobsRequest. parseFrom(InputStream input)
static ListCloneJobsRequest
ListCloneJobsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCloneJobsRequest
ListCloneJobsRequest. parseFrom(ByteBuffer data)
static ListCloneJobsRequest
ListCloneJobsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type ListCloneJobsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListCloneJobsRequest,ListCloneJobsResponse>
VmMigrationGrpc. getListCloneJobsMethod()
com.google.protobuf.Parser<ListCloneJobsRequest>
ListCloneJobsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListCloneJobsRequest,ListCloneJobsResponse>
VmMigrationClient. listCloneJobsCallable()
Lists CloneJobs of a given migrating VM.com.google.api.gax.rpc.UnaryCallable<ListCloneJobsRequest,VmMigrationClient.ListCloneJobsPagedResponse>
VmMigrationClient. listCloneJobsPagedCallable()
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<ListCloneJobsRequest>
ListCloneJobsRequest. parser()
Methods in com.google.cloud.vmmigration.v1 with parameters of type ListCloneJobsRequest Modifier and Type Method Description VmMigrationClient.ListCloneJobsPagedResponse
VmMigrationClient. listCloneJobs(ListCloneJobsRequest request)
Lists CloneJobs of a given migrating VM.default void
VmMigrationGrpc.AsyncService. listCloneJobs(ListCloneJobsRequest request, io.grpc.stub.StreamObserver<ListCloneJobsResponse> responseObserver)
Lists CloneJobs of a given migrating VM.ListCloneJobsResponse
VmMigrationGrpc.VmMigrationBlockingStub. listCloneJobs(ListCloneJobsRequest request)
Lists CloneJobs of a given migrating VM.com.google.common.util.concurrent.ListenableFuture<ListCloneJobsResponse>
VmMigrationGrpc.VmMigrationFutureStub. listCloneJobs(ListCloneJobsRequest request)
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.ListCloneJobsRequest.Builder
ListCloneJobsRequest.Builder. mergeFrom(ListCloneJobsRequest other)
static ListCloneJobsRequest.Builder
ListCloneJobsRequest. newBuilder(ListCloneJobsRequest prototype)
Method parameters in com.google.cloud.vmmigration.v1 with type arguments of type ListCloneJobsRequest 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)
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)
-
Uses of ListCloneJobsRequest in com.google.cloud.vmmigration.v1.stub
Methods in com.google.cloud.vmmigration.v1.stub that return types with arguments of type ListCloneJobsRequest 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.UnaryCallable<ListCloneJobsRequest,VmMigrationClient.ListCloneJobsPagedResponse>
GrpcVmMigrationStub. listCloneJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCloneJobsRequest,VmMigrationClient.ListCloneJobsPagedResponse>
HttpJsonVmMigrationStub. listCloneJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCloneJobsRequest,VmMigrationClient.ListCloneJobsPagedResponse>
VmMigrationStub. listCloneJobsPagedCallable()
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.
-