Class RuleSetServiceStub
- java.lang.Object
-
- com.google.cloud.contentwarehouse.v1.stub.RuleSetServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcRuleSetServiceStub
,HttpJsonRuleSetServiceStub
@Generated("by gapic-generator-java") public abstract class RuleSetServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the RuleSetService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description RuleSetServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<CreateRuleSetRequest,RuleSet>
createRuleSetCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteRuleSetRequest,com.google.protobuf.Empty>
deleteRuleSetCallable()
com.google.api.gax.rpc.UnaryCallable<GetRuleSetRequest,RuleSet>
getRuleSetCallable()
com.google.api.gax.rpc.UnaryCallable<ListRuleSetsRequest,ListRuleSetsResponse>
listRuleSetsCallable()
com.google.api.gax.rpc.UnaryCallable<ListRuleSetsRequest,RuleSetServiceClient.ListRuleSetsPagedResponse>
listRuleSetsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateRuleSetRequest,RuleSet>
updateRuleSetCallable()
-
-
-
Method Detail
-
createRuleSetCallable
public com.google.api.gax.rpc.UnaryCallable<CreateRuleSetRequest,RuleSet> createRuleSetCallable()
-
getRuleSetCallable
public com.google.api.gax.rpc.UnaryCallable<GetRuleSetRequest,RuleSet> getRuleSetCallable()
-
updateRuleSetCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateRuleSetRequest,RuleSet> updateRuleSetCallable()
-
deleteRuleSetCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteRuleSetRequest,com.google.protobuf.Empty> deleteRuleSetCallable()
-
listRuleSetsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListRuleSetsRequest,RuleSetServiceClient.ListRuleSetsPagedResponse> listRuleSetsPagedCallable()
-
listRuleSetsCallable
public com.google.api.gax.rpc.UnaryCallable<ListRuleSetsRequest,ListRuleSetsResponse> listRuleSetsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-