Uses of Class
com.google.cloud.contentwarehouse.v1.InvalidRule
-
Packages that use InvalidRule Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of InvalidRule in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return InvalidRule Modifier and Type Method Description InvalidRuleInvalidRule.Builder. build()InvalidRuleInvalidRule.Builder. buildPartial()static InvalidRuleInvalidRule. getDefaultInstance()InvalidRuleInvalidRule.Builder. getDefaultInstanceForType()InvalidRuleInvalidRule. getDefaultInstanceForType()InvalidRuleRuleEvaluatorOutput.Builder. getInvalidRules(int index)A subset of triggered rules that failed the validation check(s) after parsing.InvalidRuleRuleEvaluatorOutput. getInvalidRules(int index)A subset of triggered rules that failed the validation check(s) after parsing.InvalidRuleRuleEvaluatorOutputOrBuilder. getInvalidRules(int index)A subset of triggered rules that failed the validation check(s) after parsing.static InvalidRuleInvalidRule. parseDelimitedFrom(InputStream input)static InvalidRuleInvalidRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InvalidRuleInvalidRule. parseFrom(byte[] data)static InvalidRuleInvalidRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InvalidRuleInvalidRule. parseFrom(com.google.protobuf.ByteString data)static InvalidRuleInvalidRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InvalidRuleInvalidRule. parseFrom(com.google.protobuf.CodedInputStream input)static InvalidRuleInvalidRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InvalidRuleInvalidRule. parseFrom(InputStream input)static InvalidRuleInvalidRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InvalidRuleInvalidRule. parseFrom(ByteBuffer data)static InvalidRuleInvalidRule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type InvalidRule Modifier and Type Method Description List<InvalidRule>RuleEvaluatorOutput.Builder. getInvalidRulesList()A subset of triggered rules that failed the validation check(s) after parsing.List<InvalidRule>RuleEvaluatorOutput. getInvalidRulesList()A subset of triggered rules that failed the validation check(s) after parsing.List<InvalidRule>RuleEvaluatorOutputOrBuilder. getInvalidRulesList()A subset of triggered rules that failed the validation check(s) after parsing.com.google.protobuf.Parser<InvalidRule>InvalidRule. getParserForType()static com.google.protobuf.Parser<InvalidRule>InvalidRule. parser()Methods in com.google.cloud.contentwarehouse.v1 with parameters of type InvalidRule Modifier and Type Method Description RuleEvaluatorOutput.BuilderRuleEvaluatorOutput.Builder. addInvalidRules(int index, InvalidRule value)A subset of triggered rules that failed the validation check(s) after parsing.RuleEvaluatorOutput.BuilderRuleEvaluatorOutput.Builder. addInvalidRules(InvalidRule value)A subset of triggered rules that failed the validation check(s) after parsing.InvalidRule.BuilderInvalidRule.Builder. mergeFrom(InvalidRule other)static InvalidRule.BuilderInvalidRule. newBuilder(InvalidRule prototype)RuleEvaluatorOutput.BuilderRuleEvaluatorOutput.Builder. setInvalidRules(int index, InvalidRule value)A subset of triggered rules that failed the validation check(s) after parsing.Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type InvalidRule Modifier and Type Method Description RuleEvaluatorOutput.BuilderRuleEvaluatorOutput.Builder. addAllInvalidRules(Iterable<? extends InvalidRule> values)A subset of triggered rules that failed the validation check(s) after parsing.
-