Class RuleServiceStub (0.33.0)

public abstract class RuleServiceStub implements BackgroundResource

Base stub class for the RuleService service API.

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

Inheritance

java.lang.Object > RuleServiceStub

Implements

BackgroundResource

Constructors

RuleServiceStub()

public RuleServiceStub()

Methods

close()

public abstract void close()

createRetrohuntCallable()

public UnaryCallable<CreateRetrohuntRequest,Operation> createRetrohuntCallable()
Returns
Type Description
UnaryCallable<CreateRetrohuntRequest,Operation>

createRetrohuntOperationCallable()

public OperationCallable<CreateRetrohuntRequest,Retrohunt,RetrohuntMetadata> createRetrohuntOperationCallable()
Returns
Type Description
OperationCallable<CreateRetrohuntRequest,Retrohunt,RetrohuntMetadata>

createRuleCallable()

public UnaryCallable<CreateRuleRequest,Rule> createRuleCallable()
Returns
Type Description
UnaryCallable<CreateRuleRequest,Rule>

deleteRuleCallable()

public UnaryCallable<DeleteRuleRequest,Empty> deleteRuleCallable()
Returns
Type Description
UnaryCallable<DeleteRuleRequest,Empty>

getHttpJsonOperationsStub()

public @Nullable OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.api.gax.httpjson.longrunning.stub.OperationsStub

getOperationsStub()

public @Nullable OperationsStub getOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.longrunning.stub.OperationsStub

getRetrohuntCallable()

public UnaryCallable<GetRetrohuntRequest,Retrohunt> getRetrohuntCallable()
Returns
Type Description
UnaryCallable<GetRetrohuntRequest,Retrohunt>

getRuleCallable()

public UnaryCallable<GetRuleRequest,Rule> getRuleCallable()
Returns
Type Description
UnaryCallable<GetRuleRequest,Rule>

getRuleDeploymentCallable()

public UnaryCallable<GetRuleDeploymentRequest,RuleDeployment> getRuleDeploymentCallable()
Returns
Type Description
UnaryCallable<GetRuleDeploymentRequest,RuleDeployment>

listRetrohuntsCallable()

public UnaryCallable<ListRetrohuntsRequest,ListRetrohuntsResponse> listRetrohuntsCallable()
Returns
Type Description
UnaryCallable<ListRetrohuntsRequest,ListRetrohuntsResponse>

listRetrohuntsPagedCallable()

public UnaryCallable<ListRetrohuntsRequest,RuleServiceClient.ListRetrohuntsPagedResponse> listRetrohuntsPagedCallable()
Returns
Type Description
UnaryCallable<ListRetrohuntsRequest,ListRetrohuntsPagedResponse>

listRuleDeploymentsCallable()

public UnaryCallable<ListRuleDeploymentsRequest,ListRuleDeploymentsResponse> listRuleDeploymentsCallable()
Returns
Type Description
UnaryCallable<ListRuleDeploymentsRequest,ListRuleDeploymentsResponse>

listRuleDeploymentsPagedCallable()

public UnaryCallable<ListRuleDeploymentsRequest,RuleServiceClient.ListRuleDeploymentsPagedResponse> listRuleDeploymentsPagedCallable()
Returns
Type Description
UnaryCallable<ListRuleDeploymentsRequest,ListRuleDeploymentsPagedResponse>

listRuleRevisionsCallable()

public UnaryCallable<ListRuleRevisionsRequest,ListRuleRevisionsResponse> listRuleRevisionsCallable()
Returns
Type Description
UnaryCallable<ListRuleRevisionsRequest,ListRuleRevisionsResponse>

listRuleRevisionsPagedCallable()

public UnaryCallable<ListRuleRevisionsRequest,RuleServiceClient.ListRuleRevisionsPagedResponse> listRuleRevisionsPagedCallable()
Returns
Type Description
UnaryCallable<ListRuleRevisionsRequest,ListRuleRevisionsPagedResponse>

listRulesCallable()

public UnaryCallable<ListRulesRequest,ListRulesResponse> listRulesCallable()
Returns
Type Description
UnaryCallable<ListRulesRequest,ListRulesResponse>

listRulesPagedCallable()

public UnaryCallable<ListRulesRequest,RuleServiceClient.ListRulesPagedResponse> listRulesPagedCallable()
Returns
Type Description
UnaryCallable<ListRulesRequest,ListRulesPagedResponse>

updateRuleCallable()

public UnaryCallable<UpdateRuleRequest,Rule> updateRuleCallable()
Returns
Type Description
UnaryCallable<UpdateRuleRequest,Rule>

updateRuleDeploymentCallable()

public UnaryCallable<UpdateRuleDeploymentRequest,RuleDeployment> updateRuleDeploymentCallable()
Returns
Type Description
UnaryCallable<UpdateRuleDeploymentRequest,RuleDeployment>

verifyRuleTextCallable()

public UnaryCallable<VerifyRuleTextRequest,VerifyRuleTextResponse> verifyRuleTextCallable()
Returns
Type Description
UnaryCallable<VerifyRuleTextRequest,VerifyRuleTextResponse>