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: docs/dyn/discoveryengine_v1alpha.projects.locations.collections.dataConnector.connectorRuns.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -111,9 +111,9 @@ <h3>Method Details</h3>
111
111
"endTime": "A String", # Output only. The time when the connector run ended.
112
112
"entityRuns": [ # Output only. The details of the entities synced at the ConnectorRun. Each ConnectorRun consists of syncing one or more entities.
113
113
{ # Represents an entity that was synced in this ConnectorRun.
114
-
"deletedRecordCount": "A String", # The number of documents deleted.
114
+
"deletedRecordCount": "A String", # Optional. The number of documents deleted.
115
115
"entityName": "A String", # The name of the source entity.
116
-
"errorRecordCount": "A String", # The total number of documents failed at sync at any stage (extraction, indexing, etc).
116
+
"errorRecordCount": "A String", # Optional. The total number of documents failed at sync at indexing stage.
117
117
"errors": [ # The errors from the entity's sync run. Only exist if running into an error state. Contains error code and error message.
118
118
{ # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).
119
119
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
@@ -125,15 +125,15 @@ <h3>Method Details</h3>
125
125
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
126
126
},
127
127
],
128
-
"extractedRecordCount": "A String", # The number of documents extracted from connector source, ready to be ingested to VAIS.
129
-
"indexedRecordCount": "A String", # The number of documents indexed.
128
+
"extractedRecordCount": "A String", # Optional. The number of documents extracted from connector source, ready to be ingested to VAIS.
129
+
"indexedRecordCount": "A String", # Optional. The number of documents indexed.
130
130
"progress": { # Represents the progress of a sync run. # Metadata to generate the progress bar.
131
131
"currentCount": "A String", # The current progress.
132
132
"percentile": 3.14, # Derived. The percentile of the progress.current_count / total_count. The value is between [0, 1.0] inclusive.
133
133
"totalCount": "A String", # The total.
134
134
},
135
-
"scheduledRecordCount": "A String", # The number of documents scheduled to be crawled/extracted from connector source. This only applies to third party connectors.
136
-
"sourceApiRequestCount": "A String", # The number of requests sent to 3p API.
135
+
"scheduledRecordCount": "A String", # Optional. The number of documents scheduled to be crawled/extracted from connector source. This only applies to third party connectors.
136
+
"sourceApiRequestCount": "A String", # Optional. The number of requests sent to 3p API.
137
137
"state": "A String", # The state of the entity's sync run.
138
138
"stateUpdateTime": "A String", # Timestamp at which the entity sync state was last updated.
139
139
"statsUpdateTime": "A String", # The timestamp for either extracted_documents_count, indexed_documents_count and error_documents_count was last updated.
Copy file name to clipboardExpand all lines: docs/dyn/discoveryengine_v1alpha.projects.locations.collections.dataConnector.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -156,9 +156,9 @@ <h3>Method Details</h3>
156
156
"endTime": "A String", # Output only. The time when the connector run ended.
157
157
"entityRuns": [ # Output only. The details of the entities synced at the ConnectorRun. Each ConnectorRun consists of syncing one or more entities.
158
158
{ # Represents an entity that was synced in this ConnectorRun.
159
-
"deletedRecordCount": "A String", # The number of documents deleted.
159
+
"deletedRecordCount": "A String", # Optional. The number of documents deleted.
160
160
"entityName": "A String", # The name of the source entity.
161
-
"errorRecordCount": "A String", # The total number of documents failed at sync at any stage (extraction, indexing, etc).
161
+
"errorRecordCount": "A String", # Optional. The total number of documents failed at sync at indexing stage.
162
162
"errors": [ # The errors from the entity's sync run. Only exist if running into an error state. Contains error code and error message.
163
163
{ # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).
164
164
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
@@ -170,15 +170,15 @@ <h3>Method Details</h3>
170
170
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
171
171
},
172
172
],
173
-
"extractedRecordCount": "A String", # The number of documents extracted from connector source, ready to be ingested to VAIS.
174
-
"indexedRecordCount": "A String", # The number of documents indexed.
173
+
"extractedRecordCount": "A String", # Optional. The number of documents extracted from connector source, ready to be ingested to VAIS.
174
+
"indexedRecordCount": "A String", # Optional. The number of documents indexed.
175
175
"progress": { # Represents the progress of a sync run. # Metadata to generate the progress bar.
176
176
"currentCount": "A String", # The current progress.
177
177
"percentile": 3.14, # Derived. The percentile of the progress.current_count / total_count. The value is between [0, 1.0] inclusive.
178
178
"totalCount": "A String", # The total.
179
179
},
180
-
"scheduledRecordCount": "A String", # The number of documents scheduled to be crawled/extracted from connector source. This only applies to third party connectors.
181
-
"sourceApiRequestCount": "A String", # The number of requests sent to 3p API.
180
+
"scheduledRecordCount": "A String", # Optional. The number of documents scheduled to be crawled/extracted from connector source. This only applies to third party connectors.
181
+
"sourceApiRequestCount": "A String", # Optional. The number of requests sent to 3p API.
182
182
"state": "A String", # The state of the entity's sync run.
183
183
"stateUpdateTime": "A String", # Timestamp at which the entity sync state was last updated.
184
184
"statsUpdateTime": "A String", # The timestamp for either extracted_documents_count, indexed_documents_count and error_documents_count was last updated.
Copy file name to clipboardExpand all lines: docs/dyn/discoveryengine_v1alpha.projects.locations.collections.html
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,11 @@ <h3>Method Details</h3>
233
233
"authParams": { # Optional. Any authentication parameters specific to EUA connectors.
234
234
"a_key": "", # Properties of the object.
235
235
},
236
+
"tenant": { # Tenant information for a connector source. This includes some of the same information stored in the Credential message, but is limited to only what is needed to provide a list of accessible tenants to the user. # Optional. The tenant project the connector is connected to.
237
+
"displayName": "A String", # Optional display name for the tenant, e.g. "My Slack Team".
"uri": "A String", # The URI of the tenant, if applicable. For example, the URI of a Jira instance is https://my-jira-instance.atlassian.net, and a Slack tenant does not have a URI.
240
+
},
236
241
},
237
242
"entities": [ # List of entities from the connected data source to ingest.
238
243
{ # Represents an entity in the data source. For example, the `Account` object in Salesforce.
@@ -421,6 +426,11 @@ <h3>Method Details</h3>
421
426
"authParams": { # Optional. Any authentication parameters specific to EUA connectors.
422
427
"a_key": "", # Properties of the object.
423
428
},
429
+
"tenant": { # Tenant information for a connector source. This includes some of the same information stored in the Credential message, but is limited to only what is needed to provide a list of accessible tenants to the user. # Optional. The tenant project the connector is connected to.
430
+
"displayName": "A String", # Optional display name for the tenant, e.g. "My Slack Team".
"uri": "A String", # The URI of the tenant, if applicable. For example, the URI of a Jira instance is https://my-jira-instance.atlassian.net, and a Slack tenant does not have a URI.
433
+
},
424
434
},
425
435
"entities": [ # List of entities from the connected data source to ingest.
426
436
{ # Represents an entity in the data source. For example, the `Account` object in Salesforce.
@@ -613,6 +623,11 @@ <h3>Method Details</h3>
613
623
"authParams": { # Optional. Any authentication parameters specific to EUA connectors.
614
624
"a_key": "", # Properties of the object.
615
625
},
626
+
"tenant": { # Tenant information for a connector source. This includes some of the same information stored in the Credential message, but is limited to only what is needed to provide a list of accessible tenants to the user. # Optional. The tenant project the connector is connected to.
627
+
"displayName": "A String", # Optional display name for the tenant, e.g. "My Slack Team".
"uri": "A String", # The URI of the tenant, if applicable. For example, the URI of a Jira instance is https://my-jira-instance.atlassian.net, and a Slack tenant does not have a URI.
630
+
},
616
631
},
617
632
"entities": [ # List of entities from the connected data source to ingest.
618
633
{ # Represents an entity in the data source. For example, the `Account` object in Salesforce.
@@ -815,6 +830,11 @@ <h3>Method Details</h3>
815
830
"authParams": { # Optional. Any authentication parameters specific to EUA connectors.
816
831
"a_key": "", # Properties of the object.
817
832
},
833
+
"tenant": { # Tenant information for a connector source. This includes some of the same information stored in the Credential message, but is limited to only what is needed to provide a list of accessible tenants to the user. # Optional. The tenant project the connector is connected to.
834
+
"displayName": "A String", # Optional display name for the tenant, e.g. "My Slack Team".
"uri": "A String", # The URI of the tenant, if applicable. For example, the URI of a Jira instance is https://my-jira-instance.atlassian.net, and a Slack tenant does not have a URI.
837
+
},
818
838
},
819
839
"entities": [ # List of entities from the connected data source to ingest.
820
840
{ # Represents an entity in the data source. For example, the `Account` object in Salesforce.
@@ -1027,6 +1047,11 @@ <h3>Method Details</h3>
1027
1047
"authParams": { # Optional. Any authentication parameters specific to EUA connectors.
1028
1048
"a_key": "", # Properties of the object.
1029
1049
},
1050
+
"tenant": { # Tenant information for a connector source. This includes some of the same information stored in the Credential message, but is limited to only what is needed to provide a list of accessible tenants to the user. # Optional. The tenant project the connector is connected to.
1051
+
"displayName": "A String", # Optional display name for the tenant, e.g. "My Slack Team".
"uri": "A String", # The URI of the tenant, if applicable. For example, the URI of a Jira instance is https://my-jira-instance.atlassian.net, and a Slack tenant does not have a URI.
1054
+
},
1030
1055
},
1031
1056
"entities": [ # List of entities from the connected data source to ingest.
1032
1057
{ # Represents an entity in the data source. For example, the `Account` object in Salesforce.
@@ -1206,6 +1231,11 @@ <h3>Method Details</h3>
1206
1231
"authParams": { # Optional. Any authentication parameters specific to EUA connectors.
1207
1232
"a_key": "", # Properties of the object.
1208
1233
},
1234
+
"tenant": { # Tenant information for a connector source. This includes some of the same information stored in the Credential message, but is limited to only what is needed to provide a list of accessible tenants to the user. # Optional. The tenant project the connector is connected to.
1235
+
"displayName": "A String", # Optional display name for the tenant, e.g. "My Slack Team".
"uri": "A String", # The URI of the tenant, if applicable. For example, the URI of a Jira instance is https://my-jira-instance.atlassian.net, and a Slack tenant does not have a URI.
1238
+
},
1209
1239
},
1210
1240
"entities": [ # List of entities from the connected data source to ingest.
1211
1241
{ # Represents an entity in the data source. For example, the `Account` object in Salesforce.
Copy file name to clipboardExpand all lines: docs/dyn/discoveryengine_v1alpha.projects.locations.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -993,6 +993,11 @@ <h3>Method Details</h3>
993
993
"authParams": { # Optional. Any authentication parameters specific to EUA connectors.
994
994
"a_key": "", # Properties of the object.
995
995
},
996
+
"tenant": { # Tenant information for a connector source. This includes some of the same information stored in the Credential message, but is limited to only what is needed to provide a list of accessible tenants to the user. # Optional. The tenant project the connector is connected to.
997
+
"displayName": "A String", # Optional display name for the tenant, e.g. "My Slack Team".
"uri": "A String", # The URI of the tenant, if applicable. For example, the URI of a Jira instance is https://my-jira-instance.atlassian.net, and a Slack tenant does not have a URI.
1000
+
},
996
1001
},
997
1002
"entities": [ # List of entities from the connected data source to ingest.
998
1003
{ # Represents an entity in the data source. For example, the `Account` object in Salesforce.
0 commit comments