| Package | Description |
|---|---|
| com.google.cloud.apigeeconnect.v1 |
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.apigeeconnect.v1.stub |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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<ListConnectionsRequest,ListConnectionsResponse,ConnectionServiceClient.ListConnectionsPagedResponse> |
ConnectionServiceSettings.listConnectionsSettings()
Returns the object with the settings used for calls to listConnections.
|
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.
|
Copyright © 2023 Google LLC. All rights reserved.