#include <dataflow_service.h>
|
static const char | CLOUD_PLATFORM [] = {"https://www.googleapis.com/auth/cloud-platform"} |
|
static const char | COMPUTE [] = {"https://www.googleapis.com/auth/compute"} |
|
static const char | COMPUTE_READONLY [] = {"https://www.googleapis.com/auth/compute.readonly"} |
|
static const char | USERINFO_EMAIL [] = {"https://www.googleapis.com/auth/userinfo.email"} |
|
Declares the OAuth2.0 scopes used within Dataflow API
These scopes shoudl be used when asking for credentials to invoke methods in the DataflowService.
◆ CLOUD_PLATFORM
const char google_dataflow_api::DataflowService::SCOPES::CLOUD_PLATFORM = {"https://www.googleapis.com/auth/cloud-platform"} |
|
static |
View and manage your data across Google Cloud Platform services.
◆ COMPUTE
const char google_dataflow_api::DataflowService::SCOPES::COMPUTE = {"https://www.googleapis.com/auth/compute"} |
|
static |
View and manage your Google Compute Engine resources.
◆ COMPUTE_READONLY
const char google_dataflow_api::DataflowService::SCOPES::COMPUTE_READONLY = {"https://www.googleapis.com/auth/compute.readonly"} |
|
static |
View your Google Compute Engine resources.
◆ USERINFO_EMAIL
const char google_dataflow_api::DataflowService::SCOPES::USERINFO_EMAIL = {"https://www.googleapis.com/auth/userinfo.email"} |
|
static |
The documentation for this class was generated from the following files: