| Package | Description |
|---|---|
| org.ctoolkit.restapi.client.googleapis |
| Modifier and Type | Method and Description |
|---|---|
GoogleApiCredential |
GoogleApiCredential.setApiKey(String apiKey)
Sets the API Key to be used with any API that supports it.
|
GoogleApiCredential |
GoogleApiCredential.setApplicationName(String applicationName)
Sets the name of the client application.
|
GoogleApiCredential |
GoogleApiCredential.setClientId(String clientId)
Sets the Google API OAuth 2.0 Client ID Credential.
|
GoogleApiCredential |
GoogleApiCredential.setCredentialOn(boolean credentialOn)
Sets the boolean identification whether current environment should use these credential
in order to authenticate client calls or use cloud native environment for authentication.
|
GoogleApiCredential |
GoogleApiCredential.setEndpointUrl(String endpointUrl)
Sets the backend service API endpoint URL to be called.
|
GoogleApiCredential |
GoogleApiCredential.setFileName(String fileName)
Sets the path name to the private key file.
|
GoogleApiCredential |
GoogleApiCredential.setNumberOfRetries(int numberOfRetries)
Sets the number of retries that will be allowed to execute before the request will be
terminated or
0 to not retry requests. |
GoogleApiCredential |
GoogleApiCredential.setProjectId(String projectId)
Sets the Google Cloud Project ID also known as applicationId (AppId).
|
GoogleApiCredential |
GoogleApiCredential.setServiceAccountEmail(String serviceEmail)
Sets the service account ID (typically an e-mail address).
|
Copyright © 2016 Comvai - TurnOnline.biz. All rights reserved.