Skip to content

Commit 250a79c

Browse files
feat(discoveryengine): update the API
#### discoveryengine:v1alpha The following keys were added: - schemas.GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig.properties.tenant.$ref - schemas.GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig.properties.tenant.description - schemas.GoogleCloudDiscoveryengineV1alphaTenant.description - schemas.GoogleCloudDiscoveryengineV1alphaTenant.id - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.displayName.description - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.displayName.type - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.id.description - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.id.type - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.uri.description - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.uri.type - schemas.GoogleCloudDiscoveryengineV1alphaTenant.type - schemas.GoogleCloudDiscoveryengineV1alphaWidgetConfigCollectionComponent.properties.dataSourceDisplayName.description - schemas.GoogleCloudDiscoveryengineV1alphaWidgetConfigCollectionComponent.properties.dataSourceDisplayName.readOnly - schemas.GoogleCloudDiscoveryengineV1alphaWidgetConfigCollectionComponent.properties.dataSourceDisplayName.type The following keys were changed: - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.deletedRecordCount.description - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.errorRecordCount.description - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.extractedRecordCount.description - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.indexedRecordCount.description - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.scheduledRecordCount.description - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.sourceApiRequestCount.description - schemas.GoogleCloudDiscoveryengineV1alphaDataConnector.properties.connectorType.enum - schemas.GoogleCloudDiscoveryengineV1alphaDataConnector.properties.connectorType.enumDescriptions #### discoveryengine:v1beta The following keys were added: - schemas.GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig.properties.tenant.$ref - schemas.GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig.properties.tenant.description - schemas.GoogleCloudDiscoveryengineV1alphaTenant.description - schemas.GoogleCloudDiscoveryengineV1alphaTenant.id - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.displayName.description - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.displayName.type - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.id.description - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.id.type - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.uri.description - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.uri.type - schemas.GoogleCloudDiscoveryengineV1alphaTenant.type The following keys were changed: - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.deletedRecordCount.description - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.errorRecordCount.description - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.extractedRecordCount.description - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.indexedRecordCount.description - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.scheduledRecordCount.description - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.sourceApiRequestCount.description - schemas.GoogleCloudDiscoveryengineV1alphaDataConnector.properties.connectorType.enum - schemas.GoogleCloudDiscoveryengineV1alphaDataConnector.properties.connectorType.enumDescriptions #### discoveryengine:v1 The following keys were added: - schemas.GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig.properties.tenant.$ref - schemas.GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig.properties.tenant.description - schemas.GoogleCloudDiscoveryengineV1alphaTenant.description - schemas.GoogleCloudDiscoveryengineV1alphaTenant.id - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.displayName.description - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.displayName.type - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.id.description - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.id.type - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.uri.description - schemas.GoogleCloudDiscoveryengineV1alphaTenant.properties.uri.type - schemas.GoogleCloudDiscoveryengineV1alphaTenant.type The following keys were changed: - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.deletedRecordCount.description - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.errorRecordCount.description - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.extractedRecordCount.description - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.indexedRecordCount.description - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.scheduledRecordCount.description - schemas.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun.properties.sourceApiRequestCount.description - schemas.GoogleCloudDiscoveryengineV1alphaDataConnector.properties.connectorType.enum - schemas.GoogleCloudDiscoveryengineV1alphaDataConnector.properties.connectorType.enumDescriptions
1 parent eaf8c31 commit 250a79c

File tree

7 files changed

+193
-46
lines changed

7 files changed

+193
-46
lines changed

‎discovery/discoveryengine-v1.json

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7052,7 +7052,7 @@
70527052
}
70537053
}
70547054
},
7055-
"revision": "20250619",
7055+
"revision": "20250701",
70567056
"rootUrl": "https://discoveryengine.googleapis.com/",
70577057
"schemas": {
70587058
"GoogleApiDistribution": {
@@ -15945,7 +15945,7 @@
1594515945
"id": "GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun",
1594615946
"properties": {
1594715947
"deletedRecordCount": {
15948-
"description": "The number of documents deleted.",
15948+
"description": "Optional. The number of documents deleted.",
1594915949
"format": "int64",
1595015950
"type": "string"
1595115951
},
@@ -15954,7 +15954,7 @@
1595415954
"type": "string"
1595515955
},
1595615956
"errorRecordCount": {
15957-
"description": "The total number of documents failed at sync at any stage (extraction, indexing, etc).",
15957+
"description": "Optional. The total number of documents failed at sync at indexing stage.",
1595815958
"format": "int64",
1595915959
"type": "string"
1596015960
},
@@ -15966,12 +15966,12 @@
1596615966
"type": "array"
1596715967
},
1596815968
"extractedRecordCount": {
15969-
"description": "The number of documents extracted from connector source, ready to be ingested to VAIS.",
15969+
"description": "Optional. The number of documents extracted from connector source, ready to be ingested to VAIS.",
1597015970
"format": "int64",
1597115971
"type": "string"
1597215972
},
1597315973
"indexedRecordCount": {
15974-
"description": "The number of documents indexed.",
15974+
"description": "Optional. The number of documents indexed.",
1597515975
"format": "int64",
1597615976
"type": "string"
1597715977
},
@@ -15980,12 +15980,12 @@
1598015980
"description": "Metadata to generate the progress bar."
1598115981
},
1598215982
"scheduledRecordCount": {
15983-
"description": "The number of documents scheduled to be crawled/extracted from connector source. This only applies to third party connectors.",
15983+
"description": "Optional. The number of documents scheduled to be crawled/extracted from connector source. This only applies to third party connectors.",
1598415984
"format": "int64",
1598515985
"type": "string"
1598615986
},
1598715987
"sourceApiRequestCount": {
15988-
"description": "The number of requests sent to 3p API.",
15988+
"description": "Optional. The number of requests sent to 3p API.",
1598915989
"format": "int64",
1599015990
"type": "string"
1599115991
},
@@ -16517,7 +16517,8 @@
1651716517
"GOOGLE_DRIVE",
1651816518
"NATIVE_CLOUD_IDENTITY",
1651916519
"THIRD_PARTY_FEDERATED",
16520-
"THIRD_PARTY_EUA"
16520+
"THIRD_PARTY_EUA",
16521+
"GCNV"
1652116522
],
1652216523
"enumDescriptions": [
1652316524
"Default value.",
@@ -16530,7 +16531,8 @@
1653016531
"Google Drive connector.",
1653116532
"Native Cloud Identity connector for people search powered by People API.",
1653216533
"Federated connector, it is a third party connector that doesn't ingestion data, and search is powered by third party application's API.",
16533-
"Connector utilized for End User Authentication features."
16534+
"Connector utilized for End User Authentication features.",
16535+
"Google Cloud NetApp Volumes connector."
1653416536
],
1653516537
"readOnly": true,
1653616538
"type": "string"
@@ -16747,6 +16749,10 @@
1674716749
},
1674816750
"description": "Optional. Any authentication parameters specific to EUA connectors.",
1674916751
"type": "object"
16752+
},
16753+
"tenant": {
16754+
"$ref": "GoogleCloudDiscoveryengineV1alphaTenant",
16755+
"description": "Optional. The tenant project the connector is connected to."
1675016756
}
1675116757
},
1675216758
"type": "object"
@@ -20365,6 +20371,25 @@
2036520371
},
2036620372
"type": "object"
2036720373
},
20374+
"GoogleCloudDiscoveryengineV1alphaTenant": {
20375+
"description": "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.",
20376+
"id": "GoogleCloudDiscoveryengineV1alphaTenant",
20377+
"properties": {
20378+
"displayName": {
20379+
"description": "Optional display name for the tenant, e.g. \"My Slack Team\".",
20380+
"type": "string"
20381+
},
20382+
"id": {
20383+
"description": "The tenant's instance ID. Examples: Jira (\"8594f221-9797-5f78-1fa4-485e198d7cd0\"), Slack (\"T123456\").",
20384+
"type": "string"
20385+
},
20386+
"uri": {
20387+
"description": "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.",
20388+
"type": "string"
20389+
}
20390+
},
20391+
"type": "object"
20392+
},
2036820393
"GoogleCloudDiscoveryengineV1alphaTrainCustomModelMetadata": {
2036920394
"description": "Metadata related to the progress of the TrainCustomModel operation. This is returned by the google.longrunning.Operation.metadata field.",
2037020395
"id": "GoogleCloudDiscoveryengineV1alphaTrainCustomModelMetadata",

‎discovery/discoveryengine-v1alpha.json

Lines changed: 39 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9173,7 +9173,7 @@
91739173
}
91749174
}
91759175
},
9176-
"revision": "20250619",
9176+
"revision": "20250701",
91779177
"rootUrl": "https://discoveryengine.googleapis.com/",
91789178
"schemas": {
91799179
"ApiservingMediaRequestInfo": {
@@ -15716,7 +15716,7 @@
1571615716
"id": "GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun",
1571715717
"properties": {
1571815718
"deletedRecordCount": {
15719-
"description": "The number of documents deleted.",
15719+
"description": "Optional. The number of documents deleted.",
1572015720
"format": "int64",
1572115721
"type": "string"
1572215722
},
@@ -15725,7 +15725,7 @@
1572515725
"type": "string"
1572615726
},
1572715727
"errorRecordCount": {
15728-
"description": "The total number of documents failed at sync at any stage (extraction, indexing, etc).",
15728+
"description": "Optional. The total number of documents failed at sync at indexing stage.",
1572915729
"format": "int64",
1573015730
"type": "string"
1573115731
},
@@ -15737,12 +15737,12 @@
1573715737
"type": "array"
1573815738
},
1573915739
"extractedRecordCount": {
15740-
"description": "The number of documents extracted from connector source, ready to be ingested to VAIS.",
15740+
"description": "Optional. The number of documents extracted from connector source, ready to be ingested to VAIS.",
1574115741
"format": "int64",
1574215742
"type": "string"
1574315743
},
1574415744
"indexedRecordCount": {
15745-
"description": "The number of documents indexed.",
15745+
"description": "Optional. The number of documents indexed.",
1574615746
"format": "int64",
1574715747
"type": "string"
1574815748
},
@@ -15751,12 +15751,12 @@
1575115751
"description": "Metadata to generate the progress bar."
1575215752
},
1575315753
"scheduledRecordCount": {
15754-
"description": "The number of documents scheduled to be crawled/extracted from connector source. This only applies to third party connectors.",
15754+
"description": "Optional. The number of documents scheduled to be crawled/extracted from connector source. This only applies to third party connectors.",
1575515755
"format": "int64",
1575615756
"type": "string"
1575715757
},
1575815758
"sourceApiRequestCount": {
15759-
"description": "The number of requests sent to 3p API.",
15759+
"description": "Optional. The number of requests sent to 3p API.",
1576015760
"format": "int64",
1576115761
"type": "string"
1576215762
},
@@ -16550,7 +16550,8 @@
1655016550
"GOOGLE_DRIVE",
1655116551
"NATIVE_CLOUD_IDENTITY",
1655216552
"THIRD_PARTY_FEDERATED",
16553-
"THIRD_PARTY_EUA"
16553+
"THIRD_PARTY_EUA",
16554+
"GCNV"
1655416555
],
1655516556
"enumDescriptions": [
1655616557
"Default value.",
@@ -16563,7 +16564,8 @@
1656316564
"Google Drive connector.",
1656416565
"Native Cloud Identity connector for people search powered by People API.",
1656516566
"Federated connector, it is a third party connector that doesn't ingestion data, and search is powered by third party application's API.",
16566-
"Connector utilized for End User Authentication features."
16567+
"Connector utilized for End User Authentication features.",
16568+
"Google Cloud NetApp Volumes connector."
1656716569
],
1656816570
"readOnly": true,
1656916571
"type": "string"
@@ -16780,6 +16782,10 @@
1678016782
},
1678116783
"description": "Optional. Any authentication parameters specific to EUA connectors.",
1678216784
"type": "object"
16785+
},
16786+
"tenant": {
16787+
"$ref": "GoogleCloudDiscoveryengineV1alphaTenant",
16788+
"description": "Optional. The tenant project the connector is connected to."
1678316789
}
1678416790
},
1678516791
"type": "object"
@@ -23469,6 +23475,25 @@
2346923475
},
2347023476
"type": "object"
2347123477
},
23478+
"GoogleCloudDiscoveryengineV1alphaTenant": {
23479+
"description": "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.",
23480+
"id": "GoogleCloudDiscoveryengineV1alphaTenant",
23481+
"properties": {
23482+
"displayName": {
23483+
"description": "Optional display name for the tenant, e.g. \"My Slack Team\".",
23484+
"type": "string"
23485+
},
23486+
"id": {
23487+
"description": "The tenant's instance ID. Examples: Jira (\"8594f221-9797-5f78-1fa4-485e198d7cd0\"), Slack (\"T123456\").",
23488+
"type": "string"
23489+
},
23490+
"uri": {
23491+
"description": "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.",
23492+
"type": "string"
23493+
}
23494+
},
23495+
"type": "object"
23496+
},
2347223497
"GoogleCloudDiscoveryengineV1alphaTextInput": {
2347323498
"description": "Defines text input.",
2347423499
"id": "GoogleCloudDiscoveryengineV1alphaTextInput",
@@ -24228,6 +24253,11 @@
2422824253
"description": "The name of the data source, retrieved from `Collection.data_connector.data_source`.",
2422924254
"type": "string"
2423024255
},
24256+
"dataSourceDisplayName": {
24257+
"description": "Output only. The display name of the data source.",
24258+
"readOnly": true,
24259+
"type": "string"
24260+
},
2423124261
"dataStoreComponents": {
2423224262
"description": "For the data store collection, list of the children data stores.",
2423324263
"items": {

‎discovery/discoveryengine-v1beta.json

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8004,7 +8004,7 @@
80048004
}
80058005
}
80068006
},
8007-
"revision": "20250619",
8007+
"revision": "20250701",
80088008
"rootUrl": "https://discoveryengine.googleapis.com/",
80098009
"schemas": {
80108010
"GoogleApiDistribution": {
@@ -12126,7 +12126,7 @@
1212612126
"id": "GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun",
1212712127
"properties": {
1212812128
"deletedRecordCount": {
12129-
"description": "The number of documents deleted.",
12129+
"description": "Optional. The number of documents deleted.",
1213012130
"format": "int64",
1213112131
"type": "string"
1213212132
},
@@ -12135,7 +12135,7 @@
1213512135
"type": "string"
1213612136
},
1213712137
"errorRecordCount": {
12138-
"description": "The total number of documents failed at sync at any stage (extraction, indexing, etc).",
12138+
"description": "Optional. The total number of documents failed at sync at indexing stage.",
1213912139
"format": "int64",
1214012140
"type": "string"
1214112141
},
@@ -12147,12 +12147,12 @@
1214712147
"type": "array"
1214812148
},
1214912149
"extractedRecordCount": {
12150-
"description": "The number of documents extracted from connector source, ready to be ingested to VAIS.",
12150+
"description": "Optional. The number of documents extracted from connector source, ready to be ingested to VAIS.",
1215112151
"format": "int64",
1215212152
"type": "string"
1215312153
},
1215412154
"indexedRecordCount": {
12155-
"description": "The number of documents indexed.",
12155+
"description": "Optional. The number of documents indexed.",
1215612156
"format": "int64",
1215712157
"type": "string"
1215812158
},
@@ -12161,12 +12161,12 @@
1216112161
"description": "Metadata to generate the progress bar."
1216212162
},
1216312163
"scheduledRecordCount": {
12164-
"description": "The number of documents scheduled to be crawled/extracted from connector source. This only applies to third party connectors.",
12164+
"description": "Optional. The number of documents scheduled to be crawled/extracted from connector source. This only applies to third party connectors.",
1216512165
"format": "int64",
1216612166
"type": "string"
1216712167
},
1216812168
"sourceApiRequestCount": {
12169-
"description": "The number of requests sent to 3p API.",
12169+
"description": "Optional. The number of requests sent to 3p API.",
1217012170
"format": "int64",
1217112171
"type": "string"
1217212172
},
@@ -12698,7 +12698,8 @@
1269812698
"GOOGLE_DRIVE",
1269912699
"NATIVE_CLOUD_IDENTITY",
1270012700
"THIRD_PARTY_FEDERATED",
12701-
"THIRD_PARTY_EUA"
12701+
"THIRD_PARTY_EUA",
12702+
"GCNV"
1270212703
],
1270312704
"enumDescriptions": [
1270412705
"Default value.",
@@ -12711,7 +12712,8 @@
1271112712
"Google Drive connector.",
1271212713
"Native Cloud Identity connector for people search powered by People API.",
1271312714
"Federated connector, it is a third party connector that doesn't ingestion data, and search is powered by third party application's API.",
12714-
"Connector utilized for End User Authentication features."
12715+
"Connector utilized for End User Authentication features.",
12716+
"Google Cloud NetApp Volumes connector."
1271512717
],
1271612718
"readOnly": true,
1271712719
"type": "string"
@@ -12928,6 +12930,10 @@
1292812930
},
1292912931
"description": "Optional. Any authentication parameters specific to EUA connectors.",
1293012932
"type": "object"
12933+
},
12934+
"tenant": {
12935+
"$ref": "GoogleCloudDiscoveryengineV1alphaTenant",
12936+
"description": "Optional. The tenant project the connector is connected to."
1293112937
}
1293212938
},
1293312939
"type": "object"
@@ -16546,6 +16552,25 @@
1654616552
},
1654716553
"type": "object"
1654816554
},
16555+
"GoogleCloudDiscoveryengineV1alphaTenant": {
16556+
"description": "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.",
16557+
"id": "GoogleCloudDiscoveryengineV1alphaTenant",
16558+
"properties": {
16559+
"displayName": {
16560+
"description": "Optional display name for the tenant, e.g. \"My Slack Team\".",
16561+
"type": "string"
16562+
},
16563+
"id": {
16564+
"description": "The tenant's instance ID. Examples: Jira (\"8594f221-9797-5f78-1fa4-485e198d7cd0\"), Slack (\"T123456\").",
16565+
"type": "string"
16566+
},
16567+
"uri": {
16568+
"description": "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.",
16569+
"type": "string"
16570+
}
16571+
},
16572+
"type": "object"
16573+
},
1654916574
"GoogleCloudDiscoveryengineV1alphaTrainCustomModelMetadata": {
1655016575
"description": "Metadata related to the progress of the TrainCustomModel operation. This is returned by the google.longrunning.Operation.metadata field.",
1655116576
"id": "GoogleCloudDiscoveryengineV1alphaTrainCustomModelMetadata",

‎src/apis/discoveryengine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"webpack": "webpack"
2929
},
3030
"dependencies": {
31-
"googleapis-common": "^8.0.0"
31+
"googleapis-common": "^8.0.2-rc.0"
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-documenter": "^7.8.10",

0 commit comments

Comments
 (0)