google-apis-discoveryengine_v1beta 0.104.0 → 0.105.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/discoveryengine_v1beta/classes.rb +360 -21
- data/lib/google/apis/discoveryengine_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1beta/representations.rb +79 -0
- data/lib/google/apis/discoveryengine_v1beta/service.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0c8a1196c0adeadab0861cd55905e0fd840483d3da0e8cb0906bcc329747680
|
|
4
|
+
data.tar.gz: a55e8bdd4c1e3eeae9085557a7ae8723b6bd41da56c00cac9e9fb9e3e8b36e51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2e2df97f8534a82baf6ca83983c670e5e1a745718d27e7b35ace97dd31bcc965aee02c81367f9733f469b5b4bc9e3da149da29dc7b635b6595342e6e7b0dcfd
|
|
7
|
+
data.tar.gz: 00547ed2aea862fea7a58ea0c3327d472a2136df59b703f79628d72089811ef744d00aab09ecb2b9c845e1436fd827cd1dd11cad8a3983265930e3c26d357890
|
data/CHANGELOG.md
CHANGED
|
@@ -3874,6 +3874,13 @@ module Google
|
|
|
3874
3874
|
# @return [String]
|
|
3875
3875
|
attr_accessor :app_type
|
|
3876
3876
|
|
|
3877
|
+
# Optional. The Agent registry containing the agents, MCP servers and tools
|
|
3878
|
+
# associated with this engine. Field is required if the engine has an Agent
|
|
3879
|
+
# Gateway setting.
|
|
3880
|
+
# Corresponds to the JSON property `associatedAgentRegistry`
|
|
3881
|
+
# @return [String]
|
|
3882
|
+
attr_accessor :associated_agent_registry
|
|
3883
|
+
|
|
3877
3884
|
# Configurations for a Chat Engine.
|
|
3878
3885
|
# Corresponds to the JSON property `chatEngineConfig`
|
|
3879
3886
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineConfig]
|
|
@@ -3939,13 +3946,13 @@ module Google
|
|
|
3939
3946
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
|
3940
3947
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
|
3941
3948
|
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
|
|
3942
|
-
# personalization-memory` * `personalization-suggested-highlights` * `
|
|
3943
|
-
#
|
|
3944
|
-
#
|
|
3945
|
-
#
|
|
3946
|
-
# canvas
|
|
3947
|
-
#
|
|
3948
|
-
#
|
|
3949
|
+
# personalization-memory` * `personalization-suggested-highlights` * `mobile-app-
|
|
3950
|
+
# access` * `disable-agent-sharing` * `disable-image-generation` * `disable-
|
|
3951
|
+
# video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `
|
|
3952
|
+
# disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `
|
|
3953
|
+
# canvas-workspace` * `disable-skills` * `enable-end-user-sharing-with-groups` *
|
|
3954
|
+
# `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-
|
|
3955
|
+
# intelligence` * `deep-research`
|
|
3949
3956
|
# Corresponds to the JSON property `features`
|
|
3950
3957
|
# @return [Hash<String,String>]
|
|
3951
3958
|
attr_accessor :features
|
|
@@ -4025,6 +4032,7 @@ module Google
|
|
|
4025
4032
|
def update!(**args)
|
|
4026
4033
|
@agent_gateway_setting = args[:agent_gateway_setting] if args.key?(:agent_gateway_setting)
|
|
4027
4034
|
@app_type = args[:app_type] if args.key?(:app_type)
|
|
4035
|
+
@associated_agent_registry = args[:associated_agent_registry] if args.key?(:associated_agent_registry)
|
|
4028
4036
|
@chat_engine_config = args[:chat_engine_config] if args.key?(:chat_engine_config)
|
|
4029
4037
|
@chat_engine_metadata = args[:chat_engine_metadata] if args.key?(:chat_engine_metadata)
|
|
4030
4038
|
@cmek_config = args[:cmek_config] if args.key?(:cmek_config)
|
|
@@ -5172,6 +5180,11 @@ module Google
|
|
|
5172
5180
|
class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus
|
|
5173
5181
|
include Google::Apis::Core::Hashable
|
|
5174
5182
|
|
|
5183
|
+
# Output only. Per-model Agent Search TPM subscription status.
|
|
5184
|
+
# Corresponds to the JSON property `agentSearchTokenSubscriptionStatuses`
|
|
5185
|
+
# @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus>]
|
|
5186
|
+
attr_accessor :agent_search_token_subscription_statuses
|
|
5187
|
+
|
|
5175
5188
|
# Optional. The currently effective Indexing Core threshold. This is the
|
|
5176
5189
|
# threshold against which Indexing Core usage is compared for overage
|
|
5177
5190
|
# calculations.
|
|
@@ -5225,6 +5238,7 @@ module Google
|
|
|
5225
5238
|
|
|
5226
5239
|
# Update properties of this object
|
|
5227
5240
|
def update!(**args)
|
|
5241
|
+
@agent_search_token_subscription_statuses = args[:agent_search_token_subscription_statuses] if args.key?(:agent_search_token_subscription_statuses)
|
|
5228
5242
|
@effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
|
|
5229
5243
|
@effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
|
|
5230
5244
|
@indexing_core_threshold_next_update_time = args[:indexing_core_threshold_next_update_time] if args.key?(:indexing_core_threshold_next_update_time)
|
|
@@ -5235,6 +5249,94 @@ module Google
|
|
|
5235
5249
|
end
|
|
5236
5250
|
end
|
|
5237
5251
|
|
|
5252
|
+
# Per-model Agent Search TPM subscription status. One entry per active `
|
|
5253
|
+
# core_subscription.agent_search_token_subscriptions[*]` entry in the customer-
|
|
5254
|
+
# provided config; populated by UpdateProject and GetProject. The lifecycle
|
|
5255
|
+
# scalars on this message (`start_time`, `terminate_time`, `update_type`, `
|
|
5256
|
+
# tpm_threshold_next_update_time`) are per (project, model_version) — siblings
|
|
5257
|
+
# of the whole-relationship `start_time` / `terminate_time` / `update_type` on
|
|
5258
|
+
# the enclosing ConfigurableBillingStatus, but scoped to this specific Agent
|
|
5259
|
+
# Search TPM subscription instead of to the overall customer-configurable-
|
|
5260
|
+
# pricing relationship. This per-instance granularity is intentional: the
|
|
5261
|
+
# underlying SubV3 storage is per-(project, model_version), so each model has
|
|
5262
|
+
# its own activation, termination, and deferred-update clock; surfacing that on
|
|
5263
|
+
# the response gives customers the granularity they need to manage per-model
|
|
5264
|
+
# commitments independently. QPM / IndexingCore differ — their storage is one
|
|
5265
|
+
# row per (project, location), so their lifecycle is represented only by the
|
|
5266
|
+
# whole- relationship scalars on ConfigurableBillingStatus.
|
|
5267
|
+
class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus
|
|
5268
|
+
include Google::Apis::Core::Hashable
|
|
5269
|
+
|
|
5270
|
+
# Output only. The currently effective TPM threshold. Reflects scale-up
|
|
5271
|
+
# immediately and scale-down at the next billing cycle, matching `
|
|
5272
|
+
# effective_search_qpm_threshold` semantics.
|
|
5273
|
+
# Corresponds to the JSON property `effectiveTpmThreshold`
|
|
5274
|
+
# @return [Fixnum]
|
|
5275
|
+
attr_accessor :effective_tpm_threshold
|
|
5276
|
+
|
|
5277
|
+
# Output only. The Gemini model version this status corresponds to. Matches
|
|
5278
|
+
# CoreSubscription.AgentSearchTokenSubscription.model_version (a stable Gemini
|
|
5279
|
+
# model version from the Gemini Enterprise Agent Platform model-versions
|
|
5280
|
+
# registry; see https://docs.cloud.google.com/gemini-enterprise-agent-platform/
|
|
5281
|
+
# models/model-versions#gemini-models).
|
|
5282
|
+
# Corresponds to the JSON property `modelVersion`
|
|
5283
|
+
# @return [String]
|
|
5284
|
+
attr_accessor :model_version
|
|
5285
|
+
|
|
5286
|
+
# Output only. When this (project, model_version) Agent Search TPM subscription
|
|
5287
|
+
# was first activated. Set once on first activation of this model version and
|
|
5288
|
+
# never moved by subsequent threshold updates; on termination + re-activation a
|
|
5289
|
+
# new value is recorded. Does NOT move the whole-relationship `start_time` on
|
|
5290
|
+
# the enclosing ConfigurableBillingStatus, which continues to represent the
|
|
5291
|
+
# first activation of the overall customer-configurable-pricing relationship.
|
|
5292
|
+
# Corresponds to the JSON property `startTime`
|
|
5293
|
+
# @return [String]
|
|
5294
|
+
attr_accessor :start_time
|
|
5295
|
+
|
|
5296
|
+
# Output only. If set, the scheduled effective time at which this (project,
|
|
5297
|
+
# model_version) Agent Search TPM subscription will terminate. Populated when
|
|
5298
|
+
# the customer removes this entry from `core_subscription.
|
|
5299
|
+
# agent_search_token_subscriptions[*]`. Does NOT move the whole-relationship `
|
|
5300
|
+
# terminate_time` on the enclosing ConfigurableBillingStatus, which is populated
|
|
5301
|
+
# only when the entire customer-configurable-pricing relationship is being torn
|
|
5302
|
+
# down.
|
|
5303
|
+
# Corresponds to the JSON property `terminateTime`
|
|
5304
|
+
# @return [String]
|
|
5305
|
+
attr_accessor :terminate_time
|
|
5306
|
+
|
|
5307
|
+
# Output only. The earliest next update time for the TPM subscription threshold
|
|
5308
|
+
# for this (project, model_version). Populated only after a successful update.
|
|
5309
|
+
# Corresponds to the JSON property `tpmThresholdNextUpdateTime`
|
|
5310
|
+
# @return [String]
|
|
5311
|
+
attr_accessor :tpm_threshold_next_update_time
|
|
5312
|
+
|
|
5313
|
+
# Output only. The type of the most recent update to this (project,
|
|
5314
|
+
# model_version) subscription, as performed by the most recent UpdateProject
|
|
5315
|
+
# call. `UPDATE_TYPE_UNSPECIFIED` indicates this model_version was not touched
|
|
5316
|
+
# by the most recent UpdateProject (its `effective_tpm_threshold` reflects an
|
|
5317
|
+
# earlier update). The whole-relationship `update_type` on the enclosing
|
|
5318
|
+
# ConfigurableBillingStatus continues to summarize the direction of the most
|
|
5319
|
+
# recent update across all surfaces in the project (QPM, IndexingCore, and Agent
|
|
5320
|
+
# Search TPM together).
|
|
5321
|
+
# Corresponds to the JSON property `updateType`
|
|
5322
|
+
# @return [String]
|
|
5323
|
+
attr_accessor :update_type
|
|
5324
|
+
|
|
5325
|
+
def initialize(**args)
|
|
5326
|
+
update!(**args)
|
|
5327
|
+
end
|
|
5328
|
+
|
|
5329
|
+
# Update properties of this object
|
|
5330
|
+
def update!(**args)
|
|
5331
|
+
@effective_tpm_threshold = args[:effective_tpm_threshold] if args.key?(:effective_tpm_threshold)
|
|
5332
|
+
@model_version = args[:model_version] if args.key?(:model_version)
|
|
5333
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
|
5334
|
+
@terminate_time = args[:terminate_time] if args.key?(:terminate_time)
|
|
5335
|
+
@tpm_threshold_next_update_time = args[:tpm_threshold_next_update_time] if args.key?(:tpm_threshold_next_update_time)
|
|
5336
|
+
@update_type = args[:update_type] if args.key?(:update_type)
|
|
5337
|
+
end
|
|
5338
|
+
end
|
|
5339
|
+
|
|
5238
5340
|
# Customer provided configurations.
|
|
5239
5341
|
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
|
|
5240
5342
|
include Google::Apis::Core::Hashable
|
|
@@ -11625,6 +11727,13 @@ module Google
|
|
|
11625
11727
|
# @return [String]
|
|
11626
11728
|
attr_accessor :app_type
|
|
11627
11729
|
|
|
11730
|
+
# Optional. The Agent registry containing the agents, MCP servers and tools
|
|
11731
|
+
# associated with this engine. Field is required if the engine has an Agent
|
|
11732
|
+
# Gateway setting.
|
|
11733
|
+
# Corresponds to the JSON property `associatedAgentRegistry`
|
|
11734
|
+
# @return [String]
|
|
11735
|
+
attr_accessor :associated_agent_registry
|
|
11736
|
+
|
|
11628
11737
|
# Configurations for a Chat Engine.
|
|
11629
11738
|
# Corresponds to the JSON property `chatEngineConfig`
|
|
11630
11739
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig]
|
|
@@ -11690,13 +11799,13 @@ module Google
|
|
|
11690
11799
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
|
11691
11800
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
|
11692
11801
|
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
|
|
11693
|
-
# personalization-memory` * `personalization-suggested-highlights` * `
|
|
11694
|
-
#
|
|
11695
|
-
#
|
|
11696
|
-
#
|
|
11697
|
-
# canvas
|
|
11698
|
-
#
|
|
11699
|
-
#
|
|
11802
|
+
# personalization-memory` * `personalization-suggested-highlights` * `mobile-app-
|
|
11803
|
+
# access` * `disable-agent-sharing` * `disable-image-generation` * `disable-
|
|
11804
|
+
# video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `
|
|
11805
|
+
# disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `
|
|
11806
|
+
# canvas-workspace` * `disable-skills` * `enable-end-user-sharing-with-groups` *
|
|
11807
|
+
# `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-
|
|
11808
|
+
# intelligence` * `deep-research`
|
|
11700
11809
|
# Corresponds to the JSON property `features`
|
|
11701
11810
|
# @return [Hash<String,String>]
|
|
11702
11811
|
attr_accessor :features
|
|
@@ -11786,6 +11895,7 @@ module Google
|
|
|
11786
11895
|
def update!(**args)
|
|
11787
11896
|
@agent_gateway_setting = args[:agent_gateway_setting] if args.key?(:agent_gateway_setting)
|
|
11788
11897
|
@app_type = args[:app_type] if args.key?(:app_type)
|
|
11898
|
+
@associated_agent_registry = args[:associated_agent_registry] if args.key?(:associated_agent_registry)
|
|
11789
11899
|
@chat_engine_config = args[:chat_engine_config] if args.key?(:chat_engine_config)
|
|
11790
11900
|
@chat_engine_metadata = args[:chat_engine_metadata] if args.key?(:chat_engine_metadata)
|
|
11791
11901
|
@cmek_config = args[:cmek_config] if args.key?(:cmek_config)
|
|
@@ -13770,6 +13880,11 @@ module Google
|
|
|
13770
13880
|
class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus
|
|
13771
13881
|
include Google::Apis::Core::Hashable
|
|
13772
13882
|
|
|
13883
|
+
# Output only. Per-model Agent Search TPM subscription status.
|
|
13884
|
+
# Corresponds to the JSON property `agentSearchTokenSubscriptionStatuses`
|
|
13885
|
+
# @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus>]
|
|
13886
|
+
attr_accessor :agent_search_token_subscription_statuses
|
|
13887
|
+
|
|
13773
13888
|
# Optional. The currently effective Indexing Core threshold. This is the
|
|
13774
13889
|
# threshold against which Indexing Core usage is compared for overage
|
|
13775
13890
|
# calculations.
|
|
@@ -13823,6 +13938,7 @@ module Google
|
|
|
13823
13938
|
|
|
13824
13939
|
# Update properties of this object
|
|
13825
13940
|
def update!(**args)
|
|
13941
|
+
@agent_search_token_subscription_statuses = args[:agent_search_token_subscription_statuses] if args.key?(:agent_search_token_subscription_statuses)
|
|
13826
13942
|
@effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
|
|
13827
13943
|
@effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
|
|
13828
13944
|
@indexing_core_threshold_next_update_time = args[:indexing_core_threshold_next_update_time] if args.key?(:indexing_core_threshold_next_update_time)
|
|
@@ -13833,6 +13949,94 @@ module Google
|
|
|
13833
13949
|
end
|
|
13834
13950
|
end
|
|
13835
13951
|
|
|
13952
|
+
# Per-model Agent Search TPM subscription status. One entry per active `
|
|
13953
|
+
# core_subscription.agent_search_token_subscriptions[*]` entry in the customer-
|
|
13954
|
+
# provided config; populated by UpdateProject and GetProject. The lifecycle
|
|
13955
|
+
# scalars on this message (`start_time`, `terminate_time`, `update_type`, `
|
|
13956
|
+
# tpm_threshold_next_update_time`) are per (project, model_version) — siblings
|
|
13957
|
+
# of the whole-relationship `start_time` / `terminate_time` / `update_type` on
|
|
13958
|
+
# the enclosing ConfigurableBillingStatus, but scoped to this specific Agent
|
|
13959
|
+
# Search TPM subscription instead of to the overall customer-configurable-
|
|
13960
|
+
# pricing relationship. This per-instance granularity is intentional: the
|
|
13961
|
+
# underlying SubV3 storage is per-(project, model_version), so each model has
|
|
13962
|
+
# its own activation, termination, and deferred-update clock; surfacing that on
|
|
13963
|
+
# the response gives customers the granularity they need to manage per-model
|
|
13964
|
+
# commitments independently. QPM / IndexingCore differ — their storage is one
|
|
13965
|
+
# row per (project, location), so their lifecycle is represented only by the
|
|
13966
|
+
# whole- relationship scalars on ConfigurableBillingStatus.
|
|
13967
|
+
class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus
|
|
13968
|
+
include Google::Apis::Core::Hashable
|
|
13969
|
+
|
|
13970
|
+
# Output only. The currently effective TPM threshold. Reflects scale-up
|
|
13971
|
+
# immediately and scale-down at the next billing cycle, matching `
|
|
13972
|
+
# effective_search_qpm_threshold` semantics.
|
|
13973
|
+
# Corresponds to the JSON property `effectiveTpmThreshold`
|
|
13974
|
+
# @return [Fixnum]
|
|
13975
|
+
attr_accessor :effective_tpm_threshold
|
|
13976
|
+
|
|
13977
|
+
# Output only. The Gemini model version this status corresponds to. Matches
|
|
13978
|
+
# CoreSubscription.AgentSearchTokenSubscription.model_version (a stable Gemini
|
|
13979
|
+
# model version from the Gemini Enterprise Agent Platform model-versions
|
|
13980
|
+
# registry; see https://docs.cloud.google.com/gemini-enterprise-agent-platform/
|
|
13981
|
+
# models/model-versions#gemini-models).
|
|
13982
|
+
# Corresponds to the JSON property `modelVersion`
|
|
13983
|
+
# @return [String]
|
|
13984
|
+
attr_accessor :model_version
|
|
13985
|
+
|
|
13986
|
+
# Output only. When this (project, model_version) Agent Search TPM subscription
|
|
13987
|
+
# was first activated. Set once on first activation of this model version and
|
|
13988
|
+
# never moved by subsequent threshold updates; on termination + re-activation a
|
|
13989
|
+
# new value is recorded. Does NOT move the whole-relationship `start_time` on
|
|
13990
|
+
# the enclosing ConfigurableBillingStatus, which continues to represent the
|
|
13991
|
+
# first activation of the overall customer-configurable-pricing relationship.
|
|
13992
|
+
# Corresponds to the JSON property `startTime`
|
|
13993
|
+
# @return [String]
|
|
13994
|
+
attr_accessor :start_time
|
|
13995
|
+
|
|
13996
|
+
# Output only. If set, the scheduled effective time at which this (project,
|
|
13997
|
+
# model_version) Agent Search TPM subscription will terminate. Populated when
|
|
13998
|
+
# the customer removes this entry from `core_subscription.
|
|
13999
|
+
# agent_search_token_subscriptions[*]`. Does NOT move the whole-relationship `
|
|
14000
|
+
# terminate_time` on the enclosing ConfigurableBillingStatus, which is populated
|
|
14001
|
+
# only when the entire customer-configurable-pricing relationship is being torn
|
|
14002
|
+
# down.
|
|
14003
|
+
# Corresponds to the JSON property `terminateTime`
|
|
14004
|
+
# @return [String]
|
|
14005
|
+
attr_accessor :terminate_time
|
|
14006
|
+
|
|
14007
|
+
# Output only. The earliest next update time for the TPM subscription threshold
|
|
14008
|
+
# for this (project, model_version). Populated only after a successful update.
|
|
14009
|
+
# Corresponds to the JSON property `tpmThresholdNextUpdateTime`
|
|
14010
|
+
# @return [String]
|
|
14011
|
+
attr_accessor :tpm_threshold_next_update_time
|
|
14012
|
+
|
|
14013
|
+
# Output only. The type of the most recent update to this (project,
|
|
14014
|
+
# model_version) subscription, as performed by the most recent UpdateProject
|
|
14015
|
+
# call. `UPDATE_TYPE_UNSPECIFIED` indicates this model_version was not touched
|
|
14016
|
+
# by the most recent UpdateProject (its `effective_tpm_threshold` reflects an
|
|
14017
|
+
# earlier update). The whole-relationship `update_type` on the enclosing
|
|
14018
|
+
# ConfigurableBillingStatus continues to summarize the direction of the most
|
|
14019
|
+
# recent update across all surfaces in the project (QPM, IndexingCore, and Agent
|
|
14020
|
+
# Search TPM together).
|
|
14021
|
+
# Corresponds to the JSON property `updateType`
|
|
14022
|
+
# @return [String]
|
|
14023
|
+
attr_accessor :update_type
|
|
14024
|
+
|
|
14025
|
+
def initialize(**args)
|
|
14026
|
+
update!(**args)
|
|
14027
|
+
end
|
|
14028
|
+
|
|
14029
|
+
# Update properties of this object
|
|
14030
|
+
def update!(**args)
|
|
14031
|
+
@effective_tpm_threshold = args[:effective_tpm_threshold] if args.key?(:effective_tpm_threshold)
|
|
14032
|
+
@model_version = args[:model_version] if args.key?(:model_version)
|
|
14033
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
|
14034
|
+
@terminate_time = args[:terminate_time] if args.key?(:terminate_time)
|
|
14035
|
+
@tpm_threshold_next_update_time = args[:tpm_threshold_next_update_time] if args.key?(:tpm_threshold_next_update_time)
|
|
14036
|
+
@update_type = args[:update_type] if args.key?(:update_type)
|
|
14037
|
+
end
|
|
14038
|
+
end
|
|
14039
|
+
|
|
13836
14040
|
# Customer provided configurations.
|
|
13837
14041
|
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
|
|
13838
14042
|
include Google::Apis::Core::Hashable
|
|
@@ -24415,6 +24619,13 @@ module Google
|
|
|
24415
24619
|
# @return [String]
|
|
24416
24620
|
attr_accessor :app_type
|
|
24417
24621
|
|
|
24622
|
+
# Optional. The Agent registry containing the agents, MCP servers and tools
|
|
24623
|
+
# associated with this engine. Field is required if the engine has an Agent
|
|
24624
|
+
# Gateway setting.
|
|
24625
|
+
# Corresponds to the JSON property `associatedAgentRegistry`
|
|
24626
|
+
# @return [String]
|
|
24627
|
+
attr_accessor :associated_agent_registry
|
|
24628
|
+
|
|
24418
24629
|
# Configurations for a Chat Engine.
|
|
24419
24630
|
# Corresponds to the JSON property `chatEngineConfig`
|
|
24420
24631
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig]
|
|
@@ -24480,13 +24691,13 @@ module Google
|
|
|
24480
24691
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
|
24481
24692
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
|
24482
24693
|
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
|
|
24483
|
-
# personalization-memory` * `personalization-suggested-highlights` * `
|
|
24484
|
-
#
|
|
24485
|
-
#
|
|
24486
|
-
#
|
|
24487
|
-
# canvas
|
|
24488
|
-
#
|
|
24489
|
-
#
|
|
24694
|
+
# personalization-memory` * `personalization-suggested-highlights` * `mobile-app-
|
|
24695
|
+
# access` * `disable-agent-sharing` * `disable-image-generation` * `disable-
|
|
24696
|
+
# video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `
|
|
24697
|
+
# disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `
|
|
24698
|
+
# canvas-workspace` * `disable-skills` * `enable-end-user-sharing-with-groups` *
|
|
24699
|
+
# `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-
|
|
24700
|
+
# intelligence` * `deep-research`
|
|
24490
24701
|
# Corresponds to the JSON property `features`
|
|
24491
24702
|
# @return [Hash<String,String>]
|
|
24492
24703
|
attr_accessor :features
|
|
@@ -24566,6 +24777,7 @@ module Google
|
|
|
24566
24777
|
def update!(**args)
|
|
24567
24778
|
@agent_gateway_setting = args[:agent_gateway_setting] if args.key?(:agent_gateway_setting)
|
|
24568
24779
|
@app_type = args[:app_type] if args.key?(:app_type)
|
|
24780
|
+
@associated_agent_registry = args[:associated_agent_registry] if args.key?(:associated_agent_registry)
|
|
24569
24781
|
@chat_engine_config = args[:chat_engine_config] if args.key?(:chat_engine_config)
|
|
24570
24782
|
@chat_engine_metadata = args[:chat_engine_metadata] if args.key?(:chat_engine_metadata)
|
|
24571
24783
|
@cmek_config = args[:cmek_config] if args.key?(:cmek_config)
|
|
@@ -27675,6 +27887,11 @@ module Google
|
|
|
27675
27887
|
class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus
|
|
27676
27888
|
include Google::Apis::Core::Hashable
|
|
27677
27889
|
|
|
27890
|
+
# Output only. Per-model Agent Search TPM subscription status.
|
|
27891
|
+
# Corresponds to the JSON property `agentSearchTokenSubscriptionStatuses`
|
|
27892
|
+
# @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus>]
|
|
27893
|
+
attr_accessor :agent_search_token_subscription_statuses
|
|
27894
|
+
|
|
27678
27895
|
# Optional. The currently effective Indexing Core threshold. This is the
|
|
27679
27896
|
# threshold against which Indexing Core usage is compared for overage
|
|
27680
27897
|
# calculations.
|
|
@@ -27728,6 +27945,7 @@ module Google
|
|
|
27728
27945
|
|
|
27729
27946
|
# Update properties of this object
|
|
27730
27947
|
def update!(**args)
|
|
27948
|
+
@agent_search_token_subscription_statuses = args[:agent_search_token_subscription_statuses] if args.key?(:agent_search_token_subscription_statuses)
|
|
27731
27949
|
@effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
|
|
27732
27950
|
@effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
|
|
27733
27951
|
@indexing_core_threshold_next_update_time = args[:indexing_core_threshold_next_update_time] if args.key?(:indexing_core_threshold_next_update_time)
|
|
@@ -27738,6 +27956,94 @@ module Google
|
|
|
27738
27956
|
end
|
|
27739
27957
|
end
|
|
27740
27958
|
|
|
27959
|
+
# Per-model Agent Search TPM subscription status. One entry per active `
|
|
27960
|
+
# core_subscription.agent_search_token_subscriptions[*]` entry in the customer-
|
|
27961
|
+
# provided config; populated by UpdateProject and GetProject. The lifecycle
|
|
27962
|
+
# scalars on this message (`start_time`, `terminate_time`, `update_type`, `
|
|
27963
|
+
# tpm_threshold_next_update_time`) are per (project, model_version) — siblings
|
|
27964
|
+
# of the whole-relationship `start_time` / `terminate_time` / `update_type` on
|
|
27965
|
+
# the enclosing ConfigurableBillingStatus, but scoped to this specific Agent
|
|
27966
|
+
# Search TPM subscription instead of to the overall customer-configurable-
|
|
27967
|
+
# pricing relationship. This per-instance granularity is intentional: the
|
|
27968
|
+
# underlying SubV3 storage is per-(project, model_version), so each model has
|
|
27969
|
+
# its own activation, termination, and deferred-update clock; surfacing that on
|
|
27970
|
+
# the response gives customers the granularity they need to manage per-model
|
|
27971
|
+
# commitments independently. QPM / IndexingCore differ — their storage is one
|
|
27972
|
+
# row per (project, location), so their lifecycle is represented only by the
|
|
27973
|
+
# whole- relationship scalars on ConfigurableBillingStatus.
|
|
27974
|
+
class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus
|
|
27975
|
+
include Google::Apis::Core::Hashable
|
|
27976
|
+
|
|
27977
|
+
# Output only. The currently effective TPM threshold. Reflects scale-up
|
|
27978
|
+
# immediately and scale-down at the next billing cycle, matching `
|
|
27979
|
+
# effective_search_qpm_threshold` semantics.
|
|
27980
|
+
# Corresponds to the JSON property `effectiveTpmThreshold`
|
|
27981
|
+
# @return [Fixnum]
|
|
27982
|
+
attr_accessor :effective_tpm_threshold
|
|
27983
|
+
|
|
27984
|
+
# Output only. The Gemini model version this status corresponds to. Matches
|
|
27985
|
+
# CoreSubscription.AgentSearchTokenSubscription.model_version (a stable Gemini
|
|
27986
|
+
# model version from the Gemini Enterprise Agent Platform model-versions
|
|
27987
|
+
# registry; see https://docs.cloud.google.com/gemini-enterprise-agent-platform/
|
|
27988
|
+
# models/model-versions#gemini-models).
|
|
27989
|
+
# Corresponds to the JSON property `modelVersion`
|
|
27990
|
+
# @return [String]
|
|
27991
|
+
attr_accessor :model_version
|
|
27992
|
+
|
|
27993
|
+
# Output only. When this (project, model_version) Agent Search TPM subscription
|
|
27994
|
+
# was first activated. Set once on first activation of this model version and
|
|
27995
|
+
# never moved by subsequent threshold updates; on termination + re-activation a
|
|
27996
|
+
# new value is recorded. Does NOT move the whole-relationship `start_time` on
|
|
27997
|
+
# the enclosing ConfigurableBillingStatus, which continues to represent the
|
|
27998
|
+
# first activation of the overall customer-configurable-pricing relationship.
|
|
27999
|
+
# Corresponds to the JSON property `startTime`
|
|
28000
|
+
# @return [String]
|
|
28001
|
+
attr_accessor :start_time
|
|
28002
|
+
|
|
28003
|
+
# Output only. If set, the scheduled effective time at which this (project,
|
|
28004
|
+
# model_version) Agent Search TPM subscription will terminate. Populated when
|
|
28005
|
+
# the customer removes this entry from `core_subscription.
|
|
28006
|
+
# agent_search_token_subscriptions[*]`. Does NOT move the whole-relationship `
|
|
28007
|
+
# terminate_time` on the enclosing ConfigurableBillingStatus, which is populated
|
|
28008
|
+
# only when the entire customer-configurable-pricing relationship is being torn
|
|
28009
|
+
# down.
|
|
28010
|
+
# Corresponds to the JSON property `terminateTime`
|
|
28011
|
+
# @return [String]
|
|
28012
|
+
attr_accessor :terminate_time
|
|
28013
|
+
|
|
28014
|
+
# Output only. The earliest next update time for the TPM subscription threshold
|
|
28015
|
+
# for this (project, model_version). Populated only after a successful update.
|
|
28016
|
+
# Corresponds to the JSON property `tpmThresholdNextUpdateTime`
|
|
28017
|
+
# @return [String]
|
|
28018
|
+
attr_accessor :tpm_threshold_next_update_time
|
|
28019
|
+
|
|
28020
|
+
# Output only. The type of the most recent update to this (project,
|
|
28021
|
+
# model_version) subscription, as performed by the most recent UpdateProject
|
|
28022
|
+
# call. `UPDATE_TYPE_UNSPECIFIED` indicates this model_version was not touched
|
|
28023
|
+
# by the most recent UpdateProject (its `effective_tpm_threshold` reflects an
|
|
28024
|
+
# earlier update). The whole-relationship `update_type` on the enclosing
|
|
28025
|
+
# ConfigurableBillingStatus continues to summarize the direction of the most
|
|
28026
|
+
# recent update across all surfaces in the project (QPM, IndexingCore, and Agent
|
|
28027
|
+
# Search TPM together).
|
|
28028
|
+
# Corresponds to the JSON property `updateType`
|
|
28029
|
+
# @return [String]
|
|
28030
|
+
attr_accessor :update_type
|
|
28031
|
+
|
|
28032
|
+
def initialize(**args)
|
|
28033
|
+
update!(**args)
|
|
28034
|
+
end
|
|
28035
|
+
|
|
28036
|
+
# Update properties of this object
|
|
28037
|
+
def update!(**args)
|
|
28038
|
+
@effective_tpm_threshold = args[:effective_tpm_threshold] if args.key?(:effective_tpm_threshold)
|
|
28039
|
+
@model_version = args[:model_version] if args.key?(:model_version)
|
|
28040
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
|
28041
|
+
@terminate_time = args[:terminate_time] if args.key?(:terminate_time)
|
|
28042
|
+
@tpm_threshold_next_update_time = args[:tpm_threshold_next_update_time] if args.key?(:tpm_threshold_next_update_time)
|
|
28043
|
+
@update_type = args[:update_type] if args.key?(:update_type)
|
|
28044
|
+
end
|
|
28045
|
+
end
|
|
28046
|
+
|
|
27741
28047
|
# Customer provided configurations.
|
|
27742
28048
|
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
|
|
27743
28049
|
include Google::Apis::Core::Hashable
|
|
@@ -32890,6 +33196,13 @@ module Google
|
|
|
32890
33196
|
# @return [String]
|
|
32891
33197
|
attr_accessor :assist_token
|
|
32892
33198
|
|
|
33199
|
+
# Per-connector authentication errors encountered during the request. Present
|
|
33200
|
+
# when one or more connectors failed authentication but the request proceeded
|
|
33201
|
+
# with the remaining connectors.
|
|
33202
|
+
# Corresponds to the JSON property `connectorAuthErrors`
|
|
33203
|
+
# @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaStreamAssistResponseConnectorAuthError>]
|
|
33204
|
+
attr_accessor :connector_auth_errors
|
|
33205
|
+
|
|
32893
33206
|
# The tool names of the tools that were invoked.
|
|
32894
33207
|
# Corresponds to the JSON property `invocationTools`
|
|
32895
33208
|
# @return [Array<String>]
|
|
@@ -32913,12 +33226,38 @@ module Google
|
|
|
32913
33226
|
def update!(**args)
|
|
32914
33227
|
@answer = args[:answer] if args.key?(:answer)
|
|
32915
33228
|
@assist_token = args[:assist_token] if args.key?(:assist_token)
|
|
33229
|
+
@connector_auth_errors = args[:connector_auth_errors] if args.key?(:connector_auth_errors)
|
|
32916
33230
|
@invocation_tools = args[:invocation_tools] if args.key?(:invocation_tools)
|
|
32917
33231
|
@invoked_skills = args[:invoked_skills] if args.key?(:invoked_skills)
|
|
32918
33232
|
@session_info = args[:session_info] if args.key?(:session_info)
|
|
32919
33233
|
end
|
|
32920
33234
|
end
|
|
32921
33235
|
|
|
33236
|
+
# Describes an authentication error for a specific data connector.
|
|
33237
|
+
class GoogleCloudDiscoveryengineV1betaStreamAssistResponseConnectorAuthError
|
|
33238
|
+
include Google::Apis::Core::Hashable
|
|
33239
|
+
|
|
33240
|
+
# Resource name of the data connector that failed authentication.
|
|
33241
|
+
# Corresponds to the JSON property `dataConnector`
|
|
33242
|
+
# @return [String]
|
|
33243
|
+
attr_accessor :data_connector
|
|
33244
|
+
|
|
33245
|
+
# Human-readable error message describing the auth failure.
|
|
33246
|
+
# Corresponds to the JSON property `errorMessage`
|
|
33247
|
+
# @return [String]
|
|
33248
|
+
attr_accessor :error_message
|
|
33249
|
+
|
|
33250
|
+
def initialize(**args)
|
|
33251
|
+
update!(**args)
|
|
33252
|
+
end
|
|
33253
|
+
|
|
33254
|
+
# Update properties of this object
|
|
33255
|
+
def update!(**args)
|
|
33256
|
+
@data_connector = args[:data_connector] if args.key?(:data_connector)
|
|
33257
|
+
@error_message = args[:error_message] if args.key?(:error_message)
|
|
33258
|
+
end
|
|
33259
|
+
end
|
|
33260
|
+
|
|
32922
33261
|
# Represents a skill used during the assist call.
|
|
32923
33262
|
class GoogleCloudDiscoveryengineV1betaStreamAssistResponseInvokedSkill
|
|
32924
33263
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DiscoveryengineV1beta
|
|
18
18
|
# Version of the google-apis-discoveryengine_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.105.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260620"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -808,6 +808,12 @@ module Google
|
|
|
808
808
|
include Google::Apis::Core::JsonObjectSupport
|
|
809
809
|
end
|
|
810
810
|
|
|
811
|
+
class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus
|
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
813
|
+
|
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
815
|
+
end
|
|
816
|
+
|
|
811
817
|
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
|
|
812
818
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
813
819
|
|
|
@@ -2140,6 +2146,12 @@ module Google
|
|
|
2140
2146
|
include Google::Apis::Core::JsonObjectSupport
|
|
2141
2147
|
end
|
|
2142
2148
|
|
|
2149
|
+
class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus
|
|
2150
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2151
|
+
|
|
2152
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2153
|
+
end
|
|
2154
|
+
|
|
2143
2155
|
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
|
|
2144
2156
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2145
2157
|
|
|
@@ -4402,6 +4414,12 @@ module Google
|
|
|
4402
4414
|
include Google::Apis::Core::JsonObjectSupport
|
|
4403
4415
|
end
|
|
4404
4416
|
|
|
4417
|
+
class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus
|
|
4418
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4419
|
+
|
|
4420
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4421
|
+
end
|
|
4422
|
+
|
|
4405
4423
|
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
|
|
4406
4424
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4407
4425
|
|
|
@@ -5194,6 +5212,12 @@ module Google
|
|
|
5194
5212
|
include Google::Apis::Core::JsonObjectSupport
|
|
5195
5213
|
end
|
|
5196
5214
|
|
|
5215
|
+
class GoogleCloudDiscoveryengineV1betaStreamAssistResponseConnectorAuthError
|
|
5216
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5217
|
+
|
|
5218
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5219
|
+
end
|
|
5220
|
+
|
|
5197
5221
|
class GoogleCloudDiscoveryengineV1betaStreamAssistResponseInvokedSkill
|
|
5198
5222
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5199
5223
|
|
|
@@ -6449,6 +6473,7 @@ module Google
|
|
|
6449
6473
|
property :agent_gateway_setting, as: 'agentGatewaySetting', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AgentGatewaySetting, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AgentGatewaySetting::Representation
|
|
6450
6474
|
|
|
6451
6475
|
property :app_type, as: 'appType'
|
|
6476
|
+
property :associated_agent_registry, as: 'associatedAgentRegistry'
|
|
6452
6477
|
property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineConfig::Representation
|
|
6453
6478
|
|
|
6454
6479
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata::Representation
|
|
@@ -6785,6 +6810,8 @@ module Google
|
|
|
6785
6810
|
class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus
|
|
6786
6811
|
# @private
|
|
6787
6812
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6813
|
+
collection :agent_search_token_subscription_statuses, as: 'agentSearchTokenSubscriptionStatuses', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus::Representation
|
|
6814
|
+
|
|
6788
6815
|
property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
|
|
6789
6816
|
property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
|
|
6790
6817
|
property :indexing_core_threshold_next_update_time, as: 'indexingCoreThresholdNextUpdateTime'
|
|
@@ -6795,6 +6822,18 @@ module Google
|
|
|
6795
6822
|
end
|
|
6796
6823
|
end
|
|
6797
6824
|
|
|
6825
|
+
class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus
|
|
6826
|
+
# @private
|
|
6827
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6828
|
+
property :effective_tpm_threshold, :numeric_string => true, as: 'effectiveTpmThreshold'
|
|
6829
|
+
property :model_version, as: 'modelVersion'
|
|
6830
|
+
property :start_time, as: 'startTime'
|
|
6831
|
+
property :terminate_time, as: 'terminateTime'
|
|
6832
|
+
property :tpm_threshold_next_update_time, as: 'tpmThresholdNextUpdateTime'
|
|
6833
|
+
property :update_type, as: 'updateType'
|
|
6834
|
+
end
|
|
6835
|
+
end
|
|
6836
|
+
|
|
6798
6837
|
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
|
|
6799
6838
|
# @private
|
|
6800
6839
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8530,6 +8569,7 @@ module Google
|
|
|
8530
8569
|
property :agent_gateway_setting, as: 'agentGatewaySetting', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting::Representation
|
|
8531
8570
|
|
|
8532
8571
|
property :app_type, as: 'appType'
|
|
8572
|
+
property :associated_agent_registry, as: 'associatedAgentRegistry'
|
|
8533
8573
|
property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig::Representation
|
|
8534
8574
|
|
|
8535
8575
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata::Representation
|
|
@@ -9081,6 +9121,8 @@ module Google
|
|
|
9081
9121
|
class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus
|
|
9082
9122
|
# @private
|
|
9083
9123
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9124
|
+
collection :agent_search_token_subscription_statuses, as: 'agentSearchTokenSubscriptionStatuses', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus::Representation
|
|
9125
|
+
|
|
9084
9126
|
property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
|
|
9085
9127
|
property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
|
|
9086
9128
|
property :indexing_core_threshold_next_update_time, as: 'indexingCoreThresholdNextUpdateTime'
|
|
@@ -9091,6 +9133,18 @@ module Google
|
|
|
9091
9133
|
end
|
|
9092
9134
|
end
|
|
9093
9135
|
|
|
9136
|
+
class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus
|
|
9137
|
+
# @private
|
|
9138
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9139
|
+
property :effective_tpm_threshold, :numeric_string => true, as: 'effectiveTpmThreshold'
|
|
9140
|
+
property :model_version, as: 'modelVersion'
|
|
9141
|
+
property :start_time, as: 'startTime'
|
|
9142
|
+
property :terminate_time, as: 'terminateTime'
|
|
9143
|
+
property :tpm_threshold_next_update_time, as: 'tpmThresholdNextUpdateTime'
|
|
9144
|
+
property :update_type, as: 'updateType'
|
|
9145
|
+
end
|
|
9146
|
+
end
|
|
9147
|
+
|
|
9094
9148
|
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
|
|
9095
9149
|
# @private
|
|
9096
9150
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11969,6 +12023,7 @@ module Google
|
|
|
11969
12023
|
property :agent_gateway_setting, as: 'agentGatewaySetting', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAgentGatewaySetting, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAgentGatewaySetting::Representation
|
|
11970
12024
|
|
|
11971
12025
|
property :app_type, as: 'appType'
|
|
12026
|
+
property :associated_agent_registry, as: 'associatedAgentRegistry'
|
|
11972
12027
|
property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig::Representation
|
|
11973
12028
|
|
|
11974
12029
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata::Representation
|
|
@@ -12913,6 +12968,8 @@ module Google
|
|
|
12913
12968
|
class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus
|
|
12914
12969
|
# @private
|
|
12915
12970
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12971
|
+
collection :agent_search_token_subscription_statuses, as: 'agentSearchTokenSubscriptionStatuses', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus::Representation
|
|
12972
|
+
|
|
12916
12973
|
property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
|
|
12917
12974
|
property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
|
|
12918
12975
|
property :indexing_core_threshold_next_update_time, as: 'indexingCoreThresholdNextUpdateTime'
|
|
@@ -12923,6 +12980,18 @@ module Google
|
|
|
12923
12980
|
end
|
|
12924
12981
|
end
|
|
12925
12982
|
|
|
12983
|
+
class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus
|
|
12984
|
+
# @private
|
|
12985
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12986
|
+
property :effective_tpm_threshold, :numeric_string => true, as: 'effectiveTpmThreshold'
|
|
12987
|
+
property :model_version, as: 'modelVersion'
|
|
12988
|
+
property :start_time, as: 'startTime'
|
|
12989
|
+
property :terminate_time, as: 'terminateTime'
|
|
12990
|
+
property :tpm_threshold_next_update_time, as: 'tpmThresholdNextUpdateTime'
|
|
12991
|
+
property :update_type, as: 'updateType'
|
|
12992
|
+
end
|
|
12993
|
+
end
|
|
12994
|
+
|
|
12926
12995
|
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
|
|
12927
12996
|
# @private
|
|
12928
12997
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -14271,6 +14340,8 @@ module Google
|
|
|
14271
14340
|
property :answer, as: 'answer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistAnswer::Representation
|
|
14272
14341
|
|
|
14273
14342
|
property :assist_token, as: 'assistToken'
|
|
14343
|
+
collection :connector_auth_errors, as: 'connectorAuthErrors', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaStreamAssistResponseConnectorAuthError, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaStreamAssistResponseConnectorAuthError::Representation
|
|
14344
|
+
|
|
14274
14345
|
collection :invocation_tools, as: 'invocationTools'
|
|
14275
14346
|
collection :invoked_skills, as: 'invokedSkills', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaStreamAssistResponseInvokedSkill, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaStreamAssistResponseInvokedSkill::Representation
|
|
14276
14347
|
|
|
@@ -14279,6 +14350,14 @@ module Google
|
|
|
14279
14350
|
end
|
|
14280
14351
|
end
|
|
14281
14352
|
|
|
14353
|
+
class GoogleCloudDiscoveryengineV1betaStreamAssistResponseConnectorAuthError
|
|
14354
|
+
# @private
|
|
14355
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14356
|
+
property :data_connector, as: 'dataConnector'
|
|
14357
|
+
property :error_message, as: 'errorMessage'
|
|
14358
|
+
end
|
|
14359
|
+
end
|
|
14360
|
+
|
|
14282
14361
|
class GoogleCloudDiscoveryengineV1betaStreamAssistResponseInvokedSkill
|
|
14283
14362
|
# @private
|
|
14284
14363
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10428,9 +10428,9 @@ module Google
|
|
|
10428
10428
|
# user_principal` in descending order.
|
|
10429
10429
|
# @param [Fixnum] page_size
|
|
10430
10430
|
# Optional. Requested page size. Server may return fewer items than requested.
|
|
10431
|
-
# If unspecified, defaults to
|
|
10432
|
-
# be coerced to
|
|
10433
|
-
# returned.
|
|
10431
|
+
# If unspecified, defaults to 100. The maximum value is 1000; values above 1000
|
|
10432
|
+
# will be coerced to 1000. If this field is negative, an INVALID_ARGUMENT error
|
|
10433
|
+
# is returned.
|
|
10434
10434
|
# @param [String] page_token
|
|
10435
10435
|
# Optional. A page token, received from a previous `ListUserLicenses` call.
|
|
10436
10436
|
# Provide this to retrieve the subsequent page. When paginating, all other
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-discoveryengine_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.105.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.105.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|