Google_Service_Dataflow
extends Google_Service
in package
Service definition for Dataflow (v1b3).
Manages Google Cloud Dataflow projects on Google Cloud Platform.
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.
- COMPUTE = "https://www.googleapis.com/auth/compute"
- View and manage your Google Compute Engine resources.
- COMPUTE_READONLY = "https://www.googleapis.com/auth/compute.readonly"
- View your Google Compute Engine resources.
- USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"
- View your email address.
- $availableScopes : mixed
- $batchPath : mixed
- $projects : mixed
- $projects_catalogTemplates : mixed
- $projects_catalogTemplates_templateVersions : mixed
- $projects_jobs : mixed
- $projects_jobs_debug : mixed
- $projects_jobs_messages : mixed
- $projects_jobs_workItems : mixed
- $projects_locations : mixed
- $projects_locations_flexTemplates : mixed
- $projects_locations_jobs : mixed
- $projects_locations_jobs_debug : mixed
- $projects_locations_jobs_messages : mixed
- $projects_locations_jobs_snapshots : mixed
- $projects_locations_jobs_stages : mixed
- $projects_locations_jobs_workItems : mixed
- $projects_locations_snapshots : mixed
- $projects_locations_sql : mixed
- $projects_locations_templates : mixed
- $projects_snapshots : mixed
- $projects_templates : mixed
- $projects_templateVersions : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the Dataflow 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"
COMPUTE
View and manage your Google Compute Engine resources.
public
mixed
COMPUTE
= "https://www.googleapis.com/auth/compute"
COMPUTE_READONLY
View your Google Compute Engine resources.
public
mixed
COMPUTE_READONLY
= "https://www.googleapis.com/auth/compute.readonly"
USERINFO_EMAIL
View your email address.
public
mixed
USERINFO_EMAIL
= "https://www.googleapis.com/auth/userinfo.email"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$projects
public
mixed
$projects
$projects_catalogTemplates
public
mixed
$projects_catalogTemplates
$projects_catalogTemplates_templateVersions
public
mixed
$projects_catalogTemplates_templateVersions
$projects_jobs
public
mixed
$projects_jobs
$projects_jobs_debug
public
mixed
$projects_jobs_debug
$projects_jobs_messages
public
mixed
$projects_jobs_messages
$projects_jobs_workItems
public
mixed
$projects_jobs_workItems
$projects_locations
public
mixed
$projects_locations
$projects_locations_flexTemplates
public
mixed
$projects_locations_flexTemplates
$projects_locations_jobs
public
mixed
$projects_locations_jobs
$projects_locations_jobs_debug
public
mixed
$projects_locations_jobs_debug
$projects_locations_jobs_messages
public
mixed
$projects_locations_jobs_messages
$projects_locations_jobs_snapshots
public
mixed
$projects_locations_jobs_snapshots
$projects_locations_jobs_stages
public
mixed
$projects_locations_jobs_stages
$projects_locations_jobs_workItems
public
mixed
$projects_locations_jobs_workItems
$projects_locations_snapshots
public
mixed
$projects_locations_snapshots
$projects_locations_sql
public
mixed
$projects_locations_sql
$projects_locations_templates
public
mixed
$projects_locations_templates
$projects_snapshots
public
mixed
$projects_snapshots
$projects_templates
public
mixed
$projects_templates
$projects_templateVersions
public
mixed
$projects_templateVersions
$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 Dataflow 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