Uses of Class
com.google.cloud.clouddms.v1.DataMigrationServiceClient.ListConnectionProfilesPagedResponse
-
Packages that use DataMigrationServiceClient.ListConnectionProfilesPagedResponse Package Description com.google.cloud.clouddms.v1 A client to Database Migration APIcom.google.cloud.clouddms.v1.stub -
-
Uses of DataMigrationServiceClient.ListConnectionProfilesPagedResponse in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return DataMigrationServiceClient.ListConnectionProfilesPagedResponse Modifier and Type Method Description DataMigrationServiceClient.ListConnectionProfilesPagedResponse
DataMigrationServiceClient. listConnectionProfiles(ListConnectionProfilesRequest request)
Retrieves a list of all connection profiles in a given project and location.DataMigrationServiceClient.ListConnectionProfilesPagedResponse
DataMigrationServiceClient. listConnectionProfiles(LocationName parent)
Retrieves a list of all connection profiles in a given project and location.DataMigrationServiceClient.ListConnectionProfilesPagedResponse
DataMigrationServiceClient. listConnectionProfiles(String parent)
Retrieves a list of all connection profiles in a given project and location.Methods in com.google.cloud.clouddms.v1 that return types with arguments of type DataMigrationServiceClient.ListConnectionProfilesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataMigrationServiceClient.ListConnectionProfilesPagedResponse>
DataMigrationServiceClient.ListConnectionProfilesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile> context, com.google.api.core.ApiFuture<ListConnectionProfilesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListConnectionProfilesRequest,DataMigrationServiceClient.ListConnectionProfilesPagedResponse>
DataMigrationServiceClient. listConnectionProfilesPagedCallable()
Retrieves a list of all connection profiles in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListConnectionProfilesRequest,ListConnectionProfilesResponse,DataMigrationServiceClient.ListConnectionProfilesPagedResponse>
DataMigrationServiceSettings.Builder. listConnectionProfilesSettings()
Returns the builder for the settings used for calls to listConnectionProfiles.com.google.api.gax.rpc.PagedCallSettings<ListConnectionProfilesRequest,ListConnectionProfilesResponse,DataMigrationServiceClient.ListConnectionProfilesPagedResponse>
DataMigrationServiceSettings. listConnectionProfilesSettings()
Returns the object with the settings used for calls to listConnectionProfiles. -
Uses of DataMigrationServiceClient.ListConnectionProfilesPagedResponse in com.google.cloud.clouddms.v1.stub
-