Uses of Class
com.google.containeranalysis.v1beta1.NoteName
-
Packages that use NoteName Package Description com.google.cloud.devtools.containeranalysis.v1beta1 A client to Container Analysis API.com.google.containeranalysis.v1beta1 -
-
Uses of NoteName in com.google.cloud.devtools.containeranalysis.v1beta1
Methods in com.google.cloud.devtools.containeranalysis.v1beta1 with parameters of type NoteName Modifier and Type Method Description void
GrafeasV1Beta1Client. deleteNote(NoteName name)
Deletes the specified note.Note
GrafeasV1Beta1Client. getNote(NoteName name)
Gets the specified note.GrafeasV1Beta1Client.ListNoteOccurrencesPagedResponse
GrafeasV1Beta1Client. listNoteOccurrences(NoteName name, String filter)
Lists occurrences referencing the specified note.Note
GrafeasV1Beta1Client. updateNote(NoteName name, Note note, com.google.protobuf.FieldMask updateMask)
Updates the specified note. -
Uses of NoteName in com.google.containeranalysis.v1beta1
Methods in com.google.containeranalysis.v1beta1 that return NoteName Modifier and Type Method Description NoteName
NoteName.Builder. build()
static NoteName
NoteName. of(String project, String note)
static NoteName
NoteName. parse(String formattedString)
Methods in com.google.containeranalysis.v1beta1 that return types with arguments of type NoteName Modifier and Type Method Description static List<NoteName>
NoteName. parseList(List<String> formattedStrings)
Method parameters in com.google.containeranalysis.v1beta1 with type arguments of type NoteName Modifier and Type Method Description static List<String>
NoteName. toStringList(List<NoteName> values)
-