Google Cloud Dataflow V1beta3 Client - Class TemplateMetadata (0.6.2)

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

Metadata describing a template.

Generated from protobuf message google.dataflow.v1beta3.TemplateMetadata

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the template.

↳ description string

Optional. A description of the template.

↳ parameters array<Google\Cloud\Dataflow\V1beta3\ParameterMetadata>

The parameters for the template.

getName

Required. The name of the template.

Returns
Type Description
string

setName

Required. The name of the template.

Parameter
Name Description
var string
Returns
Type Description
$this

getDescription

Optional. A description of the template.

Returns
Type Description
string

setDescription

Optional. A description of the template.

Parameter
Name Description
var string
Returns
Type Description
$this

getParameters

The parameters for the template.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setParameters

The parameters for the template.

Parameter
Name Description
var array<Google\Cloud\Dataflow\V1beta3\ParameterMetadata>
Returns
Type Description
$this