|
8672 | 8672 | } |
8673 | 8673 | }, |
8674 | 8674 | "resources": { |
| 8675 | + "licenseConfigsUsageStats": { |
| 8676 | + "methods": { |
| 8677 | + "list": { |
| 8678 | + "description": "Lists all the LicenseConfigUsageStatss associated with the project.", |
| 8679 | + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/userStores/{userStoresId}/licenseConfigsUsageStats", |
| 8680 | + "httpMethod": "GET", |
| 8681 | + "id": "discoveryengine.projects.locations.userStores.licenseConfigsUsageStats.list", |
| 8682 | + "parameterOrder": [ |
| 8683 | + "parent" |
| 8684 | + ], |
| 8685 | + "parameters": { |
| 8686 | + "parent": { |
| 8687 | + "description": "Required. The parent branch resource name, such as `projects/{project}/locations/{location}/userStores/{user_store_id}`.", |
| 8688 | + "location": "path", |
| 8689 | + "pattern": "^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", |
| 8690 | + "required": true, |
| 8691 | + "type": "string" |
| 8692 | + } |
| 8693 | + }, |
| 8694 | + "path": "v1beta/{+parent}/licenseConfigsUsageStats", |
| 8695 | + "response": { |
| 8696 | + "$ref": "GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse" |
| 8697 | + }, |
| 8698 | + "scopes": [ |
| 8699 | + "https://www.googleapis.com/auth/cloud-platform", |
| 8700 | + "https://www.googleapis.com/auth/discoveryengine.readwrite" |
| 8701 | + ] |
| 8702 | + } |
| 8703 | + } |
| 8704 | + }, |
8675 | 8705 | "userLicenses": { |
8676 | 8706 | "methods": { |
8677 | 8707 | "list": { |
|
8684 | 8714 | ], |
8685 | 8715 | "parameters": { |
8686 | 8716 | "filter": { |
8687 | | - "description": "Optional. Filter for the list request. Supported fields: * `license_assignment_state` Examples: * `license_assignment_state = ASSIGNED` to list assigned user licenses. * `license_assignment_state = NO_LICENSE` to list not licensed users. * `license_assignment_state = NO_LICENSE_ATTEMPTED_LOGIN` to list users who attempted login but no license assigned. * `license_assignment_state != NO_LICENSE_ATTEMPTED_LOGIN` to filter out users who attempted login but no license assigned.", |
| 8717 | + "description": "Optional. Filter for the list request. Supported fields: * `license`_`assignment`_`state` * `user_principal` * `user_profile` Examples: * `license`_`assignment`_`state = ASSIGNED` to list assigned user licenses. * `license`_`assignment`_`state = NO_LICENSE` to list not licensed users. * `license`_`assignment`_`state = NO_LICENSE_ATTEMPTED_LOGIN` to list users who attempted login but no license assigned. * `license`_`assignment`_`state != NO_LICENSE_ATTEMPTED_LOGIN` to filter out users who attempted login but no license assigned.", |
8688 | 8718 | "location": "query", |
8689 | 8719 | "type": "string" |
8690 | 8720 | }, |
|
8802 | 8832 | } |
8803 | 8833 | } |
8804 | 8834 | }, |
8805 | | - "revision": "20251030", |
| 8835 | + "revision": "20251109", |
8806 | 8836 | "rootUrl": "https://discoveryengine.googleapis.com/", |
8807 | 8837 | "schemas": { |
8808 | 8838 | "GdataBlobstore2Info": { |
|
11548 | 11578 | "description": "Optional. If true, the LLM based annotation is added to the image during parsing.", |
11549 | 11579 | "type": "boolean" |
11550 | 11580 | }, |
| 11581 | + "enableLlmLayoutParsing": { |
| 11582 | + "description": "Optional. If true, the pdf layout will be refined using an LLM.", |
| 11583 | + "type": "boolean" |
| 11584 | + }, |
11551 | 11585 | "enableTableAnnotation": { |
11552 | 11586 | "description": "Optional. If true, the LLM based annotation is added to the table during parsing.", |
11553 | 11587 | "type": "boolean" |
|
11650 | 11684 | "description": "Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT.", |
11651 | 11685 | "readOnly": true |
11652 | 11686 | }, |
| 11687 | + "cmekConfig": { |
| 11688 | + "$ref": "GoogleCloudDiscoveryengineV1CmekConfig", |
| 11689 | + "description": "Output only. CMEK-related information for the Engine.", |
| 11690 | + "readOnly": true |
| 11691 | + }, |
11653 | 11692 | "commonConfig": { |
11654 | 11693 | "$ref": "GoogleCloudDiscoveryengineV1EngineCommonConfig", |
11655 | 11694 | "description": "Common config spec that specifies the metadata of the engine." |
|
11724 | 11763 | "$ref": "GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig", |
11725 | 11764 | "description": "Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical." |
11726 | 11765 | }, |
| 11766 | + "modelConfigs": { |
| 11767 | + "additionalProperties": { |
| 11768 | + "enum": [ |
| 11769 | + "MODEL_STATE_UNSPECIFIED", |
| 11770 | + "MODEL_ENABLED", |
| 11771 | + "MODEL_DISABLED" |
| 11772 | + ], |
| 11773 | + "enumDescriptions": [ |
| 11774 | + "The model state is unspecified.", |
| 11775 | + "The model is enabled by admin.", |
| 11776 | + "The model is disabled by admin." |
| 11777 | + ], |
| 11778 | + "type": "string" |
| 11779 | + }, |
| 11780 | + "description": "Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it.", |
| 11781 | + "type": "object" |
| 11782 | + }, |
11727 | 11783 | "name": { |
11728 | 11784 | "description": "Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` engine should be 1-63 characters, and valid characters are /a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned.", |
11729 | 11785 | "type": "string" |
|
16589 | 16645 | "description": "Optional. If true, the LLM based annotation is added to the image during parsing.", |
16590 | 16646 | "type": "boolean" |
16591 | 16647 | }, |
| 16648 | + "enableLlmLayoutParsing": { |
| 16649 | + "description": "Optional. If true, the pdf layout will be refined using an LLM.", |
| 16650 | + "type": "boolean" |
| 16651 | + }, |
16592 | 16652 | "enableTableAnnotation": { |
16593 | 16653 | "description": "Optional. If true, the LLM based annotation is added to the table during parsing.", |
16594 | 16654 | "type": "boolean" |
|
16691 | 16751 | "description": "Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT.", |
16692 | 16752 | "readOnly": true |
16693 | 16753 | }, |
| 16754 | + "cmekConfig": { |
| 16755 | + "$ref": "GoogleCloudDiscoveryengineV1alphaCmekConfig", |
| 16756 | + "description": "Output only. CMEK-related information for the Engine.", |
| 16757 | + "readOnly": true |
| 16758 | + }, |
16694 | 16759 | "commonConfig": { |
16695 | 16760 | "$ref": "GoogleCloudDiscoveryengineV1alphaEngineCommonConfig", |
16696 | 16761 | "description": "Common config spec that specifies the metadata of the engine." |
|
16765 | 16830 | "$ref": "GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig", |
16766 | 16831 | "description": "Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical." |
16767 | 16832 | }, |
| 16833 | + "modelConfigs": { |
| 16834 | + "additionalProperties": { |
| 16835 | + "enum": [ |
| 16836 | + "MODEL_STATE_UNSPECIFIED", |
| 16837 | + "MODEL_ENABLED", |
| 16838 | + "MODEL_DISABLED" |
| 16839 | + ], |
| 16840 | + "enumDescriptions": [ |
| 16841 | + "The model state is unspecified.", |
| 16842 | + "The model is enabled by admin.", |
| 16843 | + "The model is disabled by admin." |
| 16844 | + ], |
| 16845 | + "type": "string" |
| 16846 | + }, |
| 16847 | + "description": "Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it.", |
| 16848 | + "type": "object" |
| 16849 | + }, |
16768 | 16850 | "name": { |
16769 | 16851 | "description": "Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` engine should be 1-63 characters, and valid characters are /a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned.", |
16770 | 16852 | "type": "string" |
|
24666 | 24748 | "description": "Optional. If true, the LLM based annotation is added to the image during parsing.", |
24667 | 24749 | "type": "boolean" |
24668 | 24750 | }, |
| 24751 | + "enableLlmLayoutParsing": { |
| 24752 | + "description": "Optional. If true, the pdf layout will be refined using an LLM.", |
| 24753 | + "type": "boolean" |
| 24754 | + }, |
24669 | 24755 | "enableTableAnnotation": { |
24670 | 24756 | "description": "Optional. If true, the LLM based annotation is added to the table during parsing.", |
24671 | 24757 | "type": "boolean" |
|
24800 | 24886 | "description": "Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT.", |
24801 | 24887 | "readOnly": true |
24802 | 24888 | }, |
| 24889 | + "cmekConfig": { |
| 24890 | + "$ref": "GoogleCloudDiscoveryengineV1betaCmekConfig", |
| 24891 | + "description": "Output only. CMEK-related information for the Engine.", |
| 24892 | + "readOnly": true |
| 24893 | + }, |
24803 | 24894 | "commonConfig": { |
24804 | 24895 | "$ref": "GoogleCloudDiscoveryengineV1betaEngineCommonConfig", |
24805 | 24896 | "description": "Common config spec that specifies the metadata of the engine." |
|
24874 | 24965 | "$ref": "GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig", |
24875 | 24966 | "description": "Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical." |
24876 | 24967 | }, |
| 24968 | + "modelConfigs": { |
| 24969 | + "additionalProperties": { |
| 24970 | + "enum": [ |
| 24971 | + "MODEL_STATE_UNSPECIFIED", |
| 24972 | + "MODEL_ENABLED", |
| 24973 | + "MODEL_DISABLED" |
| 24974 | + ], |
| 24975 | + "enumDescriptions": [ |
| 24976 | + "The model state is unspecified.", |
| 24977 | + "The model is enabled by admin.", |
| 24978 | + "The model is disabled by admin." |
| 24979 | + ], |
| 24980 | + "type": "string" |
| 24981 | + }, |
| 24982 | + "description": "Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it.", |
| 24983 | + "type": "object" |
| 24984 | + }, |
24877 | 24985 | "name": { |
24878 | 24986 | "description": "Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` engine should be 1-63 characters, and valid characters are /a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned.", |
24879 | 24987 | "type": "string" |
|
26152 | 26260 | }, |
26153 | 26261 | "type": "object" |
26154 | 26262 | }, |
| 26263 | + "GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats": { |
| 26264 | + "description": "Stats about users' licenses.", |
| 26265 | + "id": "GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats", |
| 26266 | + "properties": { |
| 26267 | + "licenseConfig": { |
| 26268 | + "description": "Required. The LicenseConfig name.", |
| 26269 | + "type": "string" |
| 26270 | + }, |
| 26271 | + "usedLicenseCount": { |
| 26272 | + "description": "Required. The number of licenses used.", |
| 26273 | + "format": "int64", |
| 26274 | + "type": "string" |
| 26275 | + } |
| 26276 | + }, |
| 26277 | + "type": "object" |
| 26278 | + }, |
26155 | 26279 | "GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse": { |
26156 | 26280 | "description": "Response message for CmekConfigService.ListCmekConfigs method.", |
26157 | 26281 | "id": "GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse", |
|
26359 | 26483 | }, |
26360 | 26484 | "type": "object" |
26361 | 26485 | }, |
| 26486 | + "GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse": { |
| 26487 | + "description": "Response message for UserLicenseService.ListLicenseConfigUsageStats method.", |
| 26488 | + "id": "GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse", |
| 26489 | + "properties": { |
| 26490 | + "licenseConfigUsageStats": { |
| 26491 | + "description": "All the customer's LicenseConfigUsageStats.", |
| 26492 | + "items": { |
| 26493 | + "$ref": "GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats" |
| 26494 | + }, |
| 26495 | + "type": "array" |
| 26496 | + } |
| 26497 | + }, |
| 26498 | + "type": "object" |
| 26499 | + }, |
26362 | 26500 | "GoogleCloudDiscoveryengineV1betaListSampleQueriesResponse": { |
26363 | 26501 | "description": "Response message for SampleQueryService.ListSampleQueries method.", |
26364 | 26502 | "id": "GoogleCloudDiscoveryengineV1betaListSampleQueriesResponse", |
|
0 commit comments