Class protos.google.cloud.recaptchaenterprise.v1.ChallengeMetrics (2.3.0)

Represents a ChallengeMetrics.

Package

@google-cloud/recaptcha-enterprise

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.recaptchaenterprise.v1.IChallengeMetrics);

Constructs a new ChallengeMetrics.

Parameter
NameDescription
properties IChallengeMetrics

Properties to set

Properties

failedCount

public failedCount: (number|Long|string);

ChallengeMetrics failedCount.

Property Value
TypeDescription
(number|Long|string)

nocaptchaCount

public nocaptchaCount: (number|Long|string);

ChallengeMetrics nocaptchaCount.

Property Value
TypeDescription
(number|Long|string)

pageloadCount

public pageloadCount: (number|Long|string);

ChallengeMetrics pageloadCount.

Property Value
TypeDescription
(number|Long|string)

passedCount

public passedCount: (number|Long|string);

ChallengeMetrics passedCount.

Property Value
TypeDescription
(number|Long|string)

Methods

create(properties)

public static create(properties?: google.cloud.recaptchaenterprise.v1.IChallengeMetrics): google.cloud.recaptchaenterprise.v1.ChallengeMetrics;

Creates a new ChallengeMetrics instance using the specified properties.

Parameter
NameDescription
properties IChallengeMetrics

Properties to set

Returns
TypeDescription
google.cloud.recaptchaenterprise.v1.ChallengeMetrics

ChallengeMetrics instance

decode(reader, length)

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

Decodes a ChallengeMetrics 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.cloud.recaptchaenterprise.v1.ChallengeMetrics

ChallengeMetrics

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.recaptchaenterprise.v1.ChallengeMetrics;

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

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.recaptchaenterprise.v1.ChallengeMetrics

ChallengeMetrics

encode(message, writer)

public static encode(message: google.cloud.recaptchaenterprise.v1.IChallengeMetrics, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ChallengeMetrics message. Does not implicitly messages.

Parameters
NameDescription
message IChallengeMetrics

ChallengeMetrics 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.cloud.recaptchaenterprise.v1.IChallengeMetrics, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IChallengeMetrics

ChallengeMetrics 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.cloud.recaptchaenterprise.v1.ChallengeMetrics;

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

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

Plain object

Returns
TypeDescription
google.cloud.recaptchaenterprise.v1.ChallengeMetrics

ChallengeMetrics

toJSON()

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

Converts this ChallengeMetrics to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message google.cloud.recaptchaenterprise.v1.ChallengeMetrics

ChallengeMetrics

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 ChallengeMetrics 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