Google Cloud Dataflow V1beta3 Client - Class GetTemplateResponse (0.6.5)

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

The response to a GetTemplate request.

Generated from protobuf message google.dataflow.v1beta3.GetTemplateResponse

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ status Google\Rpc\Status

The status of the get template request. Any problems with the request will be indicated in the error_details.

↳ metadata TemplateMetadata

The template metadata describing the template name, available parameters, etc.

↳ template_type int

Template Type.

↳ runtime_metadata RuntimeMetadata

Describes the runtime metadata with SDKInfo and available parameters.

getStatus

The status of the get template request. Any problems with the request will be indicated in the error_details.

Returns
Type Description
Google\Rpc\Status|null

hasStatus

clearStatus

setStatus

The status of the get template request. Any problems with the request will be indicated in the error_details.

Parameter
Name Description
var Google\Rpc\Status
Returns
Type Description
$this

getMetadata

The template metadata describing the template name, available parameters, etc.

Returns
Type Description
TemplateMetadata|null

hasMetadata

clearMetadata

setMetadata

The template metadata describing the template name, available parameters, etc.

Parameter
Name Description
var TemplateMetadata
Returns
Type Description
$this

getTemplateType

Template Type.

Returns
Type Description
int

setTemplateType

Template Type.

Parameter
Name Description
var int
Returns
Type Description
$this

getRuntimeMetadata

Describes the runtime metadata with SDKInfo and available parameters.

Returns
Type Description
RuntimeMetadata|null

hasRuntimeMetadata

clearRuntimeMetadata

setRuntimeMetadata

Describes the runtime metadata with SDKInfo and available parameters.

Parameter
Name Description
var RuntimeMetadata
Returns
Type Description
$this