You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,11 @@ public final class GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty exten
38
38
privatejava.lang.StringdisplayName;
39
39
40
40
/**
41
-
* Grounding config of the entity type.
41
+
* Specifies how the entity's value is obtained.
42
42
* The value may be {@code null}.
43
43
*/
44
44
@com.google.api.client.util.Key
45
-
privatejava.lang.StringgroundingConfig;
45
+
privatejava.lang.Stringmethod;
46
46
47
47
/**
48
48
* The name of the property. Follows the same guidelines as the EntityType name.
@@ -84,19 +84,19 @@ public GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty setDisplayName(ja
84
84
}
85
85
86
86
/**
87
-
* Grounding config of the entity type.
87
+
* Specifies how the entity's value is obtained.
88
88
* @return value or {@code null} for none
89
89
*/
90
-
publicjava.lang.StringgetGroundingConfig() {
91
-
returngroundingConfig;
90
+
publicjava.lang.StringgetMethod() {
91
+
returnmethod;
92
92
}
93
93
94
94
/**
95
-
* Grounding config of the entity type.
96
-
* @param groundingConfig groundingConfig or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,11 @@ public final class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty
46
46
privatejava.lang.StringdisplayName;
47
47
48
48
/**
49
-
* Grounding config of the entity type.
49
+
* Specifies how the entity's value is obtained.
50
50
* The value may be {@code null}.
51
51
*/
52
52
@com.google.api.client.util.Key
53
-
privatejava.lang.StringgroundingConfig;
53
+
privatejava.lang.Stringmethod;
54
54
55
55
/**
56
56
* The name of the property. Follows the same guidelines as the EntityType name.
@@ -118,19 +118,19 @@ public GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty setDisplayNa
118
118
}
119
119
120
120
/**
121
-
* Grounding config of the entity type.
121
+
* Specifies how the entity's value is obtained.
122
122
* @return value or {@code null} for none
123
123
*/
124
-
publicjava.lang.StringgetGroundingConfig() {
125
-
returngroundingConfig;
124
+
publicjava.lang.StringgetMethod() {
125
+
returnmethod;
126
126
}
127
127
128
128
/**
129
-
* Grounding config of the entity type.
130
-
* @param groundingConfig groundingConfig or {@code null} for none
0 commit comments