Class OrgPolicyStub (2.3.7-SNAPSHOT)

public abstract class OrgPolicyStub implements BackgroundResource

Base stub class for the OrgPolicy service API.

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

Inheritance

java.lang.Object > OrgPolicyStub

Implements

BackgroundResource

Constructors

OrgPolicyStub()

public OrgPolicyStub()

Methods

close()

public abstract void close()

createPolicyCallable()

public UnaryCallable<CreatePolicyRequest,Policy> createPolicyCallable()
Returns
TypeDescription
UnaryCallable<CreatePolicyRequest,Policy>

deletePolicyCallable()

public UnaryCallable<DeletePolicyRequest,Empty> deletePolicyCallable()
Returns
TypeDescription
UnaryCallable<DeletePolicyRequest,Empty>

getEffectivePolicyCallable()

public UnaryCallable<GetEffectivePolicyRequest,Policy> getEffectivePolicyCallable()
Returns
TypeDescription
UnaryCallable<GetEffectivePolicyRequest,Policy>

getPolicyCallable()

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

listConstraintsCallable()

public UnaryCallable<ListConstraintsRequest,ListConstraintsResponse> listConstraintsCallable()
Returns
TypeDescription
UnaryCallable<ListConstraintsRequest,ListConstraintsResponse>

listConstraintsPagedCallable()

public UnaryCallable<ListConstraintsRequest,OrgPolicyClient.ListConstraintsPagedResponse> listConstraintsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListConstraintsRequest,ListConstraintsPagedResponse>

listPoliciesCallable()

public UnaryCallable<ListPoliciesRequest,ListPoliciesResponse> listPoliciesCallable()
Returns
TypeDescription
UnaryCallable<ListPoliciesRequest,ListPoliciesResponse>

listPoliciesPagedCallable()

public UnaryCallable<ListPoliciesRequest,OrgPolicyClient.ListPoliciesPagedResponse> listPoliciesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListPoliciesRequest,ListPoliciesPagedResponse>

updatePolicyCallable()

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