Interface SchemaMessageMetadata (4.4.0)

Schema metadata that might be gathered from a Pub/Sub message. This is created for you from .

Package

@google-cloud/pubsub

Properties

encoding

encoding: SchemaEncoding | undefined;

Encoding; this will be Encodings.Json or Encodings.Binary.

name

name?: string;

Schema name; may be queried using .

revision

revision?: string;

Schema revision; this goes with as needed.