Class protos.google.cloud.dataproc.v1beta2.WorkflowMetadata

Represents a WorkflowMetadata.

Package

@google-cloud/dataproc!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.dataproc.v1beta2.IWorkflowMetadata);

Constructs a new WorkflowMetadata.

Parameter
TypeNameDescription
IWorkflowMetadataproperties

Properties to set

Properties

clusterName

public clusterName: string;

WorkflowMetadata clusterName.

Property Value
TypeDescription
string

clusterUuid

public clusterUuid: string;

WorkflowMetadata clusterUuid.

Property Value
TypeDescription
string

createCluster

public createCluster?: (google.cloud.dataproc.v1beta2.IClusterOperation|null);

WorkflowMetadata createCluster.

Property Value
TypeDescription
(google.cloud.dataproc.v1beta2.IClusterOperation|null)

dagEndTime

public dagEndTime?: (google.protobuf.ITimestamp|null);

WorkflowMetadata dagEndTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

dagStartTime

public dagStartTime?: (google.protobuf.ITimestamp|null);

WorkflowMetadata dagStartTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

dagTimeout

public dagTimeout?: (google.protobuf.IDuration|null);

WorkflowMetadata dagTimeout.

Property Value
TypeDescription
(google.protobuf.IDuration|null)

deleteCluster

public deleteCluster?: (google.cloud.dataproc.v1beta2.IClusterOperation|null);

WorkflowMetadata deleteCluster.

Property Value
TypeDescription
(google.cloud.dataproc.v1beta2.IClusterOperation|null)

endTime

public endTime?: (google.protobuf.ITimestamp|null);

WorkflowMetadata endTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

graph

public graph?: (google.cloud.dataproc.v1beta2.IWorkflowGraph|null);

WorkflowMetadata graph.

Property Value
TypeDescription
(google.cloud.dataproc.v1beta2.IWorkflowGraph|null)

parameters

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

WorkflowMetadata parameters.

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

startTime

public startTime?: (google.protobuf.ITimestamp|null);

WorkflowMetadata startTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

state

public state: (google.cloud.dataproc.v1beta2.WorkflowMetadata.State|keyof typeof google.cloud.dataproc.v1beta2.WorkflowMetadata.State);

WorkflowMetadata state.

Property Value
TypeDescription
(google.cloud.dataproc.v1beta2.WorkflowMetadata.State|keyof typeof google.cloud.dataproc.v1beta2.WorkflowMetadata.State)

template

public template: string;

WorkflowMetadata template.

Property Value
TypeDescription
string

version

public version: number;

WorkflowMetadata version.

Property Value
TypeDescription
number

Methods

create(properties)

public static create(properties?: google.cloud.dataproc.v1beta2.IWorkflowMetadata): google.cloud.dataproc.v1beta2.WorkflowMetadata;

Creates a new WorkflowMetadata instance using the specified properties.

Parameter
TypeNameDescription
IWorkflowMetadataproperties

Properties to set

Returns
TypeDescription
google.cloud.dataproc.v1beta2.WorkflowMetadata

WorkflowMetadata instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.dataproc.v1beta2.WorkflowMetadata;

Decodes a WorkflowMetadata 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.cloud.dataproc.v1beta2.WorkflowMetadata

WorkflowMetadata

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.dataproc.v1beta2.WorkflowMetadata;

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

Parameter
TypeNameDescription
($protobuf.Reader|Uint8Array)reader

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.dataproc.v1beta2.WorkflowMetadata

WorkflowMetadata

encode(message, writer)

public static encode(message: google.cloud.dataproc.v1beta2.IWorkflowMetadata, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified WorkflowMetadata message. Does not implicitly messages.

Parameters
TypeNameDescription
IWorkflowMetadatamessage

WorkflowMetadata 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.cloud.dataproc.v1beta2.IWorkflowMetadata, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
TypeNameDescription
IWorkflowMetadatamessage

WorkflowMetadata 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.cloud.dataproc.v1beta2.WorkflowMetadata;

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

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

Plain object

Returns
TypeDescription
google.cloud.dataproc.v1beta2.WorkflowMetadata

WorkflowMetadata

toJSON()

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

Converts this WorkflowMetadata to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.dataproc.v1beta2.WorkflowMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };

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

Parameters
TypeNameDescription
google.cloud.dataproc.v1beta2.WorkflowMetadatamessage

WorkflowMetadata

$protobuf.IConversionOptionsoptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

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

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