Uses of Class
com.google.cloud.migrationcenter.v1.MigrationCenterClient.ListPreferenceSetsPagedResponse
-
Packages that use MigrationCenterClient.ListPreferenceSetsPagedResponse Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of MigrationCenterClient.ListPreferenceSetsPagedResponse in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return MigrationCenterClient.ListPreferenceSetsPagedResponse Modifier and Type Method Description MigrationCenterClient.ListPreferenceSetsPagedResponse
MigrationCenterClient. listPreferenceSets(ListPreferenceSetsRequest request)
Lists all the preference sets in a given project and location.MigrationCenterClient.ListPreferenceSetsPagedResponse
MigrationCenterClient. listPreferenceSets(LocationName parent)
Lists all the preference sets in a given project and location.MigrationCenterClient.ListPreferenceSetsPagedResponse
MigrationCenterClient. listPreferenceSets(String parent)
Lists all the preference sets in a given project and location.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type MigrationCenterClient.ListPreferenceSetsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MigrationCenterClient.ListPreferenceSetsPagedResponse>
MigrationCenterClient.ListPreferenceSetsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPreferenceSetsRequest,ListPreferenceSetsResponse,PreferenceSet> context, com.google.api.core.ApiFuture<ListPreferenceSetsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListPreferenceSetsRequest,MigrationCenterClient.ListPreferenceSetsPagedResponse>
MigrationCenterClient. listPreferenceSetsPagedCallable()
Lists all the preference sets in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListPreferenceSetsRequest,ListPreferenceSetsResponse,MigrationCenterClient.ListPreferenceSetsPagedResponse>
MigrationCenterSettings.Builder. listPreferenceSetsSettings()
Returns the builder for the settings used for calls to listPreferenceSets.com.google.api.gax.rpc.PagedCallSettings<ListPreferenceSetsRequest,ListPreferenceSetsResponse,MigrationCenterClient.ListPreferenceSetsPagedResponse>
MigrationCenterSettings. listPreferenceSetsSettings()
Returns the object with the settings used for calls to listPreferenceSets. -
Uses of MigrationCenterClient.ListPreferenceSetsPagedResponse in com.google.cloud.migrationcenter.v1.stub
-