Status

google.rpc. Status

Represents a Status.

Constructor

new Status(propertiesopt)

Constructs a new Status.

Parameters:
Name Type Attributes Description
properties google.rpc.IStatus <optional>

Properties to set

Implements:
  • IStatus

Members

code

Status code.

details

Status details.

message

Status message.

Methods

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

Converts this Status to JSON.

Returns:
Type Description
Object.<string, *>

JSON object

(static) create(propertiesopt) → {google.rpc.Status}

Creates a new Status instance using the specified properties.

Parameters:
Name Type Attributes Description
properties google.rpc.IStatus <optional>

Properties to set

Returns:
Type Description
google.rpc.Status

Status instance

(static) decode(reader, lengthopt) → {google.rpc.Status}

Decodes a Status 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.rpc.Status

Status

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.rpc.Status}

Decodes a Status 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.rpc.Status

Status

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 Status message. Does not implicitly verify messages.

Parameters:
Name Type Attributes Description
message google.rpc.IStatus

Status 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 Status message, length delimited. Does not implicitly verify messages.

Parameters:
Name Type Attributes Description
message google.rpc.IStatus

Status message or plain object to encode

writer $protobuf.Writer <optional>

Writer to encode to

Returns:
Type Description
$protobuf.Writer

Writer

(static) fromObject(object) → {google.rpc.Status}

Creates a Status 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.rpc.Status

Status

(static) getTypeUrl(typeUrlPrefixopt) → {string}

Gets the default type url for Status

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 Status message. Also converts values to other types if specified.

Parameters:
Name Type Attributes Description
message google.rpc.Status

Status

options $protobuf.IConversionOptions <optional>

Conversion options

Returns:
Type Description
Object.<string, *>

Plain object

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

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