Class BinauthzManagementServiceV1Beta1Stub (1.6.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

deleteAttestorCallable()

public UnaryCallable<DeleteAttestorRequest,Empty> deleteAttestorCallable()
Returns

getAttestorCallable()

public UnaryCallable<GetAttestorRequest,Attestor> getAttestorCallable()
Returns

getPolicyCallable()

public UnaryCallable<GetPolicyRequest,Policy> getPolicyCallable()
Returns

listAttestorsCallable()

public UnaryCallable<ListAttestorsRequest,ListAttestorsResponse> listAttestorsCallable()
Returns

listAttestorsPagedCallable()

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

updateAttestorCallable()

public UnaryCallable<UpdateAttestorRequest,Attestor> updateAttestorCallable()
Returns

updatePolicyCallable()

public UnaryCallable<UpdatePolicyRequest,Policy> updatePolicyCallable()
Returns