|
17 | 17 | package com.google.api.services.documentai.v1.model; |
18 | 18 |
|
19 | 19 | /** |
20 | | - * Model definition for CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule. |
| 20 | + * Next ID: 9 |
21 | 21 | * |
22 | 22 | * <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is |
23 | 23 | * transmitted over HTTP when working with the Cloud Document AI API. For a detailed explanation |
@@ -74,6 +74,13 @@ public final class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidat |
74 | 74 | @com.google.api.client.util.Key |
75 | 75 | private java.lang.String name; |
76 | 76 |
|
| 77 | + /** |
| 78 | + * Unique identifier of the rule. Optional. |
| 79 | + * The value may be {@code null}. |
| 80 | + */ |
| 81 | + @com.google.api.client.util.Key |
| 82 | + private java.lang.String ruleId; |
| 83 | + |
77 | 84 | /** |
78 | 85 | * @return value or {@code null} for none |
79 | 86 | */ |
@@ -183,6 +190,23 @@ public CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule setN |
183 | 190 | return this; |
184 | 191 | } |
185 | 192 |
|
| 193 | + /** |
| 194 | + * Unique identifier of the rule. Optional. |
| 195 | + * @return value or {@code null} for none |
| 196 | + */ |
| 197 | + public java.lang.String getRuleId() { |
| 198 | + return ruleId; |
| 199 | + } |
| 200 | + |
| 201 | + /** |
| 202 | + * Unique identifier of the rule. Optional. |
| 203 | + * @param ruleId ruleId or {@code null} for none |
| 204 | + */ |
| 205 | + public CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule setRuleId(java.lang.String ruleId) { |
| 206 | + this.ruleId = ruleId; |
| 207 | + return this; |
| 208 | + } |
| 209 | + |
186 | 210 | @Override |
187 | 211 | public CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule set(String fieldName, Object value) { |
188 | 212 | return (CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule) super.set(fieldName, value); |
|
0 commit comments