Documentation

Google_Service_Pubsub extends Google_Service
in package

Service definition for Pubsub (v1).

Provides reliable, many-to-many, asynchronous messaging between applications.

For more information about this service, see the API Documentation

Tags
author

Google, Inc.

Table of Contents

CLOUD_PLATFORM  = "https://www.googleapis.com/auth/cloud-platform"
View and manage your data across Google Cloud Platform services.
PUBSUB  = "https://www.googleapis.com/auth/pubsub"
View and manage Pub/Sub topics and subscriptions.
$availableScopes  : mixed
$batchPath  : mixed
$projects_snapshots  : mixed
$projects_subscriptions  : mixed
$projects_topics  : mixed
$projects_topics_snapshots  : mixed
$projects_topics_subscriptions  : mixed
$resource  : mixed
$rootUrl  : mixed
$servicePath  : mixed
$version  : mixed
$client  : mixed
__construct()  : mixed
Constructs the internal representation of the Pubsub 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"

PUBSUB

View and manage Pub/Sub topics and subscriptions.

public mixed PUBSUB = "https://www.googleapis.com/auth/pubsub"

Properties

$availableScopes

public mixed $availableScopes

$projects_snapshots

public mixed $projects_snapshots

$projects_subscriptions

public mixed $projects_subscriptions

$projects_topics

public mixed $projects_topics

$projects_topics_snapshots

public mixed $projects_topics_snapshots

$projects_topics_subscriptions

public mixed $projects_topics_subscriptions

$servicePath

public mixed $servicePath

Methods

__construct()

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

Search results