Interface protos.google.pubsub.v1.ICreateSchemaRequest (2.17.0)

Properties of a CreateSchemaRequest.

Package

@google-cloud/pubsub!

Properties

parent

parent?: (string|null);

CreateSchemaRequest parent

Property Value
TypeDescription
(string|null)

schema

schema?: (google.pubsub.v1.ISchema|null);

CreateSchemaRequest schema

Property Value
TypeDescription
(google.pubsub.v1.ISchema|null)

schemaId

schemaId?: (string|null);

CreateSchemaRequest schemaId

Property Value
TypeDescription
(string|null)