Class protos.google.cloud.dataproc.v1beta2.LifecycleConfig

Represents a LifecycleConfig.

Package

@google-cloud/dataproc!

Constructors

(constructor)(properties)

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

Constructs a new LifecycleConfig.

Parameter
TypeNameDescription
ILifecycleConfigproperties

Properties to set

Properties

autoDeleteTime

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

LifecycleConfig autoDeleteTime.

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

autoDeleteTtl

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

LifecycleConfig autoDeleteTtl.

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

idleDeleteTtl

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

LifecycleConfig idleDeleteTtl.

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

idleStartTime

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

LifecycleConfig idleStartTime.

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

ttl

public ttl?: ("autoDeleteTime"|"autoDeleteTtl");

LifecycleConfig ttl.

Property Value
TypeDescription
("autoDeleteTime"|"autoDeleteTtl")

Methods

create(properties)

public static create(properties?: google.cloud.dataproc.v1beta2.ILifecycleConfig): google.cloud.dataproc.v1beta2.LifecycleConfig;

Creates a new LifecycleConfig instance using the specified properties.

Parameter
TypeNameDescription
ILifecycleConfigproperties

Properties to set

Returns
TypeDescription
google.cloud.dataproc.v1beta2.LifecycleConfig

LifecycleConfig instance

decode(reader, length)

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

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

LifecycleConfig

decodeDelimited(reader)

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

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

LifecycleConfig

encode(message, writer)

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

Encodes the specified LifecycleConfig message. Does not implicitly messages.

Parameters
TypeNameDescription
ILifecycleConfigmessage

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

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

Parameters
TypeNameDescription
ILifecycleConfigmessage

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

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

LifecycleConfig

toJSON()

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

Converts this LifecycleConfig to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
TypeNameDescription
google.cloud.dataproc.v1beta2.LifecycleConfigmessage

LifecycleConfig

$protobuf.IConversionOptionsoptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

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

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