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 ListCloneJobsResponseListCloneJobsResponse.Builder. build()ListCloneJobsResponseListCloneJobsResponse.Builder. buildPartial()static ListCloneJobsResponseListCloneJobsResponse. getDefaultInstance()ListCloneJobsResponseListCloneJobsResponse.Builder. getDefaultInstanceForType()ListCloneJobsResponseListCloneJobsResponse. getDefaultInstanceForType()ListCloneJobsResponseVmMigrationGrpc.VmMigrationBlockingStub. listCloneJobs(ListCloneJobsRequest request)Lists CloneJobs of a given migrating VM.static ListCloneJobsResponseListCloneJobsResponse. parseDelimitedFrom(InputStream input)static ListCloneJobsResponseListCloneJobsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCloneJobsResponseListCloneJobsResponse. parseFrom(byte[] data)static ListCloneJobsResponseListCloneJobsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCloneJobsResponseListCloneJobsResponse. parseFrom(com.google.protobuf.ByteString data)static ListCloneJobsResponseListCloneJobsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCloneJobsResponseListCloneJobsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListCloneJobsResponseListCloneJobsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCloneJobsResponseListCloneJobsResponse. parseFrom(InputStream input)static ListCloneJobsResponseListCloneJobsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCloneJobsResponseListCloneJobsResponse. parseFrom(ByteBuffer data)static ListCloneJobsResponseListCloneJobsResponse. 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.ListCloneJobsPageVmMigrationClient.ListCloneJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob> context, ListCloneJobsResponse response)ListCloneJobsResponse.BuilderListCloneJobsResponse.Builder. mergeFrom(ListCloneJobsResponse other)static ListCloneJobsResponse.BuilderListCloneJobsResponse. 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.ListCloneJobsPageVmMigrationClient.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 voidVmMigrationGrpc.AsyncService. listCloneJobs(ListCloneJobsRequest request, io.grpc.stub.StreamObserver<ListCloneJobsResponse> responseObserver)Lists CloneJobs of a given migrating VM.voidVmMigrationGrpc.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.
-