Package com.google.containeranalysis.v1
Class ContainerAnalysisGrpc
- java.lang.Object
-
- com.google.containeranalysis.v1.ContainerAnalysisGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/devtools/containeranalysis/v1/containeranalysis.proto") public final class ContainerAnalysisGrpc extends Object
Retrieves analysis results of Cloud components such as Docker container images. The Container Analysis API is an implementation of the [Grafeas](https://grafeas.io) API. 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 interface
ContainerAnalysisGrpc.AsyncService
Retrieves analysis results of Cloud components such as Docker container images.static class
ContainerAnalysisGrpc.ContainerAnalysisBlockingStub
A stub to allow clients to do synchronous rpc calls to service ContainerAnalysis.static class
ContainerAnalysisGrpc.ContainerAnalysisFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ContainerAnalysis.static class
ContainerAnalysisGrpc.ContainerAnalysisImplBase
Base class for the server implementation of the service ContainerAnalysis.static class
ContainerAnalysisGrpc.ContainerAnalysisStub
A stub to allow clients to do asynchronous rpc calls to service ContainerAnalysis.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(ContainerAnalysisGrpc.AsyncService service)
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getGetIamPolicyMethod()
static io.grpc.MethodDescriptor<GetVulnerabilityOccurrencesSummaryRequest,VulnerabilityOccurrencesSummary>
getGetVulnerabilityOccurrencesSummaryMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
getSetIamPolicyMethod()
static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
getTestIamPermissionsMethod()
static ContainerAnalysisGrpc.ContainerAnalysisBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ContainerAnalysisGrpc.ContainerAnalysisFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ContainerAnalysisGrpc.ContainerAnalysisStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
-
getGetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
-
getTestIamPermissionsMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
-
getGetVulnerabilityOccurrencesSummaryMethod
public static io.grpc.MethodDescriptor<GetVulnerabilityOccurrencesSummaryRequest,VulnerabilityOccurrencesSummary> getGetVulnerabilityOccurrencesSummaryMethod()
-
newStub
public static ContainerAnalysisGrpc.ContainerAnalysisStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ContainerAnalysisGrpc.ContainerAnalysisBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ContainerAnalysisGrpc.ContainerAnalysisFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ContainerAnalysisGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-