translate  v2
 All Classes Functions Variables Groups
Static Public Attributes | List of all members
google_translate_api::TranslateService::SCOPES Class Reference

#include <translate_service.h>

Static Public Attributes

static const char CLOUD_PLATFORM [] = {"https://www.googleapis.com/auth/cloud-platform"}
static const char CLOUD_TRANSLATION [] = {"https://www.googleapis.com/auth/cloud-translation"}

Detailed Description

Declares the OAuth2.0 scopes used within Google Cloud Translation API

These scopes shoudl be used when asking for credentials to invoke methods in the TranslateService.

Member Data Documentation

const char google_translate_api::TranslateService::SCOPES::CLOUD_PLATFORM = {"https://www.googleapis.com/auth/cloud-platform"}
static

View and manage your data across Google Cloud Platform services.

const char google_translate_api::TranslateService::SCOPES::CLOUD_TRANSLATION = {"https://www.googleapis.com/auth/cloud-translation"}
static

Translate text from one language to another using Google Translate.


The documentation for this class was generated from the following files: