Google_Service_Mirror
extends Google_Service
in package
Service definition for Mirror (v1).
Interacts with Glass users via the timeline.
For more information about this service, see the API Documentation
Tags
Table of Contents
- GLASS_LOCATION = "https://www.googleapis.com/auth/glass.location"
- View your location.
- GLASS_TIMELINE = "https://www.googleapis.com/auth/glass.timeline"
- View and manage your Glass timeline.
- $accounts : mixed
- $availableScopes : mixed
- $batchPath : mixed
- $contacts : mixed
- $locations : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $settings : mixed
- $subscriptions : mixed
- $timeline : mixed
- $timeline_attachments : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the Mirror service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
GLASS_LOCATION
View your location.
public
mixed
GLASS_LOCATION
= "https://www.googleapis.com/auth/glass.location"
GLASS_TIMELINE
View and manage your Glass timeline.
public
mixed
GLASS_TIMELINE
= "https://www.googleapis.com/auth/glass.timeline"
Properties
$accounts
public
mixed
$accounts
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$contacts
public
mixed
$contacts
$locations
public
mixed
$locations
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$settings
public
mixed
$settings
$subscriptions
public
mixed
$subscriptions
$timeline
public
mixed
$timeline
$timeline_attachments
public
mixed
$timeline_attachments
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the Mirror 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