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

deletePolicyCallable()

public UnaryCallable<DeletePolicyRequest,Empty> deletePolicyCallable()
Returns

getEffectivePolicyCallable()

public UnaryCallable<GetEffectivePolicyRequest,Policy> getEffectivePolicyCallable()
Returns

getPolicyCallable()

public UnaryCallable<GetPolicyRequest,Policy> getPolicyCallable()
Returns

listConstraintsCallable()

public UnaryCallable<ListConstraintsRequest,ListConstraintsResponse> listConstraintsCallable()
Returns

listConstraintsPagedCallable()

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

listPoliciesCallable()

public UnaryCallable<ListPoliciesRequest,ListPoliciesResponse> listPoliciesCallable()
Returns

listPoliciesPagedCallable()

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

updatePolicyCallable()

public UnaryCallable<UpdatePolicyRequest,Policy> updatePolicyCallable()
Returns