Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
Modifier and Type | Method and Description |
---|---|
OccurrenceName |
OccurrenceName.Builder.build() |
static OccurrenceName |
OccurrenceName.of(String project,
String occurrence) |
static OccurrenceName |
OccurrenceName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<OccurrenceName> |
OccurrenceName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
void |
GrafeasClient.deleteOccurrence(OccurrenceName name)
Deletes the specified occurrence.
|
Occurrence |
GrafeasClient.getOccurrence(OccurrenceName name)
Gets the specified occurrence.
|
Note |
GrafeasClient.getOccurrenceNote(OccurrenceName name)
Gets the note attached to the specified occurrence.
|
Occurrence |
GrafeasClient.updateOccurrence(OccurrenceName name,
Occurrence occurrence,
FieldMask updateMask)
Updates the specified occurrence.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
OccurrenceName.toStringList(List<OccurrenceName> values) |
Copyright © 2019 Google LLC. All rights reserved.