Interface protos.grafeas.v1.IListNoteOccurrencesRequest (3.4.6)

Properties of a ListNoteOccurrencesRequest.

Package

@google-cloud/grafeas!

Properties

filter

filter?: (string|null);

ListNoteOccurrencesRequest filter

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

ListNoteOccurrencesRequest name

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListNoteOccurrencesRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListNoteOccurrencesRequest pageToken

Property Value
TypeDescription
(string|null)