Class ValidationHelperV1Grpc (1.41.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
Type Description
String

Static Methods

bindService(ValidationHelperV1Grpc.AsyncService service)

public static final ServerServiceDefinition bindService(ValidationHelperV1Grpc.AsyncService service)
Parameter
Name Description
service ValidationHelperV1Grpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getValidateAttestationOccurrenceMethod()

public static MethodDescriptor<Service.ValidateAttestationOccurrenceRequest,Service.ValidateAttestationOccurrenceResponse> getValidateAttestationOccurrenceMethod()
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
ValidationHelperV1Grpc.ValidationHelperV1Stub