3030public final class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun extends com .google .api .client .json .GenericJson {
3131
3232 /**
33- * The number of documents deleted.
33+ * Optional. The number of documents deleted.
3434 * The value may be {@code null}.
3535 */
3636 @ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
@@ -44,7 +44,7 @@ public final class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun extend
4444 private java .lang .String entityName ;
4545
4646 /**
47- * The total number of documents failed at sync at any stage (extraction, indexing, etc) .
47+ * Optional. The total number of documents failed at sync at indexing stage .
4848 * The value may be {@code null}.
4949 */
5050 @ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
@@ -59,14 +59,15 @@ public final class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun extend
5959 private java .util .List <GoogleRpcStatus > errors ;
6060
6161 /**
62- * The number of documents extracted from connector source, ready to be ingested to VAIS.
62+ * Optional. The number of documents extracted from connector source, ready to be ingested to
63+ * VAIS.
6364 * The value may be {@code null}.
6465 */
6566 @ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
6667 private java .lang .Long extractedRecordCount ;
6768
6869 /**
69- * The number of documents indexed.
70+ * Optional. The number of documents indexed.
7071 * The value may be {@code null}.
7172 */
7273 @ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
@@ -80,15 +81,15 @@ public final class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun extend
8081 private GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress progress ;
8182
8283 /**
83- * The number of documents scheduled to be crawled/extracted from connector source. This only
84- * applies to third party connectors.
84+ * Optional. The number of documents scheduled to be crawled/extracted from connector source. This
85+ * only applies to third party connectors.
8586 * The value may be {@code null}.
8687 */
8788 @ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
8889 private java .lang .Long scheduledRecordCount ;
8990
9091 /**
91- * The number of requests sent to 3p API.
92+ * Optional. The number of requests sent to 3p API.
9293 * The value may be {@code null}.
9394 */
9495 @ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
@@ -124,15 +125,15 @@ public final class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun extend
124125 private java .lang .String syncType ;
125126
126127 /**
127- * The number of documents deleted.
128+ * Optional. The number of documents deleted.
128129 * @return value or {@code null} for none
129130 */
130131 public java .lang .Long getDeletedRecordCount () {
131132 return deletedRecordCount ;
132133 }
133134
134135 /**
135- * The number of documents deleted.
136+ * Optional. The number of documents deleted.
136137 * @param deletedRecordCount deletedRecordCount or {@code null} for none
137138 */
138139 public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setDeletedRecordCount (java .lang .Long deletedRecordCount ) {
@@ -158,15 +159,15 @@ public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setEntityName(java
158159 }
159160
160161 /**
161- * The total number of documents failed at sync at any stage (extraction, indexing, etc) .
162+ * Optional. The total number of documents failed at sync at indexing stage .
162163 * @return value or {@code null} for none
163164 */
164165 public java .lang .Long getErrorRecordCount () {
165166 return errorRecordCount ;
166167 }
167168
168169 /**
169- * The total number of documents failed at sync at any stage (extraction, indexing, etc) .
170+ * Optional. The total number of documents failed at sync at indexing stage .
170171 * @param errorRecordCount errorRecordCount or {@code null} for none
171172 */
172173 public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setErrorRecordCount (java .lang .Long errorRecordCount ) {
@@ -194,15 +195,17 @@ public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setErrors(java.uti
194195 }
195196
196197 /**
197- * The number of documents extracted from connector source, ready to be ingested to VAIS.
198+ * Optional. The number of documents extracted from connector source, ready to be ingested to
199+ * VAIS.
198200 * @return value or {@code null} for none
199201 */
200202 public java .lang .Long getExtractedRecordCount () {
201203 return extractedRecordCount ;
202204 }
203205
204206 /**
205- * The number of documents extracted from connector source, ready to be ingested to VAIS.
207+ * Optional. The number of documents extracted from connector source, ready to be ingested to
208+ * VAIS.
206209 * @param extractedRecordCount extractedRecordCount or {@code null} for none
207210 */
208211 public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setExtractedRecordCount (java .lang .Long extractedRecordCount ) {
@@ -211,15 +214,15 @@ public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setExtractedRecord
211214 }
212215
213216 /**
214- * The number of documents indexed.
217+ * Optional. The number of documents indexed.
215218 * @return value or {@code null} for none
216219 */
217220 public java .lang .Long getIndexedRecordCount () {
218221 return indexedRecordCount ;
219222 }
220223
221224 /**
222- * The number of documents indexed.
225+ * Optional. The number of documents indexed.
223226 * @param indexedRecordCount indexedRecordCount or {@code null} for none
224227 */
225228 public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setIndexedRecordCount (java .lang .Long indexedRecordCount ) {
@@ -245,17 +248,17 @@ public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setProgress(Google
245248 }
246249
247250 /**
248- * The number of documents scheduled to be crawled/extracted from connector source. This only
249- * applies to third party connectors.
251+ * Optional. The number of documents scheduled to be crawled/extracted from connector source. This
252+ * only applies to third party connectors.
250253 * @return value or {@code null} for none
251254 */
252255 public java .lang .Long getScheduledRecordCount () {
253256 return scheduledRecordCount ;
254257 }
255258
256259 /**
257- * The number of documents scheduled to be crawled/extracted from connector source. This only
258- * applies to third party connectors.
260+ * Optional. The number of documents scheduled to be crawled/extracted from connector source. This
261+ * only applies to third party connectors.
259262 * @param scheduledRecordCount scheduledRecordCount or {@code null} for none
260263 */
261264 public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setScheduledRecordCount (java .lang .Long scheduledRecordCount ) {
@@ -264,15 +267,15 @@ public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setScheduledRecord
264267 }
265268
266269 /**
267- * The number of requests sent to 3p API.
270+ * Optional. The number of requests sent to 3p API.
268271 * @return value or {@code null} for none
269272 */
270273 public java .lang .Long getSourceApiRequestCount () {
271274 return sourceApiRequestCount ;
272275 }
273276
274277 /**
275- * The number of requests sent to 3p API.
278+ * Optional. The number of requests sent to 3p API.
276279 * @param sourceApiRequestCount sourceApiRequestCount or {@code null} for none
277280 */
278281 public GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun setSourceApiRequestCount (java .lang .Long sourceApiRequestCount ) {
0 commit comments