Represents a WorkflowMetadata.
Package
@google-cloud/dataproc!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.dataproc.v1.IWorkflowMetadata);
Constructs a new WorkflowMetadata.
Name | Description |
properties |
IWorkflowMetadata
Properties to set |
Properties
clusterName
public clusterName: string;
WorkflowMetadata clusterName.
Type | Description |
string |
clusterUuid
public clusterUuid: string;
WorkflowMetadata clusterUuid.
Type | Description |
string |
createCluster
public createCluster?: (google.cloud.dataproc.v1.IClusterOperation|null);
WorkflowMetadata createCluster.
Type | Description |
(google.cloud.dataproc.v1.IClusterOperation|null) |
dagEndTime
public dagEndTime?: (google.protobuf.ITimestamp|null);
WorkflowMetadata dagEndTime.
Type | Description |
(google.protobuf.ITimestamp|null) |
dagStartTime
public dagStartTime?: (google.protobuf.ITimestamp|null);
WorkflowMetadata dagStartTime.
Type | Description |
(google.protobuf.ITimestamp|null) |
dagTimeout
public dagTimeout?: (google.protobuf.IDuration|null);
WorkflowMetadata dagTimeout.
Type | Description |
(google.protobuf.IDuration|null) |
deleteCluster
public deleteCluster?: (google.cloud.dataproc.v1.IClusterOperation|null);
WorkflowMetadata deleteCluster.
Type | Description |
(google.cloud.dataproc.v1.IClusterOperation|null) |
endTime
public endTime?: (google.protobuf.ITimestamp|null);
WorkflowMetadata endTime.
Type | Description |
(google.protobuf.ITimestamp|null) |
graph
public graph?: (google.cloud.dataproc.v1.IWorkflowGraph|null);
WorkflowMetadata graph.
Type | Description |
(google.cloud.dataproc.v1.IWorkflowGraph|null) |
parameters
public parameters: { [k: string]: string };
WorkflowMetadata parameters.
Type | Description |
{ [k: string]: string } |
startTime
public startTime?: (google.protobuf.ITimestamp|null);
WorkflowMetadata startTime.
Type | Description |
(google.protobuf.ITimestamp|null) |
state
public state: (google.cloud.dataproc.v1.WorkflowMetadata.State|keyof typeof google.cloud.dataproc.v1.WorkflowMetadata.State);
WorkflowMetadata state.
Type | Description |
(google.cloud.dataproc.v1.WorkflowMetadata.State|keyof typeof google.cloud.dataproc.v1.WorkflowMetadata.State) |
template
public template: string;
WorkflowMetadata template.
Type | Description |
string |
version
public version: number;
WorkflowMetadata version.
Type | Description |
number |
Methods
create(properties)
public static create(properties?: google.cloud.dataproc.v1.IWorkflowMetadata): google.cloud.dataproc.v1.WorkflowMetadata;
Creates a new WorkflowMetadata instance using the specified properties.
Name | Description |
properties |
IWorkflowMetadata
Properties to set |
Type | Description |
google.cloud.dataproc.v1.WorkflowMetadata | WorkflowMetadata instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.dataproc.v1.WorkflowMetadata;
Decodes a WorkflowMetadata message from the specified reader or buffer.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Type | Description |
google.cloud.dataproc.v1.WorkflowMetadata | WorkflowMetadata |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.dataproc.v1.WorkflowMetadata;
Decodes a WorkflowMetadata message from the specified reader or buffer, length delimited.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.cloud.dataproc.v1.WorkflowMetadata | WorkflowMetadata |
encode(message, writer)
public static encode(message: google.cloud.dataproc.v1.IWorkflowMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified WorkflowMetadata message. Does not implicitly messages.
Name | Description |
message |
IWorkflowMetadata
WorkflowMetadata message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.dataproc.v1.IWorkflowMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified WorkflowMetadata message, length delimited. Does not implicitly messages.
Name | Description |
message |
IWorkflowMetadata
WorkflowMetadata message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.dataproc.v1.WorkflowMetadata;
Creates a WorkflowMetadata message from a plain object. Also converts values to their respective internal types.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.cloud.dataproc.v1.WorkflowMetadata | WorkflowMetadata |
toJSON()
public toJSON(): { [k: string]: any };
Converts this WorkflowMetadata to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.dataproc.v1.WorkflowMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a WorkflowMetadata message. Also converts values to other types if specified.
Name | Description |
message |
google.cloud.dataproc.v1.WorkflowMetadata
WorkflowMetadata |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies a WorkflowMetadata message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|