Interface protos.google.pubsub.v1.IListSchemasRequest (2.18.3)

Properties of a ListSchemasRequest.

Package

@google-cloud/pubsub

Properties

pageSize

pageSize?: (number|null);

ListSchemasRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListSchemasRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListSchemasRequest parent

Property Value
TypeDescription
(string|null)

view

view?: (google.pubsub.v1.SchemaView|keyof typeof google.pubsub.v1.SchemaView|null);

ListSchemasRequest view

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