Uses of Class
com.google.cloud.datastream.v1alpha1.DatastreamClient.ListConnectionProfilesPagedResponse
-
Packages that use DatastreamClient.ListConnectionProfilesPagedResponse Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream APIcom.google.cloud.datastream.v1alpha1.stub -
-
Uses of DatastreamClient.ListConnectionProfilesPagedResponse in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return DatastreamClient.ListConnectionProfilesPagedResponse Modifier and Type Method Description DatastreamClient.ListConnectionProfilesPagedResponseDatastreamClient. listConnectionProfiles(ListConnectionProfilesRequest request)Use this method to list connection profiles created in a project and location.DatastreamClient.ListConnectionProfilesPagedResponseDatastreamClient. listConnectionProfiles(LocationName parent)Use this method to list connection profiles created in a project and location.DatastreamClient.ListConnectionProfilesPagedResponseDatastreamClient. listConnectionProfiles(String parent)Use this method to list connection profiles created in a project and location.Methods in com.google.cloud.datastream.v1alpha1 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.v1alpha1.stub
-