storage  v1
Static Public Attributes | List of all members
google_storage_api::StorageService::SCOPES Class Reference

#include <storage_service.h>

Static Public Attributes

static const char CLOUD_PLATFORM [] = {"https://www.googleapis.com/auth/cloud-platform"}
 
static const char CLOUD_PLATFORM_READ_ONLY [] = {"https://www.googleapis.com/auth/cloud-platform.read-only"}
 
static const char DEVSTORAGE_FULL_CONTROL [] = {"https://www.googleapis.com/auth/devstorage.full_control"}
 
static const char DEVSTORAGE_READ_ONLY [] = {"https://www.googleapis.com/auth/devstorage.read_only"}
 
static const char DEVSTORAGE_READ_WRITE [] = {"https://www.googleapis.com/auth/devstorage.read_write"}
 

Detailed Description

Declares the OAuth2.0 scopes used within Cloud Storage JSON API

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

Member Data Documentation

◆ CLOUD_PLATFORM

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

View and manage your data across Google Cloud Platform services.

◆ CLOUD_PLATFORM_READ_ONLY

const char google_storage_api::StorageService::SCOPES::CLOUD_PLATFORM_READ_ONLY = {"https://www.googleapis.com/auth/cloud-platform.read-only"}
static

View your data across Google Cloud Platform services.

◆ DEVSTORAGE_FULL_CONTROL

const char google_storage_api::StorageService::SCOPES::DEVSTORAGE_FULL_CONTROL = {"https://www.googleapis.com/auth/devstorage.full_control"}
static

Manage your data and permissions in Google Cloud Storage.

◆ DEVSTORAGE_READ_ONLY

const char google_storage_api::StorageService::SCOPES::DEVSTORAGE_READ_ONLY = {"https://www.googleapis.com/auth/devstorage.read_only"}
static

View your data in Google Cloud Storage.

◆ DEVSTORAGE_READ_WRITE

const char google_storage_api::StorageService::SCOPES::DEVSTORAGE_READ_WRITE = {"https://www.googleapis.com/auth/devstorage.read_write"}
static

Manage your data in Google Cloud Storage.


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