Class BinauthzManagementServiceV1Stub (1.79.0)

publicabstractclass BinauthzManagementServiceV1StubimplementsBackgroundResource

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()

publicBinauthzManagementServiceV1Stub()

Methods

close()

publicabstractvoidclose()

createAttestorCallable()

publicUnaryCallable<Service.CreateAttestorRequest,Resources.Attestor>createAttestorCallable()
Returns
Type Description
UnaryCallable<CreateAttestorRequest,Attestor>

deleteAttestorCallable()

publicUnaryCallable<Service.DeleteAttestorRequest,Empty>deleteAttestorCallable()
Returns
Type Description
UnaryCallable<DeleteAttestorRequest,Empty>

getAttestorCallable()

publicUnaryCallable<Service.GetAttestorRequest,Resources.Attestor>getAttestorCallable()
Returns
Type Description
UnaryCallable<GetAttestorRequest,Attestor>

getPolicyCallable()

publicUnaryCallable<Service.GetPolicyRequest,Resources.Policy>getPolicyCallable()
Returns
Type Description
UnaryCallable<GetPolicyRequest,Policy>

listAttestorsCallable()

publicUnaryCallable<Service.ListAttestorsRequest,Service.ListAttestorsResponse>listAttestorsCallable()
Returns
Type Description
UnaryCallable<ListAttestorsRequest,ListAttestorsResponse>

listAttestorsPagedCallable()

publicUnaryCallable<Service.ListAttestorsRequest,BinauthzManagementServiceV1Client.ListAttestorsPagedResponse>listAttestorsPagedCallable()
Returns
Type Description
UnaryCallable<ListAttestorsRequest,ListAttestorsPagedResponse>

updateAttestorCallable()

publicUnaryCallable<Service.UpdateAttestorRequest,Resources.Attestor>updateAttestorCallable()
Returns
Type Description
UnaryCallable<UpdateAttestorRequest,Attestor>

updatePolicyCallable()

publicUnaryCallable<Service.UpdatePolicyRequest,Resources.Policy>updatePolicyCallable()
Returns
Type Description
UnaryCallable<UpdatePolicyRequest,Policy>

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.