Class protos.google.dataflow.v1beta3.LaunchTemplateParameters

Represents a LaunchTemplateParameters.

Package

@google-cloud/dataflow!

Constructors

(constructor)(properties)

constructor(properties?: google.dataflow.v1beta3.ILaunchTemplateParameters);

Constructs a new LaunchTemplateParameters.

Parameter
TypeNameDescription
ILaunchTemplateParametersproperties

Properties to set

Properties

environment

public environment?: (google.dataflow.v1beta3.IRuntimeEnvironment|null);

LaunchTemplateParameters environment.

Property Value
TypeDescription
(google.dataflow.v1beta3.IRuntimeEnvironment|null)

jobName

public jobName: string;

LaunchTemplateParameters jobName.

Property Value
TypeDescription
string

parameters

public parameters: { [k: string]: string };

LaunchTemplateParameters parameters.

Property Value
TypeDescription
{ [k: string]: string }

transformNameMapping

public transformNameMapping: { [k: string]: string };

LaunchTemplateParameters transformNameMapping.

Property Value
TypeDescription
{ [k: string]: string }

update

public update: boolean;

LaunchTemplateParameters update.

Property Value
TypeDescription
boolean

Methods

create(properties)

public static create(properties?: google.dataflow.v1beta3.ILaunchTemplateParameters): google.dataflow.v1beta3.LaunchTemplateParameters;

Creates a new LaunchTemplateParameters instance using the specified properties.

Parameter
TypeNameDescription
ILaunchTemplateParametersproperties

Properties to set

Returns
TypeDescription
google.dataflow.v1beta3.LaunchTemplateParameters

LaunchTemplateParameters instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.dataflow.v1beta3.LaunchTemplateParameters;

Decodes a LaunchTemplateParameters message from the specified reader or buffer.

Parameters
TypeNameDescription
($protobuf.Reader|Uint8Array)reader

Reader or buffer to decode from

numberlength

Message length if known beforehand

Returns
TypeDescription
google.dataflow.v1beta3.LaunchTemplateParameters

LaunchTemplateParameters

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.dataflow.v1beta3.LaunchTemplateParameters;

Decodes a LaunchTemplateParameters message from the specified reader or buffer, length delimited.

Parameter
TypeNameDescription
($protobuf.Reader|Uint8Array)reader

Reader or buffer to decode from

Returns
TypeDescription
google.dataflow.v1beta3.LaunchTemplateParameters

LaunchTemplateParameters

encode(message, writer)

public static encode(message: google.dataflow.v1beta3.ILaunchTemplateParameters, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified LaunchTemplateParameters message. Does not implicitly messages.

Parameters
TypeNameDescription
ILaunchTemplateParametersmessage

LaunchTemplateParameters message or plain object to encode

$protobuf.Writerwriter

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.dataflow.v1beta3.ILaunchTemplateParameters, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified LaunchTemplateParameters message, length delimited. Does not implicitly messages.

Parameters
TypeNameDescription
ILaunchTemplateParametersmessage

LaunchTemplateParameters message or plain object to encode

$protobuf.Writerwriter

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.dataflow.v1beta3.LaunchTemplateParameters;

Creates a LaunchTemplateParameters message from a plain object. Also converts values to their respective internal types.

Parameter
TypeNameDescription
{ [k: string]: any }object

Plain object

Returns
TypeDescription
google.dataflow.v1beta3.LaunchTemplateParameters

LaunchTemplateParameters

toJSON()

public toJSON(): { [k: string]: any };

Converts this LaunchTemplateParameters to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.dataflow.v1beta3.LaunchTemplateParameters, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a LaunchTemplateParameters message. Also converts values to other types if specified.

Parameters
TypeNameDescription
google.dataflow.v1beta3.LaunchTemplateParametersmessage

LaunchTemplateParameters

$protobuf.IConversionOptionsoptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a LaunchTemplateParameters message.

Parameter
TypeNameDescription
{ [k: string]: any }message

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not