Uses of Class
com.google.cloud.contentwarehouse.v1.RuleSetName
-
Packages that use RuleSetName Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of RuleSetName in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return RuleSetName Modifier and Type Method Description RuleSetName
RuleSetName.Builder. build()
static RuleSetName
RuleSetName. of(String project, String location, String ruleSet)
static RuleSetName
RuleSetName. parse(String formattedString)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type RuleSetName Modifier and Type Method Description static List<RuleSetName>
RuleSetName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type RuleSetName Modifier and Type Method Description void
RuleSetServiceClient. deleteRuleSet(RuleSetName name)
Deletes a ruleset.RuleSet
RuleSetServiceClient. getRuleSet(RuleSetName name)
Gets a ruleset.RuleSet
RuleSetServiceClient. updateRuleSet(RuleSetName name, RuleSet ruleSet)
Updates a ruleset.Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type RuleSetName Modifier and Type Method Description static List<String>
RuleSetName. toStringList(List<RuleSetName> values)
-