#include <compute_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 | 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"} |
|
Declares the OAuth2.0 scopes used within Compute Engine API
These scopes shoudl be used when asking for credentials to invoke methods in the ComputeService.
◆ CLOUD_PLATFORM
const char google_compute_api::ComputeService::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_compute_api::ComputeService::SCOPES::COMPUTE = {"https://www.googleapis.com/auth/compute"} |
|
static |
View and manage your Google Compute Engine resources.
◆ COMPUTE_READONLY
const char google_compute_api::ComputeService::SCOPES::COMPUTE_READONLY = {"https://www.googleapis.com/auth/compute.readonly"} |
|
static |
View your Google Compute Engine resources.
◆ DEVSTORAGE_FULL_CONTROL
const char google_compute_api::ComputeService::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_compute_api::ComputeService::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_compute_api::ComputeService::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: