2018-05-06 08:42:51 -04:00
|
|
|
import { s__ } from '~/locale';
|
|
|
|
|
|
|
|
export const GCP_API_ERROR = s__(
|
|
|
|
'ClusterIntegration|An error occurred when trying to contact the Google Cloud API. Please try again later.',
|
|
|
|
);
|
2018-05-23 06:16:14 -04:00
|
|
|
export const GCP_API_CLOUD_BILLING_ENDPOINT =
|
|
|
|
'https://www.googleapis.com/discovery/v1/apis/cloudbilling/v1/rest';
|
2018-05-06 08:42:51 -04:00
|
|
|
export const GCP_API_CLOUD_RESOURCE_MANAGER_ENDPOINT =
|
|
|
|
'https://www.googleapis.com/discovery/v1/apis/cloudresourcemanager/v1/rest';
|
|
|
|
export const GCP_API_COMPUTE_ENDPOINT =
|
|
|
|
'https://www.googleapis.com/discovery/v1/apis/compute/v1/rest';
|