Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
Google_Service_Manager Class Reference
Inheritance diagram for Google_Service_Manager:
Google_Service

Public Member Functions

 __construct (Google_Client $client)
 Constructs the internal representation of the Manager service.
 
 createBatch ()
 Create a new HTTP Batch handler for this service.
 
 getClient ()
 

Public Attributes

 $availableScopes
 
 $batchPath
 
 $deployments
 
 $resource
 
 $rootUrl
 
 $servicePath
 
 $templates
 
 $version
 
const APPENGINE_ADMIN
 View and manage your applications deployed on Google App Engine.
 
const CLOUD_PLATFORM
 View and manage your data across Google Cloud Platform services.
 
const CLOUD_PLATFORM_READ_ONLY
 View your data across Google Cloud Platform services.
 
const COMPUTE
 View and manage your Google Compute Engine resources.
 
const DEVSTORAGE_READ_WRITE
 Manage your data in Google Cloud Storage.
 
const NDEV_CLOUDMAN
 View and manage your Google Cloud Platform management resources and deployment status information.
 
const NDEV_CLOUDMAN_READONLY
 View your Google Cloud Platform management resources and deployment status information.
 

Constructor & Destructor Documentation

◆ __construct()

Google_Service_Manager::__construct ( Google_Client $client)

Constructs the internal representation of the Manager service.

Parameters
Google_Client$client

Reimplemented from Google_Service.

Member Function Documentation

◆ createBatch()

Google_Service::createBatch ( )
inherited

Create a new HTTP Batch handler for this service.

Return values
Google_Http_Batch

Member Data Documentation

◆ APPENGINE_ADMIN

const Google_Service_Manager::APPENGINE_ADMIN
Initial value:
=
"https://www.googleapis.com/auth/appengine.admin"

View and manage your applications deployed on Google App Engine.

◆ CLOUD_PLATFORM

const Google_Service_Manager::CLOUD_PLATFORM
Initial value:
=
"https://www.googleapis.com/auth/cloud-platform"

View and manage your data across Google Cloud Platform services.

◆ CLOUD_PLATFORM_READ_ONLY

const Google_Service_Manager::CLOUD_PLATFORM_READ_ONLY
Initial value:
=
"https://www.googleapis.com/auth/cloud-platform.read-only"

View your data across Google Cloud Platform services.

◆ COMPUTE

const Google_Service_Manager::COMPUTE
Initial value:
=
"https://www.googleapis.com/auth/compute"

View and manage your Google Compute Engine resources.

◆ DEVSTORAGE_READ_WRITE

const Google_Service_Manager::DEVSTORAGE_READ_WRITE
Initial value:
=
"https://www.googleapis.com/auth/devstorage.read_write"

Manage your data in Google Cloud Storage.

◆ NDEV_CLOUDMAN

const Google_Service_Manager::NDEV_CLOUDMAN
Initial value:
=
"https://www.googleapis.com/auth/ndev.cloudman"

View and manage your Google Cloud Platform management resources and deployment status information.

◆ NDEV_CLOUDMAN_READONLY

const Google_Service_Manager::NDEV_CLOUDMAN_READONLY
Initial value:
=
"https://www.googleapis.com/auth/ndev.cloudman.readonly"

View your Google Cloud Platform management resources and deployment status information.


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