|
7052 | 7052 | } |
7053 | 7053 | } |
7054 | 7054 | }, |
7055 | | - "revision": "20250617", |
| 7055 | + "revision": "20250619", |
7056 | 7056 | "rootUrl": "https://discoveryengine.googleapis.com/", |
7057 | 7057 | "schemas": { |
7058 | 7058 | "GoogleApiDistribution": { |
|
10971 | 10971 | ], |
10972 | 10972 | "type": "string" |
10973 | 10973 | }, |
10974 | | - "description": "Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback`", |
| 10974 | + "description": "Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`", |
10975 | 10975 | "type": "object" |
10976 | 10976 | }, |
10977 | 10977 | "industryVertical": { |
|
14770 | 14770 | "type": "string" |
14771 | 14771 | }, |
14772 | 14772 | "licenseAssignmentState": { |
14773 | | - "description": "Output only. License assignment state of the user. If the user is assigned with a license config, the user loggin will be assigned with the license; If the user's license assignment state is unassigned or unspecified, no license config will be associated to the user;", |
| 14773 | + "description": "Output only. License assignment state of the user. If the user is assigned with a license config, the user login will be assigned with the license; If the user's license assignment state is unassigned or unspecified, no license config will be associated to the user;", |
14774 | 14774 | "enum": [ |
14775 | 14775 | "LICENSE_ASSIGNMENT_STATE_UNSPECIFIED", |
14776 | 14776 | "ASSIGNED", |
|
16423 | 16423 | "$ref": "GoogleCloudDiscoveryengineV1alphaActionConfig", |
16424 | 16424 | "description": "Optional. Action configurations to make the connector support actions." |
16425 | 16425 | }, |
| 16426 | + "actionState": { |
| 16427 | + "description": "Output only. State of the action connector. This reflects whether the action connector is initializing, active or has encountered errors.", |
| 16428 | + "enum": [ |
| 16429 | + "STATE_UNSPECIFIED", |
| 16430 | + "CREATING", |
| 16431 | + "ACTIVE", |
| 16432 | + "FAILED", |
| 16433 | + "RUNNING", |
| 16434 | + "WARNING", |
| 16435 | + "INITIALIZATION_FAILED", |
| 16436 | + "UPDATING" |
| 16437 | + ], |
| 16438 | + "enumDescriptions": [ |
| 16439 | + "Default value.", |
| 16440 | + "The connector is being set up.", |
| 16441 | + "The connector is successfully set up and awaiting next sync run.", |
| 16442 | + "The connector is in error. The error details can be found in DataConnector.errors. If the error is unfixable, the DataConnector can be deleted by [CollectionService.DeleteCollection] API.", |
| 16443 | + "The connector is actively syncing records from the data source.", |
| 16444 | + "The connector has completed a sync run, but encountered non-fatal errors.", |
| 16445 | + "Connector initialization failed. Potential causes include runtime errors or issues in the asynchronous pipeline, preventing the request from reaching downstream services (except for some connector types).", |
| 16446 | + "Connector is in the process of an update." |
| 16447 | + ], |
| 16448 | + "readOnly": true, |
| 16449 | + "type": "string" |
| 16450 | + }, |
16426 | 16451 | "alertPolicyConfigs": { |
16427 | 16452 | "description": "Optional. The connector level alert config.", |
16428 | 16453 | "items": { |
@@ -16464,14 +16489,16 @@ |
16464 | 16489 | "DATA_INGESTION", |
16465 | 16490 | "ACTIONS", |
16466 | 16491 | "FEDERATED", |
16467 | | - "EUA" |
| 16492 | + "EUA", |
| 16493 | + "FEDERATED_AND_EUA" |
16468 | 16494 | ], |
16469 | 16495 | "enumDescriptions": [ |
16470 | 16496 | "Connector mode unspecified.", |
16471 | 16497 | "Connector utilized for data ingestion.", |
16472 | 16498 | "Connector utilized for actions.", |
16473 | 16499 | "Connector utilized for federated search.", |
16474 | | - "Connector utilized for End User Authentication." |
| 16500 | + "Connector utilized for End User Authentication.", |
| 16501 | + "Hybrid connector utilized for federated search and End User Authentication." |
16475 | 16502 | ], |
16476 | 16503 | "type": "string" |
16477 | 16504 | }, |
@@ -16559,12 +16586,12 @@ |
16559 | 16586 | "description": "The configuration for the identity data synchronization runs. This contains the refresh interval to sync the Access Control List information for the documents ingested by this connector." |
16560 | 16587 | }, |
16561 | 16588 | "incrementalRefreshInterval": { |
16562 | | - "description": "Optional. The refresh interval specifically for incremental data syncs. If unset, incremental syncs will use the default from env, set to 3hrs. The minimum is 30 minutes and maximum is 7 days. Applicable to only 3P connectors.", |
| 16589 | + "description": "Optional. The refresh interval specifically for incremental data syncs. If unset, incremental syncs will use the default from env, set to 3hrs. The minimum is 30 minutes and maximum is 7 days. Applicable to only 3P connectors. When the refresh interval is set to the same value as the incremental refresh interval, incremental sync will be disabled.", |
16563 | 16590 | "format": "google-duration", |
16564 | 16591 | "type": "string" |
16565 | 16592 | }, |
16566 | 16593 | "incrementalSyncDisabled": { |
16567 | | - "description": "Optional. Indicates whether incremental syncs are paused for this connector. This is independent of auto_run_disabled. Applicable to only 3P connectors.", |
| 16594 | + "description": "Optional. Indicates whether incremental syncs are paused for this connector. This is independent of auto_run_disabled. Applicable to only 3P connectors. When the refresh interval is set to the same value as the incremental refresh interval, incremental sync will be disabled, i.e. set to true.", |
16568 | 16595 | "type": "boolean" |
16569 | 16596 | }, |
16570 | 16597 | "kmsKeyName": { |
|
16614 | 16641 | "FAILED", |
16615 | 16642 | "RUNNING", |
16616 | 16643 | "WARNING", |
16617 | | - "INITIALIZATION_FAILED" |
| 16644 | + "INITIALIZATION_FAILED", |
| 16645 | + "UPDATING" |
16618 | 16646 | ], |
16619 | 16647 | "enumDescriptions": [ |
16620 | 16648 | "Default value.", |
|
16623 | 16651 | "The connector is in error. The error details can be found in DataConnector.errors. If the error is unfixable, the DataConnector can be deleted by [CollectionService.DeleteCollection] API.", |
16624 | 16652 | "The connector is actively syncing records from the data source.", |
16625 | 16653 | "The connector has completed a sync run, but encountered non-fatal errors.", |
16626 | | - "Connector initialization failed. Potential causes include runtime errors or issues in the asynchronous pipeline, preventing the request from reaching downstream services (except for some connector types)." |
| 16654 | + "Connector initialization failed. Potential causes include runtime errors or issues in the asynchronous pipeline, preventing the request from reaching downstream services (except for some connector types).", |
| 16655 | + "Connector is in the process of an update." |
16627 | 16656 | ], |
16628 | 16657 | "readOnly": true, |
16629 | 16658 | "type": "string" |
|
16633 | 16662 | "description": "Optional. The configuration for realtime sync." |
16634 | 16663 | }, |
16635 | 16664 | "refreshInterval": { |
16636 | | - "description": "Required. The refresh interval for data sync. If duration is set to 0, the data will be synced in real time. The streaming feature is not supported yet. The minimum is 30 minutes and maximum is 7 days.", |
| 16665 | + "description": "Required. The refresh interval for data sync. If duration is set to 0, the data will be synced in real time. The streaming feature is not supported yet. The minimum is 30 minutes and maximum is 7 days. When the refresh interval is set to the same value as the incremental refresh interval, incremental sync will be disabled.", |
16637 | 16666 | "format": "google-duration", |
16638 | 16667 | "type": "string" |
16639 | 16668 | }, |
|
16646 | 16675 | "FAILED", |
16647 | 16676 | "RUNNING", |
16648 | 16677 | "WARNING", |
16649 | | - "INITIALIZATION_FAILED" |
| 16678 | + "INITIALIZATION_FAILED", |
| 16679 | + "UPDATING" |
16650 | 16680 | ], |
16651 | 16681 | "enumDescriptions": [ |
16652 | 16682 | "Default value.", |
|
16655 | 16685 | "The connector is in error. The error details can be found in DataConnector.errors. If the error is unfixable, the DataConnector can be deleted by [CollectionService.DeleteCollection] API.", |
16656 | 16686 | "The connector is actively syncing records from the data source.", |
16657 | 16687 | "The connector has completed a sync run, but encountered non-fatal errors.", |
16658 | | - "Connector initialization failed. Potential causes include runtime errors or issues in the asynchronous pipeline, preventing the request from reaching downstream services (except for some connector types)." |
| 16688 | + "Connector initialization failed. Potential causes include runtime errors or issues in the asynchronous pipeline, preventing the request from reaching downstream services (except for some connector types).", |
| 16689 | + "Connector is in the process of an update." |
16659 | 16690 | ], |
16660 | 16691 | "readOnly": true, |
16661 | 16692 | "type": "string" |
|
17416 | 17447 | ], |
17417 | 17448 | "type": "string" |
17418 | 17449 | }, |
17419 | | - "description": "Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback`", |
| 17450 | + "description": "Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`", |
17420 | 17451 | "type": "object" |
17421 | 17452 | }, |
17422 | 17453 | "industryVertical": { |
|
20522 | 20553 | "type": "string" |
20523 | 20554 | }, |
20524 | 20555 | "licenseAssignmentState": { |
20525 | | - "description": "Output only. License assignment state of the user. If the user is assigned with a license config, the user loggin will be assigned with the license; If the user's license assignment state is unassigned or unspecified, no license config will be associated to the user;", |
| 20556 | + "description": "Output only. License assignment state of the user. If the user is assigned with a license config, the user login will be assigned with the license; If the user's license assignment state is unassigned or unspecified, no license config will be associated to the user;", |
20526 | 20557 | "enum": [ |
20527 | 20558 | "LICENSE_ASSIGNMENT_STATE_UNSPECIFIED", |
20528 | 20559 | "ASSIGNED", |
|
21720 | 21751 | ], |
21721 | 21752 | "type": "string" |
21722 | 21753 | }, |
21723 | | - "description": "Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback`", |
| 21754 | + "description": "Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`", |
21724 | 21755 | "type": "object" |
21725 | 21756 | }, |
21726 | 21757 | "industryVertical": { |
|
23952 | 23983 | "type": "string" |
23953 | 23984 | }, |
23954 | 23985 | "licenseAssignmentState": { |
23955 | | - "description": "Output only. License assignment state of the user. If the user is assigned with a license config, the user loggin will be assigned with the license; If the user's license assignment state is unassigned or unspecified, no license config will be associated to the user;", |
| 23986 | + "description": "Output only. License assignment state of the user. If the user is assigned with a license config, the user login will be assigned with the license; If the user's license assignment state is unassigned or unspecified, no license config will be associated to the user;", |
23956 | 23987 | "enum": [ |
23957 | 23988 | "LICENSE_ASSIGNMENT_STATE_UNSPECIFIED", |
23958 | 23989 | "ASSIGNED", |
|
0 commit comments