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 RuleSetNameRuleSetName.Builder. build()static RuleSetNameRuleSetName. of(String project, String location, String ruleSet)static RuleSetNameRuleSetName. 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 voidRuleSetServiceClient. deleteRuleSet(RuleSetName name)Deletes a ruleset.RuleSetRuleSetServiceClient. getRuleSet(RuleSetName name)Gets a ruleset.RuleSetRuleSetServiceClient. 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)
-