Uses of Class
com.google.cloud.migrationcenter.v1.MigrationCenterClient.ListSourcesPagedResponse
-
Packages that use MigrationCenterClient.ListSourcesPagedResponse Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of MigrationCenterClient.ListSourcesPagedResponse in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return MigrationCenterClient.ListSourcesPagedResponse Modifier and Type Method Description MigrationCenterClient.ListSourcesPagedResponse
MigrationCenterClient. listSources(ListSourcesRequest request)
Lists all the sources in a given project and location.MigrationCenterClient.ListSourcesPagedResponse
MigrationCenterClient. listSources(LocationName parent)
Lists all the sources in a given project and location.MigrationCenterClient.ListSourcesPagedResponse
MigrationCenterClient. listSources(String parent)
Lists all the sources in a given project and location.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type MigrationCenterClient.ListSourcesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MigrationCenterClient.ListSourcesPagedResponse>
MigrationCenterClient.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,MigrationCenterClient.ListSourcesPagedResponse>
MigrationCenterClient. listSourcesPagedCallable()
Lists all the sources in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSourcesRequest,ListSourcesResponse,MigrationCenterClient.ListSourcesPagedResponse>
MigrationCenterSettings.Builder. listSourcesSettings()
Returns the builder for the settings used for calls to listSources.com.google.api.gax.rpc.PagedCallSettings<ListSourcesRequest,ListSourcesResponse,MigrationCenterClient.ListSourcesPagedResponse>
MigrationCenterSettings. listSourcesSettings()
Returns the object with the settings used for calls to listSources. -
Uses of MigrationCenterClient.ListSourcesPagedResponse in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type MigrationCenterClient.ListSourcesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,MigrationCenterClient.ListSourcesPagedResponse>
GrpcMigrationCenterStub. listSourcesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,MigrationCenterClient.ListSourcesPagedResponse>
HttpJsonMigrationCenterStub. listSourcesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,MigrationCenterClient.ListSourcesPagedResponse>
MigrationCenterStub. listSourcesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSourcesRequest,ListSourcesResponse,MigrationCenterClient.ListSourcesPagedResponse>
MigrationCenterStubSettings.Builder. listSourcesSettings()
Returns the builder for the settings used for calls to listSources.com.google.api.gax.rpc.PagedCallSettings<ListSourcesRequest,ListSourcesResponse,MigrationCenterClient.ListSourcesPagedResponse>
MigrationCenterStubSettings. listSourcesSettings()
Returns the object with the settings used for calls to listSources.
-