Interface protos.grafeas.v1.IListNotesRequest (3.1.8)

Properties of a ListNotesRequest.

Package

@google-cloud/containeranalysis!

Properties

filter

filter?: (string|null);

ListNotesRequest filter

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListNotesRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListNotesRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListNotesRequest parent

Property Value
TypeDescription
(string|null)