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/GoogleCloudDocumentaiV1NextSchema.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public final class GoogleCloudDocumentaiV1NextSchema extends com.google.api.clie
38
38
privateStringcreateTime;
39
39
40
40
/**
41
-
* Optional. The user-defined name of the Schema.
41
+
* Required. The user-defined name of the Schema.
42
42
* The value may be {@code null}.
43
43
*/
44
44
@com.google.api.client.util.Key
@@ -84,15 +84,15 @@ public GoogleCloudDocumentaiV1NextSchema setCreateTime(String createTime) {
84
84
}
85
85
86
86
/**
87
-
* Optional. The user-defined name of the Schema.
87
+
* Required. The user-defined name of the Schema.
88
88
* @return value or {@code null} for none
89
89
*/
90
90
publicjava.lang.StringgetDisplayName() {
91
91
returndisplayName;
92
92
}
93
93
94
94
/**
95
-
* Optional. The user-defined name of the Schema.
95
+
* Required. The user-defined name of the Schema.
96
96
* @param displayName displayName or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1SchemaVersion.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public final class GoogleCloudDocumentaiV1SchemaVersion extends com.google.api.c
38
38
privateStringcreateTime;
39
39
40
40
/**
41
-
* Optional. The user-defined name of the SchemaVersion.
41
+
* Required. The user-defined name of the SchemaVersion.
42
42
* The value may be {@code null}.
43
43
*/
44
44
@com.google.api.client.util.Key
@@ -84,15 +84,15 @@ public GoogleCloudDocumentaiV1SchemaVersion setCreateTime(String createTime) {
84
84
}
85
85
86
86
/**
87
-
* Optional. The user-defined name of the SchemaVersion.
87
+
* Required. The user-defined name of the SchemaVersion.
88
88
* @return value or {@code null} for none
89
89
*/
90
90
publicjava.lang.StringgetDisplayName() {
91
91
returndisplayName;
92
92
}
93
93
94
94
/**
95
-
* Optional. The user-defined name of the SchemaVersion.
95
+
* Required. The user-defined name of the SchemaVersion.
96
96
* @param displayName displayName or {@code null} for none
0 commit comments