Interface protos.google.pubsub.v1.ISchemaSettings (2.13.0)

Properties of a SchemaSettings.

Package

@google-cloud/pubsub!

Properties

encoding

encoding?: (google.pubsub.v1.Encoding|keyof typeof google.pubsub.v1.Encoding|null);

SchemaSettings encoding

Property Value
TypeDescription
(google.pubsub.v1.Encoding|keyof typeof google.pubsub.v1.Encoding|null)

schema

schema?: (string|null);

SchemaSettings schema

Property Value
TypeDescription
(string|null)