public abstract class ForwardingRulesStub implements BackgroundResource
Base stub class for the ForwardingRules service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
ForwardingRulesStub()
public ForwardingRulesStub()
Methods
aggregatedListCallable()
public UnaryCallable<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList> aggregatedListCallable()
aggregatedListPagedCallable()
public UnaryCallable<AggregatedListForwardingRulesRequest,ForwardingRulesClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
close()
public abstract void close()
deleteCallable()
public UnaryCallable<DeleteForwardingRuleRequest,Operation> deleteCallable()
deleteOperationCallable()
public OperationCallable<DeleteForwardingRuleRequest,Operation,Operation> deleteOperationCallable()
getCallable()
public UnaryCallable<GetForwardingRuleRequest,ForwardingRule> getCallable()
insertCallable()
public UnaryCallable<InsertForwardingRuleRequest,Operation> insertCallable()
insertOperationCallable()
public OperationCallable<InsertForwardingRuleRequest,Operation,Operation> insertOperationCallable()
listCallable()
public UnaryCallable<ListForwardingRulesRequest,ForwardingRuleList> listCallable()
listPagedCallable()
public UnaryCallable<ListForwardingRulesRequest,ForwardingRulesClient.ListPagedResponse> listPagedCallable()
patchCallable()
public UnaryCallable<PatchForwardingRuleRequest,Operation> patchCallable()
patchOperationCallable()
public OperationCallable<PatchForwardingRuleRequest,Operation,Operation> patchOperationCallable()
setLabelsCallable()
public UnaryCallable<SetLabelsForwardingRuleRequest,Operation> setLabelsCallable()
setLabelsOperationCallable()
public OperationCallable<SetLabelsForwardingRuleRequest,Operation,Operation> setLabelsOperationCallable()
setTargetCallable()
public UnaryCallable<SetTargetForwardingRuleRequest,Operation> setTargetCallable()
setTargetOperationCallable()
public OperationCallable<SetTargetForwardingRuleRequest,Operation,Operation> setTargetOperationCallable()