Class BinauthzManagementServiceV1Beta1Grpc (1.16.0)

public final class BinauthzManagementServiceV1Beta1Grpc

Google Cloud Management Service for Binary Authorization admission policies and attestation authorities. This API implements a REST model with the following objects:

  • Policy
  • Attestor

Inheritance

java.lang.Object > BinauthzManagementServiceV1Beta1Grpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(BinauthzManagementServiceV1Beta1Grpc.AsyncService service)

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

getCreateAttestorMethod()

public static MethodDescriptor<CreateAttestorRequest,Attestor> getCreateAttestorMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateAttestorRequest,Attestor>

getDeleteAttestorMethod()

public static MethodDescriptor<DeleteAttestorRequest,Empty> getDeleteAttestorMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteAttestorRequest,Empty>

getGetAttestorMethod()

public static MethodDescriptor<GetAttestorRequest,Attestor> getGetAttestorMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetAttestorRequest,Attestor>

getGetPolicyMethod()

public static MethodDescriptor<GetPolicyRequest,Policy> getGetPolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetPolicyRequest,Policy>

getListAttestorsMethod()

public static MethodDescriptor<ListAttestorsRequest,ListAttestorsResponse> getListAttestorsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListAttestorsRequest,ListAttestorsResponse>

getServiceDescriptor()

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

getUpdateAttestorMethod()

public static MethodDescriptor<UpdateAttestorRequest,Attestor> getUpdateAttestorMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateAttestorRequest,Attestor>

getUpdatePolicyMethod()

public static MethodDescriptor<UpdatePolicyRequest,Policy> getUpdatePolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdatePolicyRequest,Policy>

newBlockingStub(Channel channel)

public static BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1BlockingStub 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
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1BlockingStub

newFutureStub(Channel channel)

public static BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1FutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1FutureStub

newStub(Channel channel)

public static BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1Stub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1Stub