Uses of Class
com.google.cloud.apigeeconnect.v1.ConnectionServiceClient.ListConnectionsPagedResponse
-
Packages that use ConnectionServiceClient.ListConnectionsPagedResponse Package Description com.google.cloud.apigeeconnect.v1 A client to Apigee Connect APIcom.google.cloud.apigeeconnect.v1.stub -
-
Uses of ConnectionServiceClient.ListConnectionsPagedResponse in com.google.cloud.apigeeconnect.v1
Methods in com.google.cloud.apigeeconnect.v1 that return ConnectionServiceClient.ListConnectionsPagedResponse Modifier and Type Method Description ConnectionServiceClient.ListConnectionsPagedResponse
ConnectionServiceClient. listConnections(EndpointName parent)
Lists connections that are currently active for the given Apigee Connect endpoint.ConnectionServiceClient.ListConnectionsPagedResponse
ConnectionServiceClient. listConnections(ListConnectionsRequest request)
Lists connections that are currently active for the given Apigee Connect endpoint.ConnectionServiceClient.ListConnectionsPagedResponse
ConnectionServiceClient. listConnections(String parent)
Lists connections that are currently active for the given Apigee Connect endpoint.Methods in com.google.cloud.apigeeconnect.v1 that return types with arguments of type ConnectionServiceClient.ListConnectionsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ConnectionServiceClient.ListConnectionsPagedResponse>
ConnectionServiceClient.ListConnectionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, com.google.api.core.ApiFuture<ListConnectionsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListConnectionsRequest,ConnectionServiceClient.ListConnectionsPagedResponse>
ConnectionServiceClient. listConnectionsPagedCallable()
Lists connections that are currently active for the given Apigee Connect endpoint.com.google.api.gax.rpc.PagedCallSettings.Builder<ListConnectionsRequest,ListConnectionsResponse,ConnectionServiceClient.ListConnectionsPagedResponse>
ConnectionServiceSettings.Builder. listConnectionsSettings()
Returns the builder for the settings used for calls to listConnections.com.google.api.gax.rpc.PagedCallSettings<ListConnectionsRequest,ListConnectionsResponse,ConnectionServiceClient.ListConnectionsPagedResponse>
ConnectionServiceSettings. listConnectionsSettings()
Returns the object with the settings used for calls to listConnections. -
Uses of ConnectionServiceClient.ListConnectionsPagedResponse in com.google.cloud.apigeeconnect.v1.stub
-