Class protos.google.dataflow.v1beta3.GetJobExecutionDetailsRequest

Represents a GetJobExecutionDetailsRequest.

Package

@google-cloud/dataflow!

Constructors

(constructor)(properties)

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

Constructs a new GetJobExecutionDetailsRequest.

Parameter
TypeNameDescription
IGetJobExecutionDetailsRequestproperties

Properties to set

Properties

jobId

public jobId: string;

GetJobExecutionDetailsRequest jobId.

Property Value
TypeDescription
string

location

public location: string;

GetJobExecutionDetailsRequest location.

Property Value
TypeDescription
string

pageSize

public pageSize: number;

GetJobExecutionDetailsRequest pageSize.

Property Value
TypeDescription
number

pageToken

public pageToken: string;

GetJobExecutionDetailsRequest pageToken.

Property Value
TypeDescription
string

projectId

public projectId: string;

GetJobExecutionDetailsRequest projectId.

Property Value
TypeDescription
string

Methods

create(properties)

public static create(properties?: google.dataflow.v1beta3.IGetJobExecutionDetailsRequest): google.dataflow.v1beta3.GetJobExecutionDetailsRequest;

Creates a new GetJobExecutionDetailsRequest instance using the specified properties.

Parameter
TypeNameDescription
IGetJobExecutionDetailsRequestproperties

Properties to set

Returns
TypeDescription
google.dataflow.v1beta3.GetJobExecutionDetailsRequest

GetJobExecutionDetailsRequest instance

decode(reader, length)

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

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

GetJobExecutionDetailsRequest

decodeDelimited(reader)

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

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

GetJobExecutionDetailsRequest

encode(message, writer)

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

Encodes the specified GetJobExecutionDetailsRequest message. Does not implicitly messages.

Parameters
TypeNameDescription
IGetJobExecutionDetailsRequestmessage

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

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

Parameters
TypeNameDescription
IGetJobExecutionDetailsRequestmessage

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

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

GetJobExecutionDetailsRequest

toJSON()

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

Converts this GetJobExecutionDetailsRequest to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
TypeNameDescription
google.dataflow.v1beta3.GetJobExecutionDetailsRequestmessage

GetJobExecutionDetailsRequest

$protobuf.IConversionOptionsoptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

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

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