public static final class ValidationHelperV1Grpc.ValidationHelperV1Stub extends AbstractAsyncStub<ValidationHelperV1Grpc.ValidationHelperV1Stub>A stub to allow clients to do asynchronous rpc calls to service ValidationHelperV1.
BinAuthz Attestor verification
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > ValidationHelperV1Grpc.ValidationHelperV1StubMethods
build(Channel channel, CallOptions callOptions)
protected ValidationHelperV1Grpc.ValidationHelperV1Stub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
ValidationHelperV1Grpc.ValidationHelperV1Stub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
validateAttestationOccurrence(Service.ValidateAttestationOccurrenceRequest request, StreamObserver<Service.ValidateAttestationOccurrenceResponse> responseObserver)
public void validateAttestationOccurrence(Service.ValidateAttestationOccurrenceRequest request, StreamObserver<Service.ValidateAttestationOccurrenceResponse> responseObserver)Returns whether the given Attestation for the given image URI was signed by the given Attestor
| Parameters | |
|---|---|
| Name | Description |
request |
Service.ValidateAttestationOccurrenceRequest |
responseObserver |
io.grpc.stub.StreamObserver<ValidateAttestationOccurrenceResponse> |