ProjectsLocationsConnectionsResource class
Methods
-
checkReadiness(String name, {String? $fields})
→ Future<CheckReadinessResponse>
-
Reports readiness status of the connector.
-
checkStatus(String name, {String? $fields})
→ Future<CheckStatusResponse>
-
Reports the status of the connection.
-
exchangeAuthCode(ExchangeAuthCodeRequest request, String name, {String? $fields})
→ Future<ExchangeAuthCodeResponse>
-
ExchangeAuthCode exchanges the OAuth authorization code (and other
necessary data) for an access token (and associated credentials).
-
executeSqlQuery(ExecuteSqlQueryRequest request, String connection, {String? $fields})
→ Future<ExecuteSqlQueryResponse>
-
Executes a SQL statement specified in the body of the request.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshAccessToken(RefreshAccessTokenRequest request, String name, {String? $fields})
→ Future<RefreshAccessTokenResponse>
-
RefreshAccessToken exchanges the OAuth refresh token (and other necessary
data) for a new access token (and new associated credentials).
-
tools(ListToolsPostRequest request, String parent, {String? $fields})
→ Future<ListToolsResponse>
-
Lists all available tools with POST.
-
toString()
→ String
-
A string representation of this object.
inherited