Skip to main content
Module

x/steam_trader/types/protobuf.d.ts

https://deno.land/x/steam_trader
Latest
import * as steamTrader from "https://deno.land/x/steam_trader@v0.4.0/types/protobuf.d.ts";

Classes

Wire format reader using node buffers.

Wire format writer using node buffers.

Reflected enum.

Reflected message field.

Base class of all reflected message fields. This is not an actual class but here for the sake of having consistent type definitions.

Reflected map field.

Abstract runtime message.

Reflected service method.

Reflected namespace.

c
NamespaceBase
abstract

Base class of all reflection objects containing nested objects. This is not an actual class but here for the sake of having consistent type definitions.

Reflected oneof.

Wire format reader using Uint8Array if available, otherwise Array.

Base class of all reflection objects.

Root namespace wrapping all types, enums, services, sub-namespaces etc. that belong together.

Reflected service.

Reflected message type.

Wire format writer using Uint8Array if available, otherwise Array.

Variables

Build type, one of "full", "light" or "minimal".

Named roots. This is where pbjs stores generated structures (the option -r, --root specifies a name). Can also be used manually to make roots available accross modules.

Wrappers for common types.

Functions

Provides common type definitions. Can also be used to provide additional google types or your own custom types.

Reconfigures the library according to the environment.

Generates a decoder specific to the specified message type.

Generates an encoder specific to the specified message type.

Loads one or multiple .proto or preprocessed .json files into a common root namespace and calls the callback.

Synchronously loads one or multiple .proto or preprocessed .json files into a common root namespace (node only).

Parses the given .proto source and returns an object with the parsed contents.

Tokenizes the given .proto source and returns an object with useful utility functions.

Generates a verifier specific to the specified message type.

Interfaces

Any compatible Buffer instance. This is a minimal stand-alone definition of a Buffer instance. The actual type is that exported by node's typings.

Constructor type.

Conversion options as used by Type#toObject and Message.toObject.

Enum descriptor.

Extension field descriptor.

Extension map field descriptor.

Options as used by util.fetch.

Field descriptor.

Map field descriptor.

Method descriptor.

Namespace descriptor.

Oneof descriptor.

Options modifying the behavior of parse.

Result object returned from parse.

Service descriptor.

Options modifying the behavior of JSON serialization.

Handle object returned from tokenize.

Message type descriptor.

Common type wrapper part of wrappers.

Any compatible Long instance. This is a minimal stand-alone definition of a Long instance. The actual type is that exported by long.js.