Uses of Class
com.google.cloud.vmmigration.v1.VmMigrationClient.ListSourcesPagedResponse
-
Packages that use VmMigrationClient.ListSourcesPagedResponse Package Description com.google.cloud.vmmigration.v1 A client to VM Migration APIcom.google.cloud.vmmigration.v1.stub -
-
Uses of VmMigrationClient.ListSourcesPagedResponse in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return VmMigrationClient.ListSourcesPagedResponse Modifier and Type Method Description VmMigrationClient.ListSourcesPagedResponseVmMigrationClient. listSources(ListSourcesRequest request)Lists Sources in a given project and location.VmMigrationClient.ListSourcesPagedResponseVmMigrationClient. listSources(LocationName parent)Lists Sources in a given project and location.VmMigrationClient.ListSourcesPagedResponseVmMigrationClient. listSources(String parent)Lists Sources in a given project and location.Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type VmMigrationClient.ListSourcesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<VmMigrationClient.ListSourcesPagedResponse>VmMigrationClient.ListSourcesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,VmMigrationClient.ListSourcesPagedResponse>VmMigrationClient. listSourcesPagedCallable()Lists Sources in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSourcesRequest,ListSourcesResponse,VmMigrationClient.ListSourcesPagedResponse>VmMigrationSettings.Builder. listSourcesSettings()Returns the builder for the settings used for calls to listSources.com.google.api.gax.rpc.PagedCallSettings<ListSourcesRequest,ListSourcesResponse,VmMigrationClient.ListSourcesPagedResponse>VmMigrationSettings. listSourcesSettings()Returns the object with the settings used for calls to listSources. -
Uses of VmMigrationClient.ListSourcesPagedResponse in com.google.cloud.vmmigration.v1.stub
Methods in com.google.cloud.vmmigration.v1.stub that return types with arguments of type VmMigrationClient.ListSourcesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,VmMigrationClient.ListSourcesPagedResponse>GrpcVmMigrationStub. listSourcesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,VmMigrationClient.ListSourcesPagedResponse>HttpJsonVmMigrationStub. listSourcesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,VmMigrationClient.ListSourcesPagedResponse>VmMigrationStub. listSourcesPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListSourcesRequest,ListSourcesResponse,VmMigrationClient.ListSourcesPagedResponse>VmMigrationStubSettings.Builder. listSourcesSettings()Returns the builder for the settings used for calls to listSources.com.google.api.gax.rpc.PagedCallSettings<ListSourcesRequest,ListSourcesResponse,VmMigrationClient.ListSourcesPagedResponse>VmMigrationStubSettings. listSourcesSettings()Returns the object with the settings used for calls to listSources.
-