Searched full:google_api_key (Results 1 – 9 of 9) sorted by relevance
43 public static final String API_KEY_ENV_NAME = "GOOGLE_API_KEY";114 * GOOGLE_API_KEY} environment variable. For instructions on how to get an API key, see the <a148 // 4. default API key (through GOOGLE_API_KEY) in TranslateOptions()
22 * Application Default Credentials are available or that the {@code GOOGLE_API_KEY} environment
38 public static final String GOOGLE_API_KEY = "AIzaSyAx2WZYe0My0i-uGurpvraYJxO7XNbwiGs"; field in RequestBodyCompression53 .url("https://www.googleapis.com/urlshortener/v1/url?key=" + GOOGLE_API_KEY) in run()
53 # API key file containing value of GOOGLE_API_KEY for integration tests
41 // Default Credentials if available; otherwise, using an API key from the GOOGLE_API_KEY in main()
22 `GOOGLE_API_KEY` environment variable. Once the API key is set, you can make API calls by invoking
114 `GOOGLE_API_KEY` environment variable. Once the API key is set, you can make API calls by invoking
98 values['GOOGLE_API_KEY'] = google_api_keys.GetAPIKey()