Class BinauthzManagementServiceV1Stub (1.16.0)

public abstract class BinauthzManagementServiceV1Stub implements BackgroundResource

Base stub class for the BinauthzManagementServiceV1 service API.

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

Inheritance

java.lang.Object > BinauthzManagementServiceV1Stub

Implements

BackgroundResource

Constructors

BinauthzManagementServiceV1Stub()

public BinauthzManagementServiceV1Stub()

Methods

close()

public abstract void close()

createAttestorCallable()

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

deleteAttestorCallable()

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

getAttestorCallable()

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

getPolicyCallable()

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

listAttestorsCallable()

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

listAttestorsPagedCallable()

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

updateAttestorCallable()

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

updatePolicyCallable()

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