Package io.grafeas.v1beta1
Class GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub>
-
- io.grafeas.v1beta1.GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub
-
- Enclosing class:
- GrafeasV1Beta1Grpc
public static final class GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub extends io.grpc.stub.AbstractAsyncStub<GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub>
[Grafeas](grafeas.io) API. Retrieves analysis results of Cloud components such as Docker container images. Analysis results are stored as a series of occurrences. An `Occurrence` contains information about a specific analysis instance on a resource. An occurrence refers to a `Note`. A note contains details describing the analysis and is generally stored in a separate project, called a `Provider`. Multiple occurrences can refer to the same note. For example, an SSL vulnerability could affect multiple images. In this case, there would be one note for the vulnerability and an occurrence for each image with the vulnerability referring to that note.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
batchCreateNotes(BatchCreateNotesRequest request, io.grpc.stub.StreamObserver<BatchCreateNotesResponse> responseObserver)
Creates new notes in batch.void
batchCreateOccurrences(BatchCreateOccurrencesRequest request, io.grpc.stub.StreamObserver<BatchCreateOccurrencesResponse> responseObserver)
Creates new occurrences in batch.protected GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
createNote(CreateNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)
Creates a new note.void
createOccurrence(CreateOccurrenceRequest request, io.grpc.stub.StreamObserver<Occurrence> responseObserver)
Creates a new occurrence.void
deleteNote(DeleteNoteRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified note.void
deleteOccurrence(DeleteOccurrenceRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified occurrence.void
getNote(GetNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)
Gets the specified note.void
getOccurrence(GetOccurrenceRequest request, io.grpc.stub.StreamObserver<Occurrence> responseObserver)
Gets the specified occurrence.void
getOccurrenceNote(GetOccurrenceNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)
Gets the note attached to the specified occurrence.void
getVulnerabilityOccurrencesSummary(GetVulnerabilityOccurrencesSummaryRequest request, io.grpc.stub.StreamObserver<VulnerabilityOccurrencesSummary> responseObserver)
Gets a summary of the number and severity of occurrences.void
listNoteOccurrences(ListNoteOccurrencesRequest request, io.grpc.stub.StreamObserver<ListNoteOccurrencesResponse> responseObserver)
Lists occurrences referencing the specified note.void
listNotes(ListNotesRequest request, io.grpc.stub.StreamObserver<ListNotesResponse> responseObserver)
Lists notes for the specified project.void
listOccurrences(ListOccurrencesRequest request, io.grpc.stub.StreamObserver<ListOccurrencesResponse> responseObserver)
Lists occurrences for the specified project.void
updateNote(UpdateNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)
Updates the specified note.void
updateOccurrence(UpdateOccurrenceRequest request, io.grpc.stub.StreamObserver<Occurrence> responseObserver)
Updates the specified occurrence.
-
-
-
Method Detail
-
build
protected GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub>
-
getOccurrence
public void getOccurrence(GetOccurrenceRequest request, io.grpc.stub.StreamObserver<Occurrence> responseObserver)
Gets the specified occurrence.
-
listOccurrences
public void listOccurrences(ListOccurrencesRequest request, io.grpc.stub.StreamObserver<ListOccurrencesResponse> responseObserver)
Lists occurrences for the specified project.
-
deleteOccurrence
public void deleteOccurrence(DeleteOccurrenceRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified occurrence. For example, use this method to delete an occurrence when the occurrence is no longer applicable for the given resource.
-
createOccurrence
public void createOccurrence(CreateOccurrenceRequest request, io.grpc.stub.StreamObserver<Occurrence> responseObserver)
Creates a new occurrence.
-
batchCreateOccurrences
public void batchCreateOccurrences(BatchCreateOccurrencesRequest request, io.grpc.stub.StreamObserver<BatchCreateOccurrencesResponse> responseObserver)
Creates new occurrences in batch.
-
updateOccurrence
public void updateOccurrence(UpdateOccurrenceRequest request, io.grpc.stub.StreamObserver<Occurrence> responseObserver)
Updates the specified occurrence.
-
getOccurrenceNote
public void getOccurrenceNote(GetOccurrenceNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)
Gets the note attached to the specified occurrence. Consumer projects can use this method to get a note that belongs to a provider project.
-
getNote
public void getNote(GetNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)
Gets the specified note.
-
listNotes
public void listNotes(ListNotesRequest request, io.grpc.stub.StreamObserver<ListNotesResponse> responseObserver)
Lists notes for the specified project.
-
deleteNote
public void deleteNote(DeleteNoteRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified note.
-
createNote
public void createNote(CreateNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)
Creates a new note.
-
batchCreateNotes
public void batchCreateNotes(BatchCreateNotesRequest request, io.grpc.stub.StreamObserver<BatchCreateNotesResponse> responseObserver)
Creates new notes in batch.
-
updateNote
public void updateNote(UpdateNoteRequest request, io.grpc.stub.StreamObserver<Note> responseObserver)
Updates the specified note.
-
listNoteOccurrences
public void listNoteOccurrences(ListNoteOccurrencesRequest request, io.grpc.stub.StreamObserver<ListNoteOccurrencesResponse> responseObserver)
Lists occurrences referencing the specified note. Provider projects can use this method to get all occurrences across consumer projects referencing the specified note.
-
getVulnerabilityOccurrencesSummary
public void getVulnerabilityOccurrencesSummary(GetVulnerabilityOccurrencesSummaryRequest request, io.grpc.stub.StreamObserver<VulnerabilityOccurrencesSummary> responseObserver)
Gets a summary of the number and severity of occurrences.
-
-