Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
Modifier and Type | Method and Description |
---|---|
NoteName |
NoteName.Builder.build() |
static NoteName |
NoteName.of(String project,
String note) |
static NoteName |
NoteName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<NoteName> |
NoteName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
void |
GrafeasClient.deleteNote(NoteName name)
Deletes the specified note.
|
Note |
GrafeasClient.getNote(NoteName name)
Gets the specified note.
|
GrafeasClient.ListNoteOccurrencesPagedResponse |
GrafeasClient.listNoteOccurrences(NoteName name,
String filter)
Lists occurrences referencing the specified note.
|
Note |
GrafeasClient.updateNote(NoteName name,
Note note,
FieldMask updateMask)
Updates the specified note.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
NoteName.toStringList(List<NoteName> values) |
Copyright © 2019 Google LLC. All rights reserved.