diff --git a/clients/google-api-services-documentai/v1/2.0.0/README.md b/clients/google-api-services-documentai/v1/2.0.0/README.md
index 8afce52826d..a74b5a19c08 100644
--- a/clients/google-api-services-documentai/v1/2.0.0/README.md
+++ b/clients/google-api-services-documentai/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Cloud Document AI API. For a detailed explanation
diff --git a/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentRevisionHumanReview.java b/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentRevisionHumanReview.java
index a46b86d7ca6..53ae0755cf9 100644
--- a/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentRevisionHumanReview.java
+++ b/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentRevisionHumanReview.java
@@ -31,7 +31,7 @@
public final class GoogleCloudDocumentaiV1DocumentRevisionHumanReview extends com.google.api.client.json.GenericJson {
/**
- * Human review state. e.g. `requested`, `succeeded`, `rejected`.
+ * Human review state. For example, `requested`, `succeeded`, `rejected`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -46,7 +46,7 @@ public final class GoogleCloudDocumentaiV1DocumentRevisionHumanReview extends co
private java.lang.String stateMessage;
/**
- * Human review state. e.g. `requested`, `succeeded`, `rejected`.
+ * Human review state. For example, `requested`, `succeeded`, `rejected`.
* @return value or {@code null} for none
*/
public java.lang.String getState() {
@@ -54,7 +54,7 @@ public java.lang.String getState() {
}
/**
- * Human review state. e.g. `requested`, `succeeded`, `rejected`.
+ * Human review state. For example, `requested`, `succeeded`, `rejected`.
* @param state state or {@code null} for none
*/
public GoogleCloudDocumentaiV1DocumentRevisionHumanReview setState(java.lang.String state) {
diff --git a/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentSchema.java b/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentSchema.java
index 8ebbeeb396a..e6c843a58fc 100644
--- a/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentSchema.java
+++ b/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentSchema.java
@@ -38,7 +38,7 @@ public final class GoogleCloudDocumentaiV1DocumentSchema extends com.google.api.
private java.lang.String description;
/**
- * Display name to show to users.
+ * Display name to show users.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -84,7 +84,7 @@ public GoogleCloudDocumentaiV1DocumentSchema setDescription(java.lang.String des
}
/**
- * Display name to show to users.
+ * Display name to show users.
* @return value or {@code null} for none
*/
public java.lang.String getDisplayName() {
@@ -92,7 +92,7 @@ public java.lang.String getDisplayName() {
}
/**
- * Display name to show to users.
+ * Display name to show users.
* @param displayName displayName or {@code null} for none
*/
public GoogleCloudDocumentaiV1DocumentSchema setDisplayName(java.lang.String displayName) {
diff --git a/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentSchemaEntityType.java b/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentSchemaEntityType.java
index 7b10164d872..89006dd66b9 100644
--- a/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentSchemaEntityType.java
+++ b/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentSchemaEntityType.java
@@ -48,7 +48,7 @@ public final class GoogleCloudDocumentaiV1DocumentSchemaEntityType extends com.g
/**
* If specified, lists all the possible values for this entity. This should not be more than a
- * handful of values. If the number of values is >10 or could change frequently use the
+ * handful of values. If the number of values is >10 or could change frequently, use the
* `EntityType.value_ontology` field and specify a list of all possible values in a value ontology
* file.
* The value may be {@code null}.
@@ -60,8 +60,8 @@ public final class GoogleCloudDocumentaiV1DocumentSchemaEntityType extends com.g
* Name of the type. It must be unique within the schema file and cannot be a "Common Type". The
* following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive.
* - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters
- * `[a-z0-9_-]`. (For backward compatibility internal infrastructure and tooling can handle any
- * ascii character.) - The `/` is sometimes used to denote a property of a type. For example
+ * `[a-z0-9_-]`. (For backward compatibility, internal infrastructure and tooling can handle any
+ * ASCII character.) - The `/` is sometimes used to denote a property of a type. For example
* `line_item/amount`. This convention is deprecated, but will still be honored for backward
* compatibility.
* The value may be {@code null}.
@@ -112,7 +112,7 @@ public GoogleCloudDocumentaiV1DocumentSchemaEntityType setDisplayName(java.lang.
/**
* If specified, lists all the possible values for this entity. This should not be more than a
- * handful of values. If the number of values is >10 or could change frequently use the
+ * handful of values. If the number of values is >10 or could change frequently, use the
* `EntityType.value_ontology` field and specify a list of all possible values in a value ontology
* file.
* @return value or {@code null} for none
@@ -123,7 +123,7 @@ public GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues getEnumValues()
/**
* If specified, lists all the possible values for this entity. This should not be more than a
- * handful of values. If the number of values is >10 or could change frequently use the
+ * handful of values. If the number of values is >10 or could change frequently, use the
* `EntityType.value_ontology` field and specify a list of all possible values in a value ontology
* file.
* @param enumValues enumValues or {@code null} for none
@@ -137,8 +137,8 @@ public GoogleCloudDocumentaiV1DocumentSchemaEntityType setEnumValues(GoogleCloud
* Name of the type. It must be unique within the schema file and cannot be a "Common Type". The
* following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive.
* - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters
- * `[a-z0-9_-]`. (For backward compatibility internal infrastructure and tooling can handle any
- * ascii character.) - The `/` is sometimes used to denote a property of a type. For example
+ * `[a-z0-9_-]`. (For backward compatibility, internal infrastructure and tooling can handle any
+ * ASCII character.) - The `/` is sometimes used to denote a property of a type. For example
* `line_item/amount`. This convention is deprecated, but will still be honored for backward
* compatibility.
* @return value or {@code null} for none
@@ -151,8 +151,8 @@ public java.lang.String getName() {
* Name of the type. It must be unique within the schema file and cannot be a "Common Type". The
* following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive.
* - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters
- * `[a-z0-9_-]`. (For backward compatibility internal infrastructure and tooling can handle any
- * ascii character.) - The `/` is sometimes used to denote a property of a type. For example
+ * `[a-z0-9_-]`. (For backward compatibility, internal infrastructure and tooling can handle any
+ * ASCII character.) - The `/` is sometimes used to denote a property of a type. For example
* `line_item/amount`. This convention is deprecated, but will still be honored for backward
* compatibility.
* @param name name or {@code null} for none
diff --git a/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentSchemaMetadata.java b/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentSchemaMetadata.java
index 10fb934c2b0..1e332910ca2 100644
--- a/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentSchemaMetadata.java
+++ b/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentSchemaMetadata.java
@@ -53,7 +53,7 @@ public final class GoogleCloudDocumentaiV1DocumentSchemaMetadata extends com.goo
private java.lang.Boolean prefixedNamingOnProperties;
/**
- * If set, we will skip the naming format validation in the schema. So the string values in
+ * If set, this will skip the naming format validation in the schema. So the string values in
* `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be
* checked.
* The value may be {@code null}.
@@ -115,7 +115,7 @@ public GoogleCloudDocumentaiV1DocumentSchemaMetadata setPrefixedNamingOnProperti
}
/**
- * If set, we will skip the naming format validation in the schema. So the string values in
+ * If set, this will skip the naming format validation in the schema. So the string values in
* `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be
* checked.
* @return value or {@code null} for none
@@ -125,7 +125,7 @@ public java.lang.Boolean getSkipNamingValidation() {
}
/**
- * If set, we will skip the naming format validation in the schema. So the string values in
+ * If set, this will skip the naming format validation in the schema. So the string values in
* `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be
* checked.
* @param skipNamingValidation skipNamingValidation or {@code null} for none
diff --git a/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1Evaluation.java b/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1Evaluation.java
index a1981c48e53..55387392c69 100644
--- a/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1Evaluation.java
+++ b/clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1Evaluation.java
@@ -80,6 +80,13 @@ public final class GoogleCloudDocumentaiV1Evaluation extends com.google.api.clie
@com.google.api.client.util.Key
private java.lang.String name;
+ /**
+ * Contains all revisions of the evaluation, excluding the latest one.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Cloud Document AI API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ * This is the Java data model class that specifies how to parse/serialize into the JSON that is
- * transmitted over HTTP when working with the Cloud Document AI API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- *
This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Cloud Document AI API. For a detailed explanation - * see: - * https://developers.google.com/api-client-library/java/google-http-java-client/json - *
- * - * @author Google, Inc. - */ -@SuppressWarnings("javadoc") -public final class GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig extends com.google.api.client.json.GenericJson { - - @Override - public GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig set(String fieldName, Object value) { - return (GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig) super.set(fieldName, value); - } - - @Override - public GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig clone() { - return (GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig) super.clone(); - } - -} diff --git a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3Document.java b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3Document.java index 136ed6fd271..0e6458ba970 100644 --- a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3Document.java +++ b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3Document.java @@ -34,8 +34,8 @@ public final class GoogleCloudDocumentaiV1beta3Document extends com.google.api.c /** * Optional. The blob assets in this document. This is used to store the content of the inline - * blobs in this document, e.g. image bytes, such that it can be referenced by other fields in the - * document via asset id. + * blobs in this document, for example, image bytes, such that it can be referenced by other + * fields in the document via asset id. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -79,7 +79,7 @@ public final class GoogleCloudDocumentaiV1beta3Document extends com.google.api.c private java.util.Listdiff --git a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkField.java b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkField.java index 64f3212578a..0b2368cedef 100644 --- a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkField.java +++ b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkField.java @@ -17,8 +17,8 @@ package com.google.api.services.documentai.v1beta3.model; /** - * The chunk field in the chunk. A chunk field could be one of the various types (e.g. image, table) - * supported. + * The chunk field in the chunk. A chunk field could be one of the various types (for example, + * image, table) supported. * *
This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Cloud Document AI API. For a detailed explanation
diff --git a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentEntity.java b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentEntity.java
index b2dc5d062c3..e0fceb4e617 100644
--- a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentEntity.java
+++ b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentEntity.java
@@ -53,7 +53,7 @@ public final class GoogleCloudDocumentaiV1beta3DocumentEntity extends com.google
private java.lang.String mentionId;
/**
- * Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
+ * Optional. Text value of the entity, for example, `1600 Amphitheatre Pkwy`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -68,8 +68,8 @@ public final class GoogleCloudDocumentaiV1beta3DocumentEntity extends com.google
/**
* Optional. Normalized entity value. Absent if the extracted value could not be converted or the
- * type (e.g. address) is not supported for certain parsers. This field is also only populated for
- * certain supported document types.
+ * type (for example, address) is not supported for certain parsers. This field is also only
+ * populated for certain supported document types.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -113,7 +113,7 @@ public final class GoogleCloudDocumentaiV1beta3DocumentEntity extends com.google
private GoogleCloudDocumentaiV1beta3DocumentTextAnchor textAnchor;
/**
- * Required. Entity type from a schema e.g. `Address`.
+ * Required. Entity type from a schema, for example, `Address`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -171,7 +171,7 @@ public GoogleCloudDocumentaiV1beta3DocumentEntity setMentionId(java.lang.String
}
/**
- * Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
+ * Optional. Text value of the entity, for example, `1600 Amphitheatre Pkwy`.
* @return value or {@code null} for none
*/
public java.lang.String getMentionText() {
@@ -179,7 +179,7 @@ public java.lang.String getMentionText() {
}
/**
- * Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
+ * Optional. Text value of the entity, for example, `1600 Amphitheatre Pkwy`.
* @param mentionText mentionText or {@code null} for none
*/
public GoogleCloudDocumentaiV1beta3DocumentEntity setMentionText(java.lang.String mentionText) {
@@ -206,8 +206,8 @@ public GoogleCloudDocumentaiV1beta3DocumentEntity setMethod(java.lang.String met
/**
* Optional. Normalized entity value. Absent if the extracted value could not be converted or the
- * type (e.g. address) is not supported for certain parsers. This field is also only populated for
- * certain supported document types.
+ * type (for example, address) is not supported for certain parsers. This field is also only
+ * populated for certain supported document types.
* @return value or {@code null} for none
*/
public GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue getNormalizedValue() {
@@ -216,8 +216,8 @@ public GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue getNormalizedVa
/**
* Optional. Normalized entity value. Absent if the extracted value could not be converted or the
- * type (e.g. address) is not supported for certain parsers. This field is also only populated for
- * certain supported document types.
+ * type (for example, address) is not supported for certain parsers. This field is also only
+ * populated for certain supported document types.
* @param normalizedValue normalizedValue or {@code null} for none
*/
public GoogleCloudDocumentaiV1beta3DocumentEntity setNormalizedValue(GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue normalizedValue) {
@@ -315,7 +315,7 @@ public GoogleCloudDocumentaiV1beta3DocumentEntity setTextAnchor(GoogleCloudDocum
}
/**
- * Required. Entity type from a schema e.g. `Address`.
+ * Required. Entity type from a schema, for example, `Address`.
* @return value or {@code null} for none
*/
public java.lang.String getType() {
@@ -323,7 +323,7 @@ public java.lang.String getType() {
}
/**
- * Required. Entity type from a schema e.g. `Address`.
+ * Required. Entity type from a schema, for example, `Address`.
* @param type type or {@code null} for none
*/
public GoogleCloudDocumentaiV1beta3DocumentEntity setType(java.lang.String type) {
diff --git a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentPage.java b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentPage.java
index 96043733bf4..edae40853fe 100644
--- a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentPage.java
+++ b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentPage.java
@@ -148,7 +148,7 @@ public final class GoogleCloudDocumentaiV1beta3DocumentPage extends com.google.a
private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Cloud Document AI API. For a detailed explanation
diff --git a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview.java b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview.java
index 344766f3f4f..53288b19f6f 100644
--- a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview.java
+++ b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview.java
@@ -31,7 +31,7 @@
public final class GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview extends com.google.api.client.json.GenericJson {
/**
- * Human review state. e.g. `requested`, `succeeded`, `rejected`.
+ * Human review state. For example, `requested`, `succeeded`, `rejected`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -46,7 +46,7 @@ public final class GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview exten
private java.lang.String stateMessage;
/**
- * Human review state. e.g. `requested`, `succeeded`, `rejected`.
+ * Human review state. For example, `requested`, `succeeded`, `rejected`.
* @return value or {@code null} for none
*/
public java.lang.String getState() {
@@ -54,7 +54,7 @@ public java.lang.String getState() {
}
/**
- * Human review state. e.g. `requested`, `succeeded`, `rejected`.
+ * Human review state. For example, `requested`, `succeeded`, `rejected`.
* @param state state or {@code null} for none
*/
public GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview setState(java.lang.String state) {
diff --git a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentSchema.java b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentSchema.java
index 453a1ee5983..83d3394bb19 100644
--- a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentSchema.java
+++ b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentSchema.java
@@ -38,7 +38,7 @@ public final class GoogleCloudDocumentaiV1beta3DocumentSchema extends com.google
private java.lang.String description;
/**
- * Display name to show to users.
+ * Display name to show users.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -84,7 +84,7 @@ public GoogleCloudDocumentaiV1beta3DocumentSchema setDescription(java.lang.Strin
}
/**
- * Display name to show to users.
+ * Display name to show users.
* @return value or {@code null} for none
*/
public java.lang.String getDisplayName() {
@@ -92,7 +92,7 @@ public java.lang.String getDisplayName() {
}
/**
- * Display name to show to users.
+ * Display name to show users.
* @param displayName displayName or {@code null} for none
*/
public GoogleCloudDocumentaiV1beta3DocumentSchema setDisplayName(java.lang.String displayName) {
diff --git a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType.java b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType.java
index 864e1841bf0..f4457617155 100644
--- a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType.java
+++ b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType.java
@@ -63,7 +63,7 @@ public final class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType extends
/**
* If specified, lists all the possible values for this entity. This should not be more than a
- * handful of values. If the number of values is >10 or could change frequently use the
+ * handful of values. If the number of values is >10 or could change frequently, use the
* `EntityType.value_ontology` field and specify a list of all possible values in a value ontology
* file.
* The value may be {@code null}.
@@ -75,8 +75,8 @@ public final class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType extends
* Name of the type. It must be unique within the schema file and cannot be a "Common Type". The
* following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive.
* - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters
- * `[a-z0-9_-]`. (For backward compatibility internal infrastructure and tooling can handle any
- * ascii character.) - The `/` is sometimes used to denote a property of a type. For example
+ * `[a-z0-9_-]`. (For backward compatibility, internal infrastructure and tooling can handle any
+ * ASCII character.) - The `/` is sometimes used to denote a property of a type. For example
* `line_item/amount`. This convention is deprecated, but will still be honored for backward
* compatibility.
* The value may be {@code null}.
@@ -163,7 +163,7 @@ public GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType setEntityTypeMetadat
/**
* If specified, lists all the possible values for this entity. This should not be more than a
- * handful of values. If the number of values is >10 or could change frequently use the
+ * handful of values. If the number of values is >10 or could change frequently, use the
* `EntityType.value_ontology` field and specify a list of all possible values in a value ontology
* file.
* @return value or {@code null} for none
@@ -174,7 +174,7 @@ public GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeEnumValues getEnumVal
/**
* If specified, lists all the possible values for this entity. This should not be more than a
- * handful of values. If the number of values is >10 or could change frequently use the
+ * handful of values. If the number of values is >10 or could change frequently, use the
* `EntityType.value_ontology` field and specify a list of all possible values in a value ontology
* file.
* @param enumValues enumValues or {@code null} for none
@@ -188,8 +188,8 @@ public GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType setEnumValues(Google
* Name of the type. It must be unique within the schema file and cannot be a "Common Type". The
* following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive.
* - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters
- * `[a-z0-9_-]`. (For backward compatibility internal infrastructure and tooling can handle any
- * ascii character.) - The `/` is sometimes used to denote a property of a type. For example
+ * `[a-z0-9_-]`. (For backward compatibility, internal infrastructure and tooling can handle any
+ * ASCII character.) - The `/` is sometimes used to denote a property of a type. For example
* `line_item/amount`. This convention is deprecated, but will still be honored for backward
* compatibility.
* @return value or {@code null} for none
@@ -202,8 +202,8 @@ public java.lang.String getName() {
* Name of the type. It must be unique within the schema file and cannot be a "Common Type". The
* following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive.
* - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters
- * `[a-z0-9_-]`. (For backward compatibility internal infrastructure and tooling can handle any
- * ascii character.) - The `/` is sometimes used to denote a property of a type. For example
+ * `[a-z0-9_-]`. (For backward compatibility, internal infrastructure and tooling can handle any
+ * ASCII character.) - The `/` is sometimes used to denote a property of a type. For example
* `line_item/amount`. This convention is deprecated, but will still be honored for backward
* compatibility.
* @param name name or {@code null} for none
diff --git a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata.java b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata.java
index 38c549c6a45..3ee4ff0c1f3 100644
--- a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata.java
+++ b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata.java
@@ -53,7 +53,7 @@ public final class GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata extends co
private java.lang.Boolean prefixedNamingOnProperties;
/**
- * If set, we will skip the naming format validation in the schema. So the string values in
+ * If set, this will skip the naming format validation in the schema. So the string values in
* `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be
* checked.
* The value may be {@code null}.
@@ -115,7 +115,7 @@ public GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata setPrefixedNamingOnPro
}
/**
- * If set, we will skip the naming format validation in the schema. So the string values in
+ * If set, this will skip the naming format validation in the schema. So the string values in
* `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be
* checked.
* @return value or {@code null} for none
@@ -125,7 +125,7 @@ public java.lang.Boolean getSkipNamingValidation() {
}
/**
- * If set, we will skip the naming format validation in the schema. So the string values in
+ * If set, this will skip the naming format validation in the schema. So the string values in
* `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be
* checked.
* @param skipNamingValidation skipNamingValidation or {@code null} for none
diff --git a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3Evaluation.java b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3Evaluation.java
index 6caf5fd1b1c..5f5c51eb37f 100644
--- a/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3Evaluation.java
+++ b/clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3Evaluation.java
@@ -80,6 +80,13 @@ public final class GoogleCloudDocumentaiV1beta3Evaluation extends com.google.api
@com.google.api.client.util.Key
private java.lang.String name;
+ /**
+ * Contains all revisions of the evaluation, excluding the latest one.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Cloud Document AI API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ *