Interface protos.grafeas.v1.IUpdateNoteRequest (3.2.0)

Properties of an UpdateNoteRequest.

Package

@google-cloud/containeranalysis

Properties

name

name?: (string|null);

UpdateNoteRequest name

Property Value
TypeDescription
(string|null)

note

note?: (grafeas.v1.INote|null);

UpdateNoteRequest note

Property Value
TypeDescription
(grafeas.v1.INote|null)

updateMask

updateMask?: (google.protobuf.IFieldMask|null);

UpdateNoteRequest updateMask

Property Value
TypeDescription
(google.protobuf.IFieldMask|null)