Uses of Class
com.google.cloud.datastream.v1alpha1.DatastreamClient.ListPrivateConnectionsPagedResponse
-
Packages that use DatastreamClient.ListPrivateConnectionsPagedResponse Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream APIcom.google.cloud.datastream.v1alpha1.stub -
-
Uses of DatastreamClient.ListPrivateConnectionsPagedResponse in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return DatastreamClient.ListPrivateConnectionsPagedResponse Modifier and Type Method Description DatastreamClient.ListPrivateConnectionsPagedResponse
DatastreamClient. listPrivateConnections(ListPrivateConnectionsRequest request)
Use this method to list private connectivity configurations in a project and location.DatastreamClient.ListPrivateConnectionsPagedResponse
DatastreamClient. listPrivateConnections(LocationName parent)
Use this method to list private connectivity configurations in a project and location.DatastreamClient.ListPrivateConnectionsPagedResponse
DatastreamClient. listPrivateConnections(String parent)
Use this method to list private connectivity configurations in a project and location.Methods in com.google.cloud.datastream.v1alpha1 that return types with arguments of type DatastreamClient.ListPrivateConnectionsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DatastreamClient.ListPrivateConnectionsPagedResponse>
DatastreamClient.ListPrivateConnectionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, com.google.api.core.ApiFuture<ListPrivateConnectionsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListPrivateConnectionsRequest,DatastreamClient.ListPrivateConnectionsPagedResponse>
DatastreamClient. listPrivateConnectionsPagedCallable()
Use this method to list private connectivity configurations in a project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,DatastreamClient.ListPrivateConnectionsPagedResponse>
DatastreamSettings.Builder. listPrivateConnectionsSettings()
Returns the builder for the settings used for calls to listPrivateConnections.com.google.api.gax.rpc.PagedCallSettings<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,DatastreamClient.ListPrivateConnectionsPagedResponse>
DatastreamSettings. listPrivateConnectionsSettings()
Returns the object with the settings used for calls to listPrivateConnections. -
Uses of DatastreamClient.ListPrivateConnectionsPagedResponse in com.google.cloud.datastream.v1alpha1.stub
-