Represents an EdgeConfigs.

Implements

Constructors

  • Constructs a new EdgeConfigs.

    Parameters

    Returns EdgeConfigs

Methods

  • Converts this EdgeConfigs to JSON.

    Returns { [k: string]: any }

    JSON object

  • Creates a new EdgeConfigs instance using the specified properties.

    Parameters

    Returns EdgeConfigs

    EdgeConfigs instance

  • Decodes an EdgeConfigs message from the specified reader or buffer.

    Parameters

    • reader: Uint8Array<ArrayBufferLike> | Reader

      Reader or buffer to decode from

    • Optionallength: number

      Message length if known beforehand

    Returns EdgeConfigs

    EdgeConfigs

    If the payload is not a reader or valid buffer

    If required fields are missing

  • Decodes an EdgeConfigs message from the specified reader or buffer, length delimited.

    Parameters

    • reader: Uint8Array<ArrayBufferLike> | Reader

      Reader or buffer to decode from

    Returns EdgeConfigs

    EdgeConfigs

    If the payload is not a reader or valid buffer

    If required fields are missing

  • Encodes the specified EdgeConfigs message. Does not implicitly verify messages.

    Parameters

    • message: IEdgeConfigs

      EdgeConfigs message or plain object to encode

    • Optionalwriter: Writer

      Writer to encode to

    Returns Writer

    Writer

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

    Parameters

    • message: IEdgeConfigs

      EdgeConfigs message or plain object to encode

    • Optionalwriter: Writer

      Writer to encode to

    Returns Writer

    Writer

  • Creates an EdgeConfigs message from a plain object. Also converts values to their respective internal types.

    Parameters

    • object: { [k: string]: any }

      Plain object

    Returns EdgeConfigs

    EdgeConfigs

  • Gets the default type url for EdgeConfigs

    Parameters

    Returns string

    The default type url

  • Creates a plain object from an EdgeConfigs message. Also converts values to other types if specified.

    Parameters

    • message: EdgeConfigs

      EdgeConfigs

    • Optionaloptions: IConversionOptions

      Conversion options

    Returns { [k: string]: any }

    Plain object

  • Verifies an EdgeConfigs message.

    Parameters

    • message: { [k: string]: any }

      Plain object to verify

    Returns string

    null if valid, otherwise the reason why it is not