Google Cloud Dataflow V1beta3 Client - Class TemplateMetadata (0.6.0)

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
NameDescription
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
TypeDescription
string

setName

Required. The name of the template.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

Optional. A description of the template.

Returns
TypeDescription
string

setDescription

Optional. A description of the template.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getParameters

The parameters for the template.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setParameters

The parameters for the template.

Parameter
NameDescription
var array<Google\Cloud\Dataflow\V1beta3\ParameterMetadata>
Returns
TypeDescription
$this