Class BinauthzManagementServiceV1Beta1Grpc (1.79.0)

publicfinalclass 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

publicstaticfinalStringSERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(BinauthzManagementServiceV1Beta1Grpc.AsyncService service)

publicstaticfinalServerServiceDefinitionbindService(BinauthzManagementServiceV1Beta1Grpc.AsyncServiceservice)
Parameter
Name Description
service BinauthzManagementServiceV1Beta1Grpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateAttestorMethod()

publicstaticMethodDescriptor<CreateAttestorRequest,Attestor>getCreateAttestorMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateAttestorRequest,Attestor>

getDeleteAttestorMethod()

publicstaticMethodDescriptor<DeleteAttestorRequest,Empty>getDeleteAttestorMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteAttestorRequest,Empty>

getGetAttestorMethod()

publicstaticMethodDescriptor<GetAttestorRequest,Attestor>getGetAttestorMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetAttestorRequest,Attestor>

getGetPolicyMethod()

publicstaticMethodDescriptor<GetPolicyRequest,Policy>getGetPolicyMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetPolicyRequest,Policy>

getListAttestorsMethod()

publicstaticMethodDescriptor<ListAttestorsRequest,ListAttestorsResponse>getListAttestorsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListAttestorsRequest,ListAttestorsResponse>

getServiceDescriptor()

publicstaticServiceDescriptorgetServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateAttestorMethod()

publicstaticMethodDescriptor<UpdateAttestorRequest,Attestor>getUpdateAttestorMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateAttestorRequest,Attestor>

getUpdatePolicyMethod()

publicstaticMethodDescriptor<UpdatePolicyRequest,Policy>getUpdatePolicyMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdatePolicyRequest,Policy>

newBlockingStub(Channel channel)

publicstaticBinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1BlockingStubnewBlockingStub(Channelchannel)

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

newBlockingV2Stub(Channel channel)

publicstaticBinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1BlockingV2StubnewBlockingV2Stub(Channelchannel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1BlockingV2Stub

newFutureStub(Channel channel)

publicstaticBinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1FutureStubnewFutureStub(Channelchannel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1FutureStub

newStub(Channel channel)

publicstaticBinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1StubnewStub(Channelchannel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1Stub

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.