Uses of Class
com.google.cloud.datastream.v1.DatastreamClient.ListConnectionProfilesPagedResponse
-
Packages that use DatastreamClient.ListConnectionProfilesPagedResponse Package Description com.google.cloud.datastream.v1 A client to Datastream APIcom.google.cloud.datastream.v1.stub -
-
Uses of DatastreamClient.ListConnectionProfilesPagedResponse in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return DatastreamClient.ListConnectionProfilesPagedResponse Modifier and Type Method Description DatastreamClient.ListConnectionProfilesPagedResponse
DatastreamClient. listConnectionProfiles(ListConnectionProfilesRequest request)
Use this method to list connection profiles created in a project and location.DatastreamClient.ListConnectionProfilesPagedResponse
DatastreamClient. listConnectionProfiles(LocationName parent)
Use this method to list connection profiles created in a project and location.DatastreamClient.ListConnectionProfilesPagedResponse
DatastreamClient. listConnectionProfiles(String parent)
Use this method to list connection profiles created in a project and location.Methods in com.google.cloud.datastream.v1 that return types with arguments of type DatastreamClient.ListConnectionProfilesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DatastreamClient.ListConnectionProfilesPagedResponse>
DatastreamClient.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,DatastreamClient.ListConnectionProfilesPagedResponse>
DatastreamClient. listConnectionProfilesPagedCallable()
Use this method to list connection profiles created in a project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListConnectionProfilesRequest,ListConnectionProfilesResponse,DatastreamClient.ListConnectionProfilesPagedResponse>
DatastreamSettings.Builder. listConnectionProfilesSettings()
Returns the builder for the settings used for calls to listConnectionProfiles.com.google.api.gax.rpc.PagedCallSettings<ListConnectionProfilesRequest,ListConnectionProfilesResponse,DatastreamClient.ListConnectionProfilesPagedResponse>
DatastreamSettings. listConnectionProfilesSettings()
Returns the object with the settings used for calls to listConnectionProfiles. -
Uses of DatastreamClient.ListConnectionProfilesPagedResponse in com.google.cloud.datastream.v1.stub
-