ScanRunWarningTrace

google.cloud.websecurityscanner.v1beta. ScanRunWarningTrace

Represents a ScanRunWarningTrace.

Constructor

new ScanRunWarningTrace(propertiesopt)

Constructs a new ScanRunWarningTrace.

Parameters:
Name Type Attributes Description
properties google.cloud.websecurityscanner.v1beta.IScanRunWarningTrace <optional>

Properties to set

Implements:
  • IScanRunWarningTrace

Members

code

ScanRunWarningTrace code.

Code

Code enum.

Properties:
Name Type Description
CODE_UNSPECIFIED number

CODE_UNSPECIFIED value

INSUFFICIENT_CRAWL_RESULTS number

INSUFFICIENT_CRAWL_RESULTS value

TOO_MANY_CRAWL_RESULTS number

TOO_MANY_CRAWL_RESULTS value

TOO_MANY_FUZZ_TASKS number

TOO_MANY_FUZZ_TASKS value

BLOCKED_BY_IAP number

BLOCKED_BY_IAP value

Methods

toJSON() → {Object.<string, *>}

Converts this ScanRunWarningTrace to JSON.

Returns:
Type Description
Object.<string, *>

JSON object

(static) create(propertiesopt) → {google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace}

Creates a new ScanRunWarningTrace instance using the specified properties.

Parameters:
Name Type Attributes Description
properties google.cloud.websecurityscanner.v1beta.IScanRunWarningTrace <optional>

Properties to set

Returns:
Type Description
google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace

ScanRunWarningTrace instance

(static) decode(reader, lengthopt) → {google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace}

Decodes a ScanRunWarningTrace message from the specified reader or buffer.

Parameters:
Name Type Attributes Description
reader $protobuf.Reader | Uint8Array

Reader or buffer to decode from

length number <optional>

Message length if known beforehand

Returns:
Type Description
google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace

ScanRunWarningTrace

Throws:
  • If the payload is not a reader or valid buffer

    Type
    Error
  • If required fields are missing

    Type
    $protobuf.util.ProtocolError

(static) decodeDelimited(reader) → {google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace}

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

Parameters:
Name Type Description
reader $protobuf.Reader | Uint8Array

Reader or buffer to decode from

Returns:
Type Description
google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace

ScanRunWarningTrace

Throws:
  • If the payload is not a reader or valid buffer

    Type
    Error
  • If required fields are missing

    Type
    $protobuf.util.ProtocolError

(static) encode(message, writeropt) → {$protobuf.Writer}

Encodes the specified ScanRunWarningTrace message. Does not implicitly verify messages.

Parameters:
Name Type Attributes Description
message google.cloud.websecurityscanner.v1beta.IScanRunWarningTrace

ScanRunWarningTrace message or plain object to encode

writer $protobuf.Writer <optional>

Writer to encode to

Returns:
Type Description
$protobuf.Writer

Writer

(static) encodeDelimited(message, writeropt) → {$protobuf.Writer}

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

Parameters:
Name Type Attributes Description
message google.cloud.websecurityscanner.v1beta.IScanRunWarningTrace

ScanRunWarningTrace message or plain object to encode

writer $protobuf.Writer <optional>

Writer to encode to

Returns:
Type Description
$protobuf.Writer

Writer

(static) fromObject(object) → {google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace}

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

Parameters:
Name Type Description
object Object.<string, *>

Plain object

Returns:
Type Description
google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace

ScanRunWarningTrace

(static) getTypeUrl(typeUrlPrefixopt) → {string}

Gets the default type url for ScanRunWarningTrace

Parameters:
Name Type Attributes Description
typeUrlPrefix string <optional>

your custom typeUrlPrefix(default "type.googleapis.com")

Returns:
Type Description
string

The default type url

(static) toObject(message, optionsopt) → {Object.<string, *>}

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

Parameters:
Name Type Attributes Description
message google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace

ScanRunWarningTrace

options $protobuf.IConversionOptions <optional>

Conversion options

Returns:
Type Description
Object.<string, *>

Plain object

(static) verify(message) → {string|null}

Verifies a ScanRunWarningTrace message.

Parameters:
Name Type Description
message Object.<string, *>

Plain object to verify

Returns:
Type Description
string | null

null if valid, otherwise the reason why it is not