Google Cloud Dataflow V1beta3 Client - Class GetTemplateResponse (0.5.1)

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
NameDescription
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 Google\Cloud\Dataflow\V1beta3\TemplateMetadata

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

↳ template_type int

Template Type.

↳ runtime_metadata Google\Cloud\Dataflow\V1beta3\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
TypeDescription
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
NameDescription
var Google\Rpc\Status
Returns
TypeDescription
$this

getMetadata

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

Returns
TypeDescription
Google\Cloud\Dataflow\V1beta3\TemplateMetadata|null

hasMetadata

clearMetadata

setMetadata

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

Parameter
NameDescription
var Google\Cloud\Dataflow\V1beta3\TemplateMetadata
Returns
TypeDescription
$this

getTemplateType

Template Type.

Returns
TypeDescription
int

setTemplateType

Template Type.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getRuntimeMetadata

Describes the runtime metadata with SDKInfo and available parameters.

Returns
TypeDescription
Google\Cloud\Dataflow\V1beta3\RuntimeMetadata|null

hasRuntimeMetadata

clearRuntimeMetadata

setRuntimeMetadata

Describes the runtime metadata with SDKInfo and available parameters.

Parameter
NameDescription
var Google\Cloud\Dataflow\V1beta3\RuntimeMetadata
Returns
TypeDescription
$this