Class RuleSetServiceStub (0.2.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

deleteRuleSetCallable()

public UnaryCallable<DeleteRuleSetRequest,Empty> deleteRuleSetCallable()
Returns

getRuleSetCallable()

public UnaryCallable<GetRuleSetRequest,RuleSet> getRuleSetCallable()
Returns

listRuleSetsCallable()

public UnaryCallable<ListRuleSetsRequest,ListRuleSetsResponse> listRuleSetsCallable()
Returns

listRuleSetsPagedCallable()

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

updateRuleSetCallable()

public UnaryCallable<UpdateRuleSetRequest,RuleSet> updateRuleSetCallable()
Returns