Skip to content

Commit aa0227e

Browse files
feat(discoveryengine): update the api
#### discoveryengine:v1 The following keys were added: - schemas.GoogleCloudDiscoveryengineV1Engine.properties.observabilityConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1ObservabilityConfig (Total Keys: 4) - schemas.GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig.properties.observabilityConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1alphaEngine.properties.observabilityConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1alphaObservabilityConfig (Total Keys: 4) - schemas.GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig.properties.observabilityConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1betaEngine.properties.observabilityConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1betaObservabilityConfig (Total Keys: 4) - schemas.GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig.properties.observabilityConfig.$ref (Total Keys: 1) #### discoveryengine:v1alpha The following keys were added: - schemas.GoogleCloudDiscoveryengineV1Engine.properties.observabilityConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1ObservabilityConfig (Total Keys: 4) - schemas.GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig.properties.observabilityConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1alphaEngine.properties.observabilityConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1alphaObservabilityConfig (Total Keys: 4) - schemas.GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig.properties.observabilityConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1betaEngine.properties.observabilityConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1betaObservabilityConfig (Total Keys: 4) - schemas.GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig.properties.observabilityConfig.$ref (Total Keys: 1) #### discoveryengine:v1beta The following keys were added: - schemas.GoogleCloudDiscoveryengineV1Engine.properties.observabilityConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1ObservabilityConfig (Total Keys: 4) - schemas.GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig.properties.observabilityConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1alphaEngine.properties.observabilityConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1alphaObservabilityConfig (Total Keys: 4) - schemas.GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig.properties.observabilityConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1betaEngine.properties.observabilityConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1betaObservabilityConfig (Total Keys: 4) - schemas.GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig.properties.observabilityConfig.$ref (Total Keys: 1)
1 parent f1c9530 commit aa0227e

7 files changed

+302
-3
lines changed

docs/dyn/discoveryengine_v1.projects.locations.collections.engines.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ <h3>Method Details</h3>
230230
&quot;a_key&quot;: &quot;A String&quot;,
231231
},
232232
&quot;name&quot;: &quot;A String&quot;, # 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.
233+
&quot;observabilityConfig&quot;: { # Observability config for a resource. # Optional. Observability config for the engine.
234+
&quot;observabilityEnabled&quot;: True or False, # Optional. Enables observability. If false, all other flags are ignored.
235+
&quot;sensitiveLoggingEnabled&quot;: True or False, # Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false, will sanitize all sensitive fields.
236+
},
233237
&quot;searchEngineConfig&quot;: { # Configurations for a Search Engine. # Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH.
234238
&quot;requiredSubscriptionTier&quot;: &quot;A String&quot;, # Optional. The required subscription tier of this engine. They cannot be modified after engine creation. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine.
235239
&quot;searchAddOns&quot;: [ # The add-on that this search engine enables.
@@ -400,6 +404,10 @@ <h3>Method Details</h3>
400404
&quot;a_key&quot;: &quot;A String&quot;,
401405
},
402406
&quot;name&quot;: &quot;A String&quot;, # 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.
407+
&quot;observabilityConfig&quot;: { # Observability config for a resource. # Optional. Observability config for the engine.
408+
&quot;observabilityEnabled&quot;: True or False, # Optional. Enables observability. If false, all other flags are ignored.
409+
&quot;sensitiveLoggingEnabled&quot;: True or False, # Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false, will sanitize all sensitive fields.
410+
},
403411
&quot;searchEngineConfig&quot;: { # Configurations for a Search Engine. # Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH.
404412
&quot;requiredSubscriptionTier&quot;: &quot;A String&quot;, # Optional. The required subscription tier of this engine. They cannot be modified after engine creation. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine.
405413
&quot;searchAddOns&quot;: [ # The add-on that this search engine enables.
@@ -511,6 +519,10 @@ <h3>Method Details</h3>
511519
&quot;a_key&quot;: &quot;A String&quot;,
512520
},
513521
&quot;name&quot;: &quot;A String&quot;, # 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.
522+
&quot;observabilityConfig&quot;: { # Observability config for a resource. # Optional. Observability config for the engine.
523+
&quot;observabilityEnabled&quot;: True or False, # Optional. Enables observability. If false, all other flags are ignored.
524+
&quot;sensitiveLoggingEnabled&quot;: True or False, # Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false, will sanitize all sensitive fields.
525+
},
514526
&quot;searchEngineConfig&quot;: { # Configurations for a Search Engine. # Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH.
515527
&quot;requiredSubscriptionTier&quot;: &quot;A String&quot;, # Optional. The required subscription tier of this engine. They cannot be modified after engine creation. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine.
516528
&quot;searchAddOns&quot;: [ # The add-on that this search engine enables.
@@ -629,6 +641,10 @@ <h3>Method Details</h3>
629641
&quot;a_key&quot;: &quot;A String&quot;,
630642
},
631643
&quot;name&quot;: &quot;A String&quot;, # 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.
644+
&quot;observabilityConfig&quot;: { # Observability config for a resource. # Optional. Observability config for the engine.
645+
&quot;observabilityEnabled&quot;: True or False, # Optional. Enables observability. If false, all other flags are ignored.
646+
&quot;sensitiveLoggingEnabled&quot;: True or False, # Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false, will sanitize all sensitive fields.
647+
},
632648
&quot;searchEngineConfig&quot;: { # Configurations for a Search Engine. # Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH.
633649
&quot;requiredSubscriptionTier&quot;: &quot;A String&quot;, # Optional. The required subscription tier of this engine. They cannot be modified after engine creation. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine.
634650
&quot;searchAddOns&quot;: [ # The add-on that this search engine enables.
@@ -729,6 +745,10 @@ <h3>Method Details</h3>
729745
&quot;a_key&quot;: &quot;A String&quot;,
730746
},
731747
&quot;name&quot;: &quot;A String&quot;, # 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.
748+
&quot;observabilityConfig&quot;: { # Observability config for a resource. # Optional. Observability config for the engine.
749+
&quot;observabilityEnabled&quot;: True or False, # Optional. Enables observability. If false, all other flags are ignored.
750+
&quot;sensitiveLoggingEnabled&quot;: True or False, # Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false, will sanitize all sensitive fields.
751+
},
732752
&quot;searchEngineConfig&quot;: { # Configurations for a Search Engine. # Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH.
733753
&quot;requiredSubscriptionTier&quot;: &quot;A String&quot;, # Optional. The required subscription tier of this engine. They cannot be modified after engine creation. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine.
734754
&quot;searchAddOns&quot;: [ # The add-on that this search engine enables.

docs/dyn/discoveryengine_v1alpha.projects.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ <h3>Method Details</h3>
135135
&quot;responseTemplate&quot;: &quot;A String&quot;, # Optional. The resource name of the Model Armor Template for sanitizing LLM responses. Format: projects/{project}/locations/{location}/templates/{template_id} If not specified, no sanitization will be applied to the LLM response.
136136
&quot;userPromptTemplate&quot;: &quot;A String&quot;, # Optional. The resource name of the Model Armor Template for sanitizing user prompts. Format: projects/{project}/locations/{location}/templates/{template_id} If not specified, no sanitization will be applied to the user prompt.
137137
},
138+
&quot;observabilityConfig&quot;: { # Observability config for a resource. # Optional. Observability config for NotebookLM.
139+
&quot;observabilityEnabled&quot;: True or False, # Optional. Enables observability. If false, all other flags are ignored.
140+
&quot;sensitiveLoggingEnabled&quot;: True or False, # Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false, will sanitize all sensitive fields.
141+
},
138142
&quot;optOutNotebookSharing&quot;: True or False, # Optional. Whether to disable the notebook sharing feature for the project. Default to false if not specified.
139143
},
140144
},
@@ -177,6 +181,10 @@ <h3>Method Details</h3>
177181
&quot;responseTemplate&quot;: &quot;A String&quot;, # Optional. The resource name of the Model Armor Template for sanitizing LLM responses. Format: projects/{project}/locations/{location}/templates/{template_id} If not specified, no sanitization will be applied to the LLM response.
178182
&quot;userPromptTemplate&quot;: &quot;A String&quot;, # Optional. The resource name of the Model Armor Template for sanitizing user prompts. Format: projects/{project}/locations/{location}/templates/{template_id} If not specified, no sanitization will be applied to the user prompt.
179183
},
184+
&quot;observabilityConfig&quot;: { # Observability config for a resource. # Optional. Observability config for NotebookLM.
185+
&quot;observabilityEnabled&quot;: True or False, # Optional. Enables observability. If false, all other flags are ignored.
186+
&quot;sensitiveLoggingEnabled&quot;: True or False, # Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false, will sanitize all sensitive fields.
187+
},
180188
&quot;optOutNotebookSharing&quot;: True or False, # Optional. Whether to disable the notebook sharing feature for the project. Default to false if not specified.
181189
},
182190
},
@@ -218,6 +226,10 @@ <h3>Method Details</h3>
218226
&quot;responseTemplate&quot;: &quot;A String&quot;, # Optional. The resource name of the Model Armor Template for sanitizing LLM responses. Format: projects/{project}/locations/{location}/templates/{template_id} If not specified, no sanitization will be applied to the LLM response.
219227
&quot;userPromptTemplate&quot;: &quot;A String&quot;, # Optional. The resource name of the Model Armor Template for sanitizing user prompts. Format: projects/{project}/locations/{location}/templates/{template_id} If not specified, no sanitization will be applied to the user prompt.
220228
},
229+
&quot;observabilityConfig&quot;: { # Observability config for a resource. # Optional. Observability config for NotebookLM.
230+
&quot;observabilityEnabled&quot;: True or False, # Optional. Enables observability. If false, all other flags are ignored.
231+
&quot;sensitiveLoggingEnabled&quot;: True or False, # Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false, will sanitize all sensitive fields.
232+
},
221233
&quot;optOutNotebookSharing&quot;: True or False, # Optional. Whether to disable the notebook sharing feature for the project. Default to false if not specified.
222234
},
223235
},
@@ -321,6 +333,10 @@ <h3>Method Details</h3>
321333
&quot;responseTemplate&quot;: &quot;A String&quot;, # Optional. The resource name of the Model Armor Template for sanitizing LLM responses. Format: projects/{project}/locations/{location}/templates/{template_id} If not specified, no sanitization will be applied to the LLM response.
322334
&quot;userPromptTemplate&quot;: &quot;A String&quot;, # Optional. The resource name of the Model Armor Template for sanitizing user prompts. Format: projects/{project}/locations/{location}/templates/{template_id} If not specified, no sanitization will be applied to the user prompt.
323335
},
336+
&quot;observabilityConfig&quot;: { # Observability config for a resource. # Optional. Observability config for NotebookLM.
337+
&quot;observabilityEnabled&quot;: True or False, # Optional. Enables observability. If false, all other flags are ignored.
338+
&quot;sensitiveLoggingEnabled&quot;: True or False, # Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false, will sanitize all sensitive fields.
339+
},
324340
&quot;optOutNotebookSharing&quot;: True or False, # Optional. Whether to disable the notebook sharing feature for the project. Default to false if not specified.
325341
},
326342
},

0 commit comments

Comments
 (0)