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