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 BatchCreateNotesResponseGrafeasV1Beta1Client. batchCreateNotes(ProjectName parent, Map<String,Note> notes)Creates new notes in batch.BatchCreateOccurrencesResponseGrafeasV1Beta1Client. batchCreateOccurrences(ProjectName parent, List<Occurrence> occurrences)Creates new occurrences in batch.NoteGrafeasV1Beta1Client. createNote(ProjectName parent, String noteId, Note note)Creates a new note.OccurrenceGrafeasV1Beta1Client. createOccurrence(ProjectName parent, Occurrence occurrence)Creates a new occurrence.VulnerabilityOccurrencesSummaryGrafeasV1Beta1Client. getVulnerabilityOccurrencesSummary(ProjectName parent, String filter)Gets a summary of the number and severity of occurrences.GrafeasV1Beta1Client.ListNotesPagedResponseGrafeasV1Beta1Client. listNotes(ProjectName parent, String filter)Lists notes for the specified project.GrafeasV1Beta1Client.ListOccurrencesPagedResponseGrafeasV1Beta1Client. listOccurrences(ProjectName parent, String filter)Lists occurrences for the specified project.ContainerAnalysisV1Beta1Client.ListScanConfigsPagedResponseContainerAnalysisV1Beta1Client. 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 ProjectNameProjectName.Builder. build()static ProjectNameProjectName. of(String project)static ProjectNameProjectName. 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)
-