Class ValidationHelperV1Grpc (1.16.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

bindService(ValidationHelperV1Grpc.AsyncService service)

public static final ServerServiceDefinition bindService(ValidationHelperV1Grpc.AsyncService service)
Parameter
NameDescription
serviceValidationHelperV1Grpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

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