Class BinauthzManagementServiceV1Beta1Stub (1.16.0)

public abstract class BinauthzManagementServiceV1Beta1Stub implements BackgroundResource

Base stub class for the BinauthzManagementServiceV1Beta1 service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > BinauthzManagementServiceV1Beta1Stub

Implements

BackgroundResource

Constructors

BinauthzManagementServiceV1Beta1Stub()

public BinauthzManagementServiceV1Beta1Stub()

Methods

close()

public abstract void close()

createAttestorCallable()

public UnaryCallable<CreateAttestorRequest,Attestor> createAttestorCallable()
Returns
TypeDescription
UnaryCallable<CreateAttestorRequest,Attestor>

deleteAttestorCallable()

public UnaryCallable<DeleteAttestorRequest,Empty> deleteAttestorCallable()
Returns
TypeDescription
UnaryCallable<DeleteAttestorRequest,Empty>

getAttestorCallable()

public UnaryCallable<GetAttestorRequest,Attestor> getAttestorCallable()
Returns
TypeDescription
UnaryCallable<GetAttestorRequest,Attestor>

getPolicyCallable()

public UnaryCallable<GetPolicyRequest,Policy> getPolicyCallable()
Returns
TypeDescription
UnaryCallable<GetPolicyRequest,Policy>

listAttestorsCallable()

public UnaryCallable<ListAttestorsRequest,ListAttestorsResponse> listAttestorsCallable()
Returns
TypeDescription
UnaryCallable<ListAttestorsRequest,ListAttestorsResponse>

listAttestorsPagedCallable()

public UnaryCallable<ListAttestorsRequest,BinauthzManagementServiceV1Beta1Client.ListAttestorsPagedResponse> listAttestorsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListAttestorsRequest,ListAttestorsPagedResponse>

updateAttestorCallable()

public UnaryCallable<UpdateAttestorRequest,Attestor> updateAttestorCallable()
Returns
TypeDescription
UnaryCallable<UpdateAttestorRequest,Attestor>

updatePolicyCallable()

public UnaryCallable<UpdatePolicyRequest,Policy> updatePolicyCallable()
Returns
TypeDescription
UnaryCallable<UpdatePolicyRequest,Policy>