Class ValidationHelperV1Grpc (1.3.0)

public final class ValidationHelperV1Grpc

BinAuthz Attestor verification

Inheritance

java.lang.Object > ValidationHelperV1Grpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getValidateAttestationOccurrenceMethod()

public static MethodDescriptor<Service.ValidateAttestationOccurrenceRequest,Service.ValidateAttestationOccurrenceResponse> getValidateAttestationOccurrenceMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ValidateAttestationOccurrenceRequest,ValidateAttestationOccurrenceResponse>

newBlockingStub(Channel channel)

public static ValidationHelperV1Grpc.ValidationHelperV1BlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ValidationHelperV1Grpc.ValidationHelperV1BlockingStub

newFutureStub(Channel channel)

public static ValidationHelperV1Grpc.ValidationHelperV1FutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ValidationHelperV1Grpc.ValidationHelperV1FutureStub

newStub(Channel channel)

public static ValidationHelperV1Grpc.ValidationHelperV1Stub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ValidationHelperV1Grpc.ValidationHelperV1Stub