Class protos.google.appengine.v1.ReadinessCheck (1.0.6)

Represents a ReadinessCheck.

Package

@google-cloud/appengine-admin!

Constructors

(constructor)(properties)

constructor(properties?: google.appengine.v1.IReadinessCheck);

Constructs a new ReadinessCheck.

Parameter
NameDescription
properties IReadinessCheck

Properties to set

Properties

appStartTimeout

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

ReadinessCheck appStartTimeout.

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

checkInterval

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

ReadinessCheck checkInterval.

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

failureThreshold

public failureThreshold: number;

ReadinessCheck failureThreshold.

Property Value
TypeDescription
number

host

public host: string;

ReadinessCheck host.

Property Value
TypeDescription
string

path

public path: string;

ReadinessCheck path.

Property Value
TypeDescription
string

successThreshold

public successThreshold: number;

ReadinessCheck successThreshold.

Property Value
TypeDescription
number

timeout

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

ReadinessCheck timeout.

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

Methods

create(properties)

public static create(properties?: google.appengine.v1.IReadinessCheck): google.appengine.v1.ReadinessCheck;

Creates a new ReadinessCheck instance using the specified properties.

Parameter
NameDescription
properties IReadinessCheck

Properties to set

Returns
TypeDescription
google.appengine.v1.ReadinessCheck

ReadinessCheck instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.appengine.v1.ReadinessCheck;

Decodes a ReadinessCheck message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.appengine.v1.ReadinessCheck

ReadinessCheck

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.appengine.v1.ReadinessCheck;

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

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.appengine.v1.ReadinessCheck

ReadinessCheck

encode(message, writer)

public static encode(message: google.appengine.v1.IReadinessCheck, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ReadinessCheck message. Does not implicitly messages.

Parameters
NameDescription
message IReadinessCheck

ReadinessCheck message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.appengine.v1.IReadinessCheck, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IReadinessCheck

ReadinessCheck message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.appengine.v1.ReadinessCheck;

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

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

Plain object

Returns
TypeDescription
google.appengine.v1.ReadinessCheck

ReadinessCheck

toJSON()

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

Converts this ReadinessCheck to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.appengine.v1.ReadinessCheck, options?: $protobuf.IConversionOptions): { [k: string]: any };

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

Parameters
NameDescription
message google.appengine.v1.ReadinessCheck

ReadinessCheck

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

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

Verifies a ReadinessCheck message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not