Class RuleSetServiceStub (0.37.0)

public abstract class RuleSetServiceStub implements BackgroundResource

Base stub class for the RuleSetService service API.

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

Inheritance

java.lang.Object > RuleSetServiceStub

Implements

BackgroundResource

Constructors

RuleSetServiceStub()

public RuleSetServiceStub()

Methods

close()

public abstract void close()

createRuleSetCallable()

public UnaryCallable<CreateRuleSetRequest,RuleSet> createRuleSetCallable()
Returns
TypeDescription
UnaryCallable<CreateRuleSetRequest,RuleSet>

deleteRuleSetCallable()

public UnaryCallable<DeleteRuleSetRequest,Empty> deleteRuleSetCallable()
Returns
TypeDescription
UnaryCallable<DeleteRuleSetRequest,Empty>

getRuleSetCallable()

public UnaryCallable<GetRuleSetRequest,RuleSet> getRuleSetCallable()
Returns
TypeDescription
UnaryCallable<GetRuleSetRequest,RuleSet>

listRuleSetsCallable()

public UnaryCallable<ListRuleSetsRequest,ListRuleSetsResponse> listRuleSetsCallable()
Returns
TypeDescription
UnaryCallable<ListRuleSetsRequest,ListRuleSetsResponse>

listRuleSetsPagedCallable()

public UnaryCallable<ListRuleSetsRequest,RuleSetServiceClient.ListRuleSetsPagedResponse> listRuleSetsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListRuleSetsRequest,ListRuleSetsPagedResponse>

updateRuleSetCallable()

public UnaryCallable<UpdateRuleSetRequest,RuleSet> updateRuleSetCallable()
Returns
TypeDescription
UnaryCallable<UpdateRuleSetRequest,RuleSet>