Package io.grafeas.v1beta1
Class GrafeasV1Beta1Grpc
- java.lang.Object
-
- io.grafeas.v1beta1.GrafeasV1Beta1Grpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/devtools/containeranalysis/v1beta1/grafeas/grafeas.proto") public final class GrafeasV1Beta1Grpc extends Object
[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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub
[Grafeas](grafeas.io) API.static class
GrafeasV1Beta1Grpc.GrafeasV1Beta1FutureStub
[Grafeas](grafeas.io) API.static class
GrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase
[Grafeas](grafeas.io) API.static class
GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub
[Grafeas](grafeas.io) API.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetOccurrenceMethod
public static io.grpc.MethodDescriptor<GetOccurrenceRequest,Occurrence> getGetOccurrenceMethod()
-
getListOccurrencesMethod
public static io.grpc.MethodDescriptor<ListOccurrencesRequest,ListOccurrencesResponse> getListOccurrencesMethod()
-
getDeleteOccurrenceMethod
public static io.grpc.MethodDescriptor<DeleteOccurrenceRequest,com.google.protobuf.Empty> getDeleteOccurrenceMethod()
-
getCreateOccurrenceMethod
public static io.grpc.MethodDescriptor<CreateOccurrenceRequest,Occurrence> getCreateOccurrenceMethod()
-
getBatchCreateOccurrencesMethod
public static io.grpc.MethodDescriptor<BatchCreateOccurrencesRequest,BatchCreateOccurrencesResponse> getBatchCreateOccurrencesMethod()
-
getUpdateOccurrenceMethod
public static io.grpc.MethodDescriptor<UpdateOccurrenceRequest,Occurrence> getUpdateOccurrenceMethod()
-
getGetOccurrenceNoteMethod
public static io.grpc.MethodDescriptor<GetOccurrenceNoteRequest,Note> getGetOccurrenceNoteMethod()
-
getGetNoteMethod
public static io.grpc.MethodDescriptor<GetNoteRequest,Note> getGetNoteMethod()
-
getListNotesMethod
public static io.grpc.MethodDescriptor<ListNotesRequest,ListNotesResponse> getListNotesMethod()
-
getDeleteNoteMethod
public static io.grpc.MethodDescriptor<DeleteNoteRequest,com.google.protobuf.Empty> getDeleteNoteMethod()
-
getCreateNoteMethod
public static io.grpc.MethodDescriptor<CreateNoteRequest,Note> getCreateNoteMethod()
-
getBatchCreateNotesMethod
public static io.grpc.MethodDescriptor<BatchCreateNotesRequest,BatchCreateNotesResponse> getBatchCreateNotesMethod()
-
getUpdateNoteMethod
public static io.grpc.MethodDescriptor<UpdateNoteRequest,Note> getUpdateNoteMethod()
-
getListNoteOccurrencesMethod
public static io.grpc.MethodDescriptor<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse> getListNoteOccurrencesMethod()
-
getGetVulnerabilityOccurrencesSummaryMethod
public static io.grpc.MethodDescriptor<GetVulnerabilityOccurrencesSummaryRequest,VulnerabilityOccurrencesSummary> getGetVulnerabilityOccurrencesSummaryMethod()
-
newStub
public static GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static GrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static GrafeasV1Beta1Grpc.GrafeasV1Beta1FutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-