Class protos.google.dataflow.v1beta3.StageExecutionDetails

Represents a StageExecutionDetails.

Package

@google-cloud/dataflow!

Constructors

(constructor)(properties)

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

Constructs a new StageExecutionDetails.

Parameter
TypeNameDescription
IStageExecutionDetailsproperties

Properties to set

Properties

nextPageToken

public nextPageToken: string;

StageExecutionDetails nextPageToken.

Property Value
TypeDescription
string

workers

public workers: google.dataflow.v1beta3.IWorkerDetails[];

StageExecutionDetails workers.

Property Value
TypeDescription
google.dataflow.v1beta3.IWorkerDetails[]

Methods

create(properties)

public static create(properties?: google.dataflow.v1beta3.IStageExecutionDetails): google.dataflow.v1beta3.StageExecutionDetails;

Creates a new StageExecutionDetails instance using the specified properties.

Parameter
TypeNameDescription
IStageExecutionDetailsproperties

Properties to set

Returns
TypeDescription
google.dataflow.v1beta3.StageExecutionDetails

StageExecutionDetails instance

decode(reader, length)

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

Decodes a StageExecutionDetails 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.StageExecutionDetails

StageExecutionDetails

decodeDelimited(reader)

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

Decodes a StageExecutionDetails 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.StageExecutionDetails

StageExecutionDetails

encode(message, writer)

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

Encodes the specified StageExecutionDetails message. Does not implicitly messages.

Parameters
TypeNameDescription
IStageExecutionDetailsmessage

StageExecutionDetails 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.IStageExecutionDetails, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
TypeNameDescription
IStageExecutionDetailsmessage

StageExecutionDetails 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.StageExecutionDetails;

Creates a StageExecutionDetails 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.StageExecutionDetails

StageExecutionDetails

toJSON()

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

Converts this StageExecutionDetails to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
TypeNameDescription
google.dataflow.v1beta3.StageExecutionDetailsmessage

StageExecutionDetails

$protobuf.IConversionOptionsoptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

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

Verifies a StageExecutionDetails 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