Google Cloud Dataflow V1beta3 Client - Class GetJobExecutionDetailsRequest (0.6.0)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class GetJobExecutionDetailsRequest.

Request to get job execution details.

Generated from protobuf message google.dataflow.v1beta3.GetJobExecutionDetailsRequest

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ project_id string

A project id.

↳ job_id string

The job to get execution details for.

↳ location string

The regional endpoint that contains the job specified by job_id.

↳ page_size int

If specified, determines the maximum number of stages to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.

↳ page_token string

If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned.

getProjectId

A project id.

Returns
TypeDescription
string

setProjectId

A project id.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getJobId

The job to get execution details for.

Returns
TypeDescription
string

setJobId

The job to get execution details for.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLocation

The regional endpoint that contains the job specified by job_id.

Returns
TypeDescription
string

setLocation

The regional endpoint that contains the job specified by job_id.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

If specified, determines the maximum number of stages to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.

Returns
TypeDescription
int

setPageSize

If specified, determines the maximum number of stages to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned.

Returns
TypeDescription
string

setPageToken

If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned.

Parameter
NameDescription
var string
Returns
TypeDescription
$this