Uses of Class
com.google.containeranalysis.v1beta1.ProjectName
-
Packages that use ProjectName Package Description com.google.cloud.devtools.containeranalysis.v1beta1 A client to Container Analysis API.com.google.containeranalysis.v1beta1 -
-
Uses of ProjectName in com.google.cloud.devtools.containeranalysis.v1beta1
Methods in com.google.cloud.devtools.containeranalysis.v1beta1 with parameters of type ProjectName Modifier and Type Method Description BatchCreateNotesResponse
GrafeasV1Beta1Client. batchCreateNotes(ProjectName parent, Map<String,Note> notes)
Creates new notes in batch.BatchCreateOccurrencesResponse
GrafeasV1Beta1Client. batchCreateOccurrences(ProjectName parent, List<Occurrence> occurrences)
Creates new occurrences in batch.Note
GrafeasV1Beta1Client. createNote(ProjectName parent, String noteId, Note note)
Creates a new note.Occurrence
GrafeasV1Beta1Client. createOccurrence(ProjectName parent, Occurrence occurrence)
Creates a new occurrence.VulnerabilityOccurrencesSummary
GrafeasV1Beta1Client. getVulnerabilityOccurrencesSummary(ProjectName parent, String filter)
Gets a summary of the number and severity of occurrences.GrafeasV1Beta1Client.ListNotesPagedResponse
GrafeasV1Beta1Client. listNotes(ProjectName parent, String filter)
Lists notes for the specified project.GrafeasV1Beta1Client.ListOccurrencesPagedResponse
GrafeasV1Beta1Client. listOccurrences(ProjectName parent, String filter)
Lists occurrences for the specified project.ContainerAnalysisV1Beta1Client.ListScanConfigsPagedResponse
ContainerAnalysisV1Beta1Client. listScanConfigs(ProjectName parent, String filter)
Lists scan configurations for the specified project. -
Uses of ProjectName in com.google.containeranalysis.v1beta1
Methods in com.google.containeranalysis.v1beta1 that return ProjectName Modifier and Type Method Description ProjectName
ProjectName.Builder. build()
static ProjectName
ProjectName. of(String project)
static ProjectName
ProjectName. parse(String formattedString)
Methods in com.google.containeranalysis.v1beta1 that return types with arguments of type ProjectName Modifier and Type Method Description static List<ProjectName>
ProjectName. parseList(List<String> formattedStrings)
Method parameters in com.google.containeranalysis.v1beta1 with type arguments of type ProjectName Modifier and Type Method Description static List<String>
ProjectName. toStringList(List<ProjectName> values)
-