Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_Storage Class Reference
Inheritance diagram for Google_Service_Storage:
Google_Service

Public Member Functions

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

Public Attributes

 $availableScopes
 
 $batchPath
 
 $bucketAccessControls
 
 $buckets
 
 $channels
 
 $defaultObjectAccessControls
 
 $objectAccessControls
 
 $objects
 
 $resource
 
 $rootUrl
 
 $servicePath
 
 $version
 
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 DEVSTORAGE_FULL_CONTROL
 Manage your data and permissions in Google Cloud Storage.
 
const DEVSTORAGE_READ_ONLY
 View your data in Google Cloud Storage.
 
const DEVSTORAGE_READ_WRITE
 Manage your data in Google Cloud Storage.
 

Constructor & Destructor Documentation

◆ __construct()

Google_Service_Storage::__construct ( Google_Client $client)

Constructs the internal representation of the Storage 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

◆ CLOUD_PLATFORM

const Google_Service_Storage::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_Storage::CLOUD_PLATFORM_READ_ONLY
Initial value:
=
"https://www.googleapis.com/auth/cloud-platform.read-only"

View your data across Google Cloud Platform services.

◆ DEVSTORAGE_FULL_CONTROL

const Google_Service_Storage::DEVSTORAGE_FULL_CONTROL
Initial value:
=
"https://www.googleapis.com/auth/devstorage.full_control"

Manage your data and permissions in Google Cloud Storage.

◆ DEVSTORAGE_READ_ONLY

const Google_Service_Storage::DEVSTORAGE_READ_ONLY
Initial value:
=
"https://www.googleapis.com/auth/devstorage.read_only"

View your data in Google Cloud Storage.

◆ DEVSTORAGE_READ_WRITE

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

Manage your data in Google Cloud Storage.


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