Google_Service_Storage
extends Google_Service
in package
Service definition for Storage (v1).
Stores and retrieves potentially large, immutable data objects.
For more information about this service, see the API Documentation
Tags
Table of Contents
- CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"
- View and manage your data across Google Cloud Platform services.
- CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"
- View your data across Google Cloud Platform services.
- DEVSTORAGE_FULL_CONTROL = "https://www.googleapis.com/auth/devstorage.full_control"
- Manage your data and permissions in Google Cloud Storage.
- DEVSTORAGE_READ_ONLY = "https://www.googleapis.com/auth/devstorage.read_only"
- View your data in Google Cloud Storage.
- DEVSTORAGE_READ_WRITE = "https://www.googleapis.com/auth/devstorage.read_write"
- Manage your data in Google Cloud Storage.
- $availableScopes : mixed
- $batchPath : mixed
- $bucketAccessControls : mixed
- $buckets : mixed
- $channels : mixed
- $defaultObjectAccessControls : mixed
- $notifications : mixed
- $objectAccessControls : mixed
- $objects : mixed
- $projects_hmacKeys : mixed
- $projects_serviceAccount : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the Storage service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
CLOUD_PLATFORM
View and manage your data across Google Cloud Platform services.
public
mixed
CLOUD_PLATFORM
= "https://www.googleapis.com/auth/cloud-platform"
CLOUD_PLATFORM_READ_ONLY
View your data across Google Cloud Platform services.
public
mixed
CLOUD_PLATFORM_READ_ONLY
= "https://www.googleapis.com/auth/cloud-platform.read-only"
DEVSTORAGE_FULL_CONTROL
Manage your data and permissions in Google Cloud Storage.
public
mixed
DEVSTORAGE_FULL_CONTROL
= "https://www.googleapis.com/auth/devstorage.full_control"
DEVSTORAGE_READ_ONLY
View your data in Google Cloud Storage.
public
mixed
DEVSTORAGE_READ_ONLY
= "https://www.googleapis.com/auth/devstorage.read_only"
DEVSTORAGE_READ_WRITE
Manage your data in Google Cloud Storage.
public
mixed
DEVSTORAGE_READ_WRITE
= "https://www.googleapis.com/auth/devstorage.read_write"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$bucketAccessControls
public
mixed
$bucketAccessControls
$buckets
public
mixed
$buckets
$channels
public
mixed
$channels
$defaultObjectAccessControls
public
mixed
$defaultObjectAccessControls
$notifications
public
mixed
$notifications
$objectAccessControls
public
mixed
$objectAccessControls
$objects
public
mixed
$objects
$projects_hmacKeys
public
mixed
$projects_hmacKeys
$projects_serviceAccount
public
mixed
$projects_serviceAccount
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the Storage service.
public
__construct(Google_Client $client[, string $rootUrl = null ]) : mixed
Parameters
- $client : Google_Client
-
The client used to deliver requests.
- $rootUrl : string = null
-
The root URL used for requests to the service.
Return values
mixed —createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Google_Http_Batch
Return values
Google_Http_Batch —getClient()
Return the associated Google_Client class.
public
getClient() : Google_Client