@Generated(value="by gapic-generator")
See: Description
| Class | Description |
|---|---|
| ConnectionServiceClient |
Service Description: Manages external data source connections and credentials.
|
| ConnectionServiceClient.ListConnectionsFixedSizeCollection | |
| ConnectionServiceClient.ListConnectionsPage | |
| ConnectionServiceClient.ListConnectionsPagedResponse | |
| ConnectionServiceSettings |
Settings class to configure an instance of
ConnectionServiceClient. |
| ConnectionServiceSettings.Builder |
Builder for ConnectionServiceSettings.
|
The interfaces provided are listed below, along with usage samples.
======================= ConnectionServiceClient =======================
Service Description: Manages external data source connections and credentials.
Sample for ConnectionServiceClient:
try (ConnectionServiceClient connectionServiceClient = ConnectionServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
Connection connection = Connection.newBuilder().build();
String connectionId = "";
Connection response = connectionServiceClient.createConnection(parent, connection, connectionId);
}
Copyright © 2020 Google LLC. All rights reserved.