dataflow  v1b3
Static Public Attributes | List of all members
google_dataflow_api::DataflowService::SCOPES Class Reference

#include <dataflow_service.h>

Static Public Attributes

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"}
 

Detailed Description

Declares the OAuth2.0 scopes used within Dataflow API

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

Member Data Documentation

◆ 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

View your email address.


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