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

Properties of a Schema.

Package

@google-cloud/pubsub!

Properties

definition

definition?: (string|null);

Schema definition

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Schema name

Property Value
TypeDescription
(string|null)

type

type?: (google.pubsub.v1.Schema.Type|keyof typeof google.pubsub.v1.Schema.Type|null);

Schema type

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