|
31 | 31 | @SuppressWarnings("javadoc") |
32 | 32 | public final class GoogleCloudDocumentaiV1beta3Processor extends com.google.api.client.json.GenericJson { |
33 | 33 |
|
| 34 | + /** |
| 35 | + * Optional. SchemaVersion used by the Processor. It is the same as Processor's |
| 36 | + * DatasetSchema.schema_version Format is |
| 37 | + * `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version} |
| 38 | + * The value may be {@code null}. |
| 39 | + */ |
| 40 | + @com.google.api.client.util.Key |
| 41 | + private java.lang.String activeSchemaVersion; |
| 42 | + |
34 | 43 | /** |
35 | 44 | * Output only. The time the processor was created. |
36 | 45 | * The value may be {@code null}. |
@@ -111,6 +120,27 @@ public final class GoogleCloudDocumentaiV1beta3Processor extends com.google.api. |
111 | 120 | @com.google.api.client.util.Key |
112 | 121 | private java.lang.String type; |
113 | 122 |
|
| 123 | + /** |
| 124 | + * Optional. SchemaVersion used by the Processor. It is the same as Processor's |
| 125 | + * DatasetSchema.schema_version Format is |
| 126 | + * `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version} |
| 127 | + * @return value or {@code null} for none |
| 128 | + */ |
| 129 | + public java.lang.String getActiveSchemaVersion() { |
| 130 | + return activeSchemaVersion; |
| 131 | + } |
| 132 | + |
| 133 | + /** |
| 134 | + * Optional. SchemaVersion used by the Processor. It is the same as Processor's |
| 135 | + * DatasetSchema.schema_version Format is |
| 136 | + * `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version} |
| 137 | + * @param activeSchemaVersion activeSchemaVersion or {@code null} for none |
| 138 | + */ |
| 139 | + public GoogleCloudDocumentaiV1beta3Processor setActiveSchemaVersion(java.lang.String activeSchemaVersion) { |
| 140 | + this.activeSchemaVersion = activeSchemaVersion; |
| 141 | + return this; |
| 142 | + } |
| 143 | + |
114 | 144 | /** |
115 | 145 | * Output only. The time the processor was created. |
116 | 146 | * @return value or {@code null} for none |
|
0 commit comments