google-apis-discoveryengine_v1beta 0.105.0 → 0.106.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf4fca543bb40683bec5221d658f653f6c682ca43c1ab60cbeb83f5f3a86dbb3
|
|
4
|
+
data.tar.gz: 5b53841d66967ea61e7e3b50c8fd5efc6f18c0ccb11ea486a31b20dd8cf020c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1132a17f31cdccc9466bfb3c0beb37679790618af6e0c59581daa8d1350cb40148ed6ed6a808c7f7e820e2ceaed9a11c83829169489a902278436818dcf2f750
|
|
7
|
+
data.tar.gz: c78e61707ebe3410cd5d3fedab54c54a13253af944e31524fc2eba840e97d0c4d56005c7addbb44ad34c2be592520a58ee9aa44f9a15a703ddbc3b0b705f13b2
|
data/CHANGELOG.md
CHANGED
|
@@ -2457,6 +2457,15 @@ module Google
|
|
|
2457
2457
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime]
|
|
2458
2458
|
attr_accessor :next_sync_time
|
|
2459
2459
|
|
|
2460
|
+
# Output only. The static IP addresses used by this connector for OAuth APIs (e.
|
|
2461
|
+
# g. end user authentication). These are surfaced separately from `
|
|
2462
|
+
# static_ip_addresses` so that customers can apply granular firewall settings
|
|
2463
|
+
# for OAuth endpoints. Only populated for connectors that have static IP enabled
|
|
2464
|
+
# and are used for actions and/or federated search.
|
|
2465
|
+
# Corresponds to the JSON property `oauthStaticIpAddresses`
|
|
2466
|
+
# @return [Array<String>]
|
|
2467
|
+
attr_accessor :oauth_static_ip_addresses
|
|
2468
|
+
|
|
2460
2469
|
# Required data connector parameters in structured json format.
|
|
2461
2470
|
# Corresponds to the JSON property `params`
|
|
2462
2471
|
# @return [Hash<String,Object>]
|
|
@@ -2567,6 +2576,7 @@ module Google
|
|
|
2567
2576
|
@latest_pause_time = args[:latest_pause_time] if args.key?(:latest_pause_time)
|
|
2568
2577
|
@name = args[:name] if args.key?(:name)
|
|
2569
2578
|
@next_sync_time = args[:next_sync_time] if args.key?(:next_sync_time)
|
|
2579
|
+
@oauth_static_ip_addresses = args[:oauth_static_ip_addresses] if args.key?(:oauth_static_ip_addresses)
|
|
2570
2580
|
@params = args[:params] if args.key?(:params)
|
|
2571
2581
|
@private_connectivity_project_id = args[:private_connectivity_project_id] if args.key?(:private_connectivity_project_id)
|
|
2572
2582
|
@realtime_state = args[:realtime_state] if args.key?(:realtime_state)
|
|
@@ -3874,9 +3884,9 @@ module Google
|
|
|
3874
3884
|
# @return [String]
|
|
3875
3885
|
attr_accessor :app_type
|
|
3876
3886
|
|
|
3877
|
-
#
|
|
3878
|
-
# associated with this engine.
|
|
3879
|
-
#
|
|
3887
|
+
# Output only. The Agent registry containing the agents, MCP servers and tools
|
|
3888
|
+
# associated with this engine. Derived server-side from the linked Agent Gateway'
|
|
3889
|
+
# s registry.
|
|
3880
3890
|
# Corresponds to the JSON property `associatedAgentRegistry`
|
|
3881
3891
|
# @return [String]
|
|
3882
3892
|
attr_accessor :associated_agent_registry
|
|
@@ -3950,9 +3960,9 @@ module Google
|
|
|
3950
3960
|
# access` * `disable-agent-sharing` * `disable-image-generation` * `disable-
|
|
3951
3961
|
# video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `
|
|
3952
3962
|
# disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `
|
|
3953
|
-
# canvas-workspace` * `disable-skills` * `enable-end-user-
|
|
3954
|
-
#
|
|
3955
|
-
# intelligence` * `deep-research`
|
|
3963
|
+
# canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-
|
|
3964
|
+
# sharing-with-groups` * `single-agent-orchestration` * `multi-agent-
|
|
3965
|
+
# orchestration` * `cross-product-intelligence` * `deep-research`
|
|
3956
3966
|
# Corresponds to the JSON property `features`
|
|
3957
3967
|
# @return [Hash<String,String>]
|
|
3958
3968
|
attr_accessor :features
|
|
@@ -4439,10 +4449,11 @@ module Google
|
|
|
4439
4449
|
class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
|
|
4440
4450
|
include Google::Apis::Core::Hashable
|
|
4441
4451
|
|
|
4442
|
-
# Optional. The required subscription tier of this engine.
|
|
4443
|
-
#
|
|
4444
|
-
#
|
|
4445
|
-
#
|
|
4452
|
+
# Optional. The required subscription tier of this engine. If the required
|
|
4453
|
+
# subscription tier is search, user with higher license tier like assist can
|
|
4454
|
+
# still access the standalone app associated with this engine. Web grounding
|
|
4455
|
+
# feature is only available on the app if it is set as SubscriptionTier.
|
|
4456
|
+
# SUBSCRIPTION_TIER_SEARCH_AND_ASSISTANT.
|
|
4446
4457
|
# Corresponds to the JSON property `requiredSubscriptionTier`
|
|
4447
4458
|
# @return [String]
|
|
4448
4459
|
attr_accessor :required_subscription_tier
|
|
@@ -7325,6 +7336,551 @@ module Google
|
|
|
7325
7336
|
end
|
|
7326
7337
|
end
|
|
7327
7338
|
|
|
7339
|
+
# Evaluation insights for a program.
|
|
7340
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsights
|
|
7341
|
+
include Google::Apis::Core::Hashable
|
|
7342
|
+
|
|
7343
|
+
# Optional. List of evaluation insights.
|
|
7344
|
+
# Corresponds to the JSON property `insights`
|
|
7345
|
+
# @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsightsAlphaEvolveEvaluationInsight>]
|
|
7346
|
+
attr_accessor :insights
|
|
7347
|
+
|
|
7348
|
+
def initialize(**args)
|
|
7349
|
+
update!(**args)
|
|
7350
|
+
end
|
|
7351
|
+
|
|
7352
|
+
# Update properties of this object
|
|
7353
|
+
def update!(**args)
|
|
7354
|
+
@insights = args[:insights] if args.key?(:insights)
|
|
7355
|
+
end
|
|
7356
|
+
end
|
|
7357
|
+
|
|
7358
|
+
# A single evaluation insight.
|
|
7359
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsightsAlphaEvolveEvaluationInsight
|
|
7360
|
+
include Google::Apis::Core::Hashable
|
|
7361
|
+
|
|
7362
|
+
# Optional. Label of the insight.
|
|
7363
|
+
# Corresponds to the JSON property `label`
|
|
7364
|
+
# @return [String]
|
|
7365
|
+
attr_accessor :label
|
|
7366
|
+
|
|
7367
|
+
# Optional. Text of the insight.
|
|
7368
|
+
# Corresponds to the JSON property `text`
|
|
7369
|
+
# @return [String]
|
|
7370
|
+
attr_accessor :text
|
|
7371
|
+
|
|
7372
|
+
def initialize(**args)
|
|
7373
|
+
update!(**args)
|
|
7374
|
+
end
|
|
7375
|
+
|
|
7376
|
+
# Update properties of this object
|
|
7377
|
+
def update!(**args)
|
|
7378
|
+
@label = args[:label] if args.key?(:label)
|
|
7379
|
+
@text = args[:text] if args.key?(:text)
|
|
7380
|
+
end
|
|
7381
|
+
end
|
|
7382
|
+
|
|
7383
|
+
# Contains the evaluation scores for the target metrics to optimize.
|
|
7384
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScores
|
|
7385
|
+
include Google::Apis::Core::Hashable
|
|
7386
|
+
|
|
7387
|
+
# Required. List of evaluation scores.
|
|
7388
|
+
# Corresponds to the JSON property `scores`
|
|
7389
|
+
# @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScoresAlphaEvolveEvaluationScore>]
|
|
7390
|
+
attr_accessor :scores
|
|
7391
|
+
|
|
7392
|
+
def initialize(**args)
|
|
7393
|
+
update!(**args)
|
|
7394
|
+
end
|
|
7395
|
+
|
|
7396
|
+
# Update properties of this object
|
|
7397
|
+
def update!(**args)
|
|
7398
|
+
@scores = args[:scores] if args.key?(:scores)
|
|
7399
|
+
end
|
|
7400
|
+
end
|
|
7401
|
+
|
|
7402
|
+
# Score for a single metric.
|
|
7403
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScoresAlphaEvolveEvaluationScore
|
|
7404
|
+
include Google::Apis::Core::Hashable
|
|
7405
|
+
|
|
7406
|
+
# Required. Name of the metric.
|
|
7407
|
+
# Corresponds to the JSON property `metric`
|
|
7408
|
+
# @return [String]
|
|
7409
|
+
attr_accessor :metric
|
|
7410
|
+
|
|
7411
|
+
# Required. Score of a program for this metric.
|
|
7412
|
+
# Corresponds to the JSON property `score`
|
|
7413
|
+
# @return [Float]
|
|
7414
|
+
attr_accessor :score
|
|
7415
|
+
|
|
7416
|
+
def initialize(**args)
|
|
7417
|
+
update!(**args)
|
|
7418
|
+
end
|
|
7419
|
+
|
|
7420
|
+
# Update properties of this object
|
|
7421
|
+
def update!(**args)
|
|
7422
|
+
@metric = args[:metric] if args.key?(:metric)
|
|
7423
|
+
@score = args[:score] if args.key?(:score)
|
|
7424
|
+
end
|
|
7425
|
+
end
|
|
7426
|
+
|
|
7427
|
+
# An experiment is a single run of the AlphaEvolve agent, an evolutionary coding
|
|
7428
|
+
# agent powered by LLM for algorithm discovery and optimization.
|
|
7429
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperiment
|
|
7430
|
+
include Google::Apis::Core::Hashable
|
|
7431
|
+
|
|
7432
|
+
# Configuration of an experiment.
|
|
7433
|
+
# Corresponds to the JSON property `config`
|
|
7434
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfig]
|
|
7435
|
+
attr_accessor :config
|
|
7436
|
+
|
|
7437
|
+
# Output only. Time when the experiment was created.
|
|
7438
|
+
# Corresponds to the JSON property `createTime`
|
|
7439
|
+
# @return [String]
|
|
7440
|
+
attr_accessor :create_time
|
|
7441
|
+
|
|
7442
|
+
# Output only. Specifies the name of the seed program used to start the
|
|
7443
|
+
# experiment.
|
|
7444
|
+
# Corresponds to the JSON property `initialAlphaEvolveProgram`
|
|
7445
|
+
# @return [String]
|
|
7446
|
+
attr_accessor :initial_alpha_evolve_program
|
|
7447
|
+
|
|
7448
|
+
# Identifier. The full resource name of the experiment. Format: `projects/`
|
|
7449
|
+
# project`/locations/`location`/collections/`collection`/engines/`engine`/
|
|
7450
|
+
# sessions/`session`/alphaEvolveExperiments/`alpha_evolve_experiment``
|
|
7451
|
+
# Corresponds to the JSON property `name`
|
|
7452
|
+
# @return [String]
|
|
7453
|
+
attr_accessor :name
|
|
7454
|
+
|
|
7455
|
+
# Output only. The state of the experiment.
|
|
7456
|
+
# Corresponds to the JSON property `state`
|
|
7457
|
+
# @return [String]
|
|
7458
|
+
attr_accessor :state
|
|
7459
|
+
|
|
7460
|
+
# Stats about the experiment.
|
|
7461
|
+
# Corresponds to the JSON property `stats`
|
|
7462
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentStats]
|
|
7463
|
+
attr_accessor :stats
|
|
7464
|
+
|
|
7465
|
+
def initialize(**args)
|
|
7466
|
+
update!(**args)
|
|
7467
|
+
end
|
|
7468
|
+
|
|
7469
|
+
# Update properties of this object
|
|
7470
|
+
def update!(**args)
|
|
7471
|
+
@config = args[:config] if args.key?(:config)
|
|
7472
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
|
7473
|
+
@initial_alpha_evolve_program = args[:initial_alpha_evolve_program] if args.key?(:initial_alpha_evolve_program)
|
|
7474
|
+
@name = args[:name] if args.key?(:name)
|
|
7475
|
+
@state = args[:state] if args.key?(:state)
|
|
7476
|
+
@stats = args[:stats] if args.key?(:stats)
|
|
7477
|
+
end
|
|
7478
|
+
end
|
|
7479
|
+
|
|
7480
|
+
# Configuration of an experiment.
|
|
7481
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfig
|
|
7482
|
+
include Google::Apis::Core::Hashable
|
|
7483
|
+
|
|
7484
|
+
# Evolution settings for the experiment.
|
|
7485
|
+
# Corresponds to the JSON property `evolutionSettings`
|
|
7486
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettings]
|
|
7487
|
+
attr_accessor :evolution_settings
|
|
7488
|
+
|
|
7489
|
+
# Generation settings for the experiment.
|
|
7490
|
+
# Corresponds to the JSON property `generationSettings`
|
|
7491
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettings]
|
|
7492
|
+
attr_accessor :generation_settings
|
|
7493
|
+
|
|
7494
|
+
# Required. Description of the problem to be solved by the experiment.
|
|
7495
|
+
# Corresponds to the JSON property `problemDescription`
|
|
7496
|
+
# @return [String]
|
|
7497
|
+
attr_accessor :problem_description
|
|
7498
|
+
|
|
7499
|
+
# Required. Primary programming language of the code being optimized.
|
|
7500
|
+
# Corresponds to the JSON property `programLanguage`
|
|
7501
|
+
# @return [String]
|
|
7502
|
+
attr_accessor :program_language
|
|
7503
|
+
|
|
7504
|
+
# Run settings for the experiment.
|
|
7505
|
+
# Corresponds to the JSON property `runSettings`
|
|
7506
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigRunSettings]
|
|
7507
|
+
attr_accessor :run_settings
|
|
7508
|
+
|
|
7509
|
+
# Required. Title of the experiment.
|
|
7510
|
+
# Corresponds to the JSON property `title`
|
|
7511
|
+
# @return [String]
|
|
7512
|
+
attr_accessor :title
|
|
7513
|
+
|
|
7514
|
+
def initialize(**args)
|
|
7515
|
+
update!(**args)
|
|
7516
|
+
end
|
|
7517
|
+
|
|
7518
|
+
# Update properties of this object
|
|
7519
|
+
def update!(**args)
|
|
7520
|
+
@evolution_settings = args[:evolution_settings] if args.key?(:evolution_settings)
|
|
7521
|
+
@generation_settings = args[:generation_settings] if args.key?(:generation_settings)
|
|
7522
|
+
@problem_description = args[:problem_description] if args.key?(:problem_description)
|
|
7523
|
+
@program_language = args[:program_language] if args.key?(:program_language)
|
|
7524
|
+
@run_settings = args[:run_settings] if args.key?(:run_settings)
|
|
7525
|
+
@title = args[:title] if args.key?(:title)
|
|
7526
|
+
end
|
|
7527
|
+
end
|
|
7528
|
+
|
|
7529
|
+
# Evolution settings for the experiment.
|
|
7530
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettings
|
|
7531
|
+
include Google::Apis::Core::Hashable
|
|
7532
|
+
|
|
7533
|
+
# Configuration for parent sampling.
|
|
7534
|
+
# Corresponds to the JSON property `parentSamplingConfig`
|
|
7535
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettingsParentSamplingConfig]
|
|
7536
|
+
attr_accessor :parent_sampling_config
|
|
7537
|
+
|
|
7538
|
+
def initialize(**args)
|
|
7539
|
+
update!(**args)
|
|
7540
|
+
end
|
|
7541
|
+
|
|
7542
|
+
# Update properties of this object
|
|
7543
|
+
def update!(**args)
|
|
7544
|
+
@parent_sampling_config = args[:parent_sampling_config] if args.key?(:parent_sampling_config)
|
|
7545
|
+
end
|
|
7546
|
+
end
|
|
7547
|
+
|
|
7548
|
+
# Configuration for parent sampling.
|
|
7549
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettingsParentSamplingConfig
|
|
7550
|
+
include Google::Apis::Core::Hashable
|
|
7551
|
+
|
|
7552
|
+
# Configuration for Pareto sampling.
|
|
7553
|
+
# Corresponds to the JSON property `paretoSamplingConfig`
|
|
7554
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettingsParentSamplingConfigParetoSamplingConfig]
|
|
7555
|
+
attr_accessor :pareto_sampling_config
|
|
7556
|
+
|
|
7557
|
+
def initialize(**args)
|
|
7558
|
+
update!(**args)
|
|
7559
|
+
end
|
|
7560
|
+
|
|
7561
|
+
# Update properties of this object
|
|
7562
|
+
def update!(**args)
|
|
7563
|
+
@pareto_sampling_config = args[:pareto_sampling_config] if args.key?(:pareto_sampling_config)
|
|
7564
|
+
end
|
|
7565
|
+
end
|
|
7566
|
+
|
|
7567
|
+
# Configuration for Pareto sampling.
|
|
7568
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettingsParentSamplingConfigParetoSamplingConfig
|
|
7569
|
+
include Google::Apis::Core::Hashable
|
|
7570
|
+
|
|
7571
|
+
# Optional. Probability [0.0, 1.0] of sampling parent programs from the Pareto
|
|
7572
|
+
# frontier instead of normal fitness-based sampling during candidate generation.
|
|
7573
|
+
# Useful when optimizing multiple metrics simultaneously. Default 0.0 (disabled).
|
|
7574
|
+
# Only effective when evaluation returns multiple metrics in scores_to_optimize.
|
|
7575
|
+
# Corresponds to the JSON property `paretoSamplingProbability`
|
|
7576
|
+
# @return [Float]
|
|
7577
|
+
attr_accessor :pareto_sampling_probability
|
|
7578
|
+
|
|
7579
|
+
def initialize(**args)
|
|
7580
|
+
update!(**args)
|
|
7581
|
+
end
|
|
7582
|
+
|
|
7583
|
+
# Update properties of this object
|
|
7584
|
+
def update!(**args)
|
|
7585
|
+
@pareto_sampling_probability = args[:pareto_sampling_probability] if args.key?(:pareto_sampling_probability)
|
|
7586
|
+
end
|
|
7587
|
+
end
|
|
7588
|
+
|
|
7589
|
+
# Generation settings for the experiment.
|
|
7590
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettings
|
|
7591
|
+
include Google::Apis::Core::Hashable
|
|
7592
|
+
|
|
7593
|
+
# Optional. Additional user-provided context to be used during generation.
|
|
7594
|
+
# Corresponds to the JSON property `context`
|
|
7595
|
+
# @return [String]
|
|
7596
|
+
attr_accessor :context
|
|
7597
|
+
|
|
7598
|
+
# Optional. When true, the LLM prompt includes the full program text (both
|
|
7599
|
+
# mutable EVOLVE-BLOCK regions and immutable boilerplate). When false (default),
|
|
7600
|
+
# only the mutable EVOLVE-BLOCK regions are shown, saving context window.
|
|
7601
|
+
# Corresponds to the JSON property `includeFullProgramInPrompt`
|
|
7602
|
+
# @return [Boolean]
|
|
7603
|
+
attr_accessor :include_full_program_in_prompt
|
|
7604
|
+
alias_method :include_full_program_in_prompt?, :include_full_program_in_prompt
|
|
7605
|
+
|
|
7606
|
+
# Optional. Per-model configuration. See `ModelConfig` for details. If left
|
|
7607
|
+
# unset, the server selects a default model.
|
|
7608
|
+
# Corresponds to the JSON property `models`
|
|
7609
|
+
# @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettingsModelConfig>]
|
|
7610
|
+
attr_accessor :models
|
|
7611
|
+
|
|
7612
|
+
def initialize(**args)
|
|
7613
|
+
update!(**args)
|
|
7614
|
+
end
|
|
7615
|
+
|
|
7616
|
+
# Update properties of this object
|
|
7617
|
+
def update!(**args)
|
|
7618
|
+
@context = args[:context] if args.key?(:context)
|
|
7619
|
+
@include_full_program_in_prompt = args[:include_full_program_in_prompt] if args.key?(:include_full_program_in_prompt)
|
|
7620
|
+
@models = args[:models] if args.key?(:models)
|
|
7621
|
+
end
|
|
7622
|
+
end
|
|
7623
|
+
|
|
7624
|
+
# Per-model configuration. Mutually exclusive with `model_mixture` and `model`:
|
|
7625
|
+
# when `models` is set, both `model_mixture` and `model` must be left unset. The
|
|
7626
|
+
# same allowed-model list and at-most-2-models rule as for `model_mixture` apply.
|
|
7627
|
+
# In addition, each entry may specify a per-model `temperature` for LLM
|
|
7628
|
+
# sampling. Unlike `model_mixture`, weights here are *relative*: only their
|
|
7629
|
+
# ratios matter (the server normalizes them), so callers may use any positive
|
|
7630
|
+
# numbers without having to ensure they sum to 1.0.
|
|
7631
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettingsModelConfig
|
|
7632
|
+
include Google::Apis::Core::Hashable
|
|
7633
|
+
|
|
7634
|
+
# Required. Model name (e.g. `gemini-2.5-flash`, `gemini-3.1-pro-preview`). See `
|
|
7635
|
+
# model_mixture` for the list of allowed models.
|
|
7636
|
+
# Corresponds to the JSON property `name`
|
|
7637
|
+
# @return [String]
|
|
7638
|
+
attr_accessor :name
|
|
7639
|
+
|
|
7640
|
+
# Optional. Relative weight for this model in the mixture. Must be a finite,
|
|
7641
|
+
# strictly positive value. Weights across all entries are normalized server-side,
|
|
7642
|
+
# so they need not sum to 1.0. Defaults to 1.0 when unset, which is convenient
|
|
7643
|
+
# when configuring a single model or an even mixture. Some Pro-tier models are
|
|
7644
|
+
# capped at most 50% of the total weight; requests violating that cap are
|
|
7645
|
+
# rejected with INVALID_ARGUMENT.
|
|
7646
|
+
# Corresponds to the JSON property `weight`
|
|
7647
|
+
# @return [Float]
|
|
7648
|
+
attr_accessor :weight
|
|
7649
|
+
|
|
7650
|
+
def initialize(**args)
|
|
7651
|
+
update!(**args)
|
|
7652
|
+
end
|
|
7653
|
+
|
|
7654
|
+
# Update properties of this object
|
|
7655
|
+
def update!(**args)
|
|
7656
|
+
@name = args[:name] if args.key?(:name)
|
|
7657
|
+
@weight = args[:weight] if args.key?(:weight)
|
|
7658
|
+
end
|
|
7659
|
+
end
|
|
7660
|
+
|
|
7661
|
+
# Run settings for the experiment.
|
|
7662
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigRunSettings
|
|
7663
|
+
include Google::Apis::Core::Hashable
|
|
7664
|
+
|
|
7665
|
+
# Required. Maximum number of programs that can be generated in parallel. Must
|
|
7666
|
+
# be positive.
|
|
7667
|
+
# Corresponds to the JSON property `concurrency`
|
|
7668
|
+
# @return [Fixnum]
|
|
7669
|
+
attr_accessor :concurrency
|
|
7670
|
+
|
|
7671
|
+
# Optional. Maximum duration of the experiment. If unset, defaults to 24 hours.
|
|
7672
|
+
# Corresponds to the JSON property `maxDuration`
|
|
7673
|
+
# @return [String]
|
|
7674
|
+
attr_accessor :max_duration
|
|
7675
|
+
|
|
7676
|
+
# Required. Maximum number of programs to generate during the experiment run.
|
|
7677
|
+
# The initial program counts towards this limit. Must be greater than 1.
|
|
7678
|
+
# Corresponds to the JSON property `maxPrograms`
|
|
7679
|
+
# @return [Fixnum]
|
|
7680
|
+
attr_accessor :max_programs
|
|
7681
|
+
|
|
7682
|
+
def initialize(**args)
|
|
7683
|
+
update!(**args)
|
|
7684
|
+
end
|
|
7685
|
+
|
|
7686
|
+
# Update properties of this object
|
|
7687
|
+
def update!(**args)
|
|
7688
|
+
@concurrency = args[:concurrency] if args.key?(:concurrency)
|
|
7689
|
+
@max_duration = args[:max_duration] if args.key?(:max_duration)
|
|
7690
|
+
@max_programs = args[:max_programs] if args.key?(:max_programs)
|
|
7691
|
+
end
|
|
7692
|
+
end
|
|
7693
|
+
|
|
7694
|
+
# Stats about the experiment.
|
|
7695
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentStats
|
|
7696
|
+
include Google::Apis::Core::Hashable
|
|
7697
|
+
|
|
7698
|
+
# Output only. Number of candidates generated.
|
|
7699
|
+
# Corresponds to the JSON property `candidatesCount`
|
|
7700
|
+
# @return [Fixnum]
|
|
7701
|
+
attr_accessor :candidates_count
|
|
7702
|
+
|
|
7703
|
+
# Output only. Number of candidates evaluated.
|
|
7704
|
+
# Corresponds to the JSON property `evaluatedCandidatesCount`
|
|
7705
|
+
# @return [Fixnum]
|
|
7706
|
+
attr_accessor :evaluated_candidates_count
|
|
7707
|
+
|
|
7708
|
+
# Output only. Number of billed input tokens consumed by the experiment.
|
|
7709
|
+
# Corresponds to the JSON property `inputTokenCount`
|
|
7710
|
+
# @return [Fixnum]
|
|
7711
|
+
attr_accessor :input_token_count
|
|
7712
|
+
|
|
7713
|
+
# Output only. Number of billed output tokens consumed by the experiment.
|
|
7714
|
+
# Corresponds to the JSON property `outputTokenCount`
|
|
7715
|
+
# @return [Fixnum]
|
|
7716
|
+
attr_accessor :output_token_count
|
|
7717
|
+
|
|
7718
|
+
def initialize(**args)
|
|
7719
|
+
update!(**args)
|
|
7720
|
+
end
|
|
7721
|
+
|
|
7722
|
+
# Update properties of this object
|
|
7723
|
+
def update!(**args)
|
|
7724
|
+
@candidates_count = args[:candidates_count] if args.key?(:candidates_count)
|
|
7725
|
+
@evaluated_candidates_count = args[:evaluated_candidates_count] if args.key?(:evaluated_candidates_count)
|
|
7726
|
+
@input_token_count = args[:input_token_count] if args.key?(:input_token_count)
|
|
7727
|
+
@output_token_count = args[:output_token_count] if args.key?(:output_token_count)
|
|
7728
|
+
end
|
|
7729
|
+
end
|
|
7730
|
+
|
|
7731
|
+
# Represents a single program to be used within the context of an AlphaEvolve
|
|
7732
|
+
# experiment.
|
|
7733
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgram
|
|
7734
|
+
include Google::Apis::Core::Hashable
|
|
7735
|
+
|
|
7736
|
+
# A self-contained message containing the content of a program. Can represent a
|
|
7737
|
+
# collection of files.
|
|
7738
|
+
# Corresponds to the JSON property `content`
|
|
7739
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramContent]
|
|
7740
|
+
attr_accessor :content
|
|
7741
|
+
|
|
7742
|
+
# Output only. Time when the program was created.
|
|
7743
|
+
# Corresponds to the JSON property `createTime`
|
|
7744
|
+
# @return [String]
|
|
7745
|
+
attr_accessor :create_time
|
|
7746
|
+
|
|
7747
|
+
# Evaluation results for a program candidate.
|
|
7748
|
+
# Corresponds to the JSON property `evaluation`
|
|
7749
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramEvaluation]
|
|
7750
|
+
attr_accessor :evaluation
|
|
7751
|
+
|
|
7752
|
+
# Optional. Lock token for the program.
|
|
7753
|
+
# Corresponds to the JSON property `lockToken`
|
|
7754
|
+
# @return [String]
|
|
7755
|
+
attr_accessor :lock_token
|
|
7756
|
+
|
|
7757
|
+
# Identifier. Unique identifier for the program. Format: `projects/`project`/
|
|
7758
|
+
# locations/`location`/collections/`collection`/engines/`engine`/sessions/`
|
|
7759
|
+
# session`/alphaEvolveExperiments/`alpha_evolve_experiment`/alphaEvolvePrograms/`
|
|
7760
|
+
# alpha_evolve_program``
|
|
7761
|
+
# Corresponds to the JSON property `name`
|
|
7762
|
+
# @return [String]
|
|
7763
|
+
attr_accessor :name
|
|
7764
|
+
|
|
7765
|
+
# Output only. Optionally specifies which parent programs this program was
|
|
7766
|
+
# evolved from. Format: `projects/`project`/locations/`location`/collections/`
|
|
7767
|
+
# collection`/engines/`engine`/sessions/`session`/alphaEvolveExperiments/`
|
|
7768
|
+
# alpha_evolve_experiment`/alphaEvolvePrograms/`alpha_evolve_program``
|
|
7769
|
+
# Corresponds to the JSON property `parentPrograms`
|
|
7770
|
+
# @return [Array<String>]
|
|
7771
|
+
attr_accessor :parent_programs
|
|
7772
|
+
|
|
7773
|
+
# Output only. State of the program.
|
|
7774
|
+
# Corresponds to the JSON property `state`
|
|
7775
|
+
# @return [String]
|
|
7776
|
+
attr_accessor :state
|
|
7777
|
+
|
|
7778
|
+
def initialize(**args)
|
|
7779
|
+
update!(**args)
|
|
7780
|
+
end
|
|
7781
|
+
|
|
7782
|
+
# Update properties of this object
|
|
7783
|
+
def update!(**args)
|
|
7784
|
+
@content = args[:content] if args.key?(:content)
|
|
7785
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
|
7786
|
+
@evaluation = args[:evaluation] if args.key?(:evaluation)
|
|
7787
|
+
@lock_token = args[:lock_token] if args.key?(:lock_token)
|
|
7788
|
+
@name = args[:name] if args.key?(:name)
|
|
7789
|
+
@parent_programs = args[:parent_programs] if args.key?(:parent_programs)
|
|
7790
|
+
@state = args[:state] if args.key?(:state)
|
|
7791
|
+
end
|
|
7792
|
+
end
|
|
7793
|
+
|
|
7794
|
+
# A self-contained message containing the content of a program. Can represent a
|
|
7795
|
+
# collection of files.
|
|
7796
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramContent
|
|
7797
|
+
include Google::Apis::Core::Hashable
|
|
7798
|
+
|
|
7799
|
+
# Optional. Description of the program.
|
|
7800
|
+
# Corresponds to the JSON property `description`
|
|
7801
|
+
# @return [String]
|
|
7802
|
+
attr_accessor :description
|
|
7803
|
+
|
|
7804
|
+
# Required. A list of source files that make up the overall program.
|
|
7805
|
+
# Corresponds to the JSON property `files`
|
|
7806
|
+
# @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveSourceFile>]
|
|
7807
|
+
attr_accessor :files
|
|
7808
|
+
|
|
7809
|
+
def initialize(**args)
|
|
7810
|
+
update!(**args)
|
|
7811
|
+
end
|
|
7812
|
+
|
|
7813
|
+
# Update properties of this object
|
|
7814
|
+
def update!(**args)
|
|
7815
|
+
@description = args[:description] if args.key?(:description)
|
|
7816
|
+
@files = args[:files] if args.key?(:files)
|
|
7817
|
+
end
|
|
7818
|
+
end
|
|
7819
|
+
|
|
7820
|
+
# Evaluation results for a program candidate.
|
|
7821
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramEvaluation
|
|
7822
|
+
include Google::Apis::Core::Hashable
|
|
7823
|
+
|
|
7824
|
+
# Evaluation insights for a program.
|
|
7825
|
+
# Corresponds to the JSON property `insights`
|
|
7826
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsights]
|
|
7827
|
+
attr_accessor :insights
|
|
7828
|
+
|
|
7829
|
+
# Contains the evaluation scores for the target metrics to optimize.
|
|
7830
|
+
# Corresponds to the JSON property `scores`
|
|
7831
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScores]
|
|
7832
|
+
attr_accessor :scores
|
|
7833
|
+
|
|
7834
|
+
def initialize(**args)
|
|
7835
|
+
update!(**args)
|
|
7836
|
+
end
|
|
7837
|
+
|
|
7838
|
+
# Update properties of this object
|
|
7839
|
+
def update!(**args)
|
|
7840
|
+
@insights = args[:insights] if args.key?(:insights)
|
|
7841
|
+
@scores = args[:scores] if args.key?(:scores)
|
|
7842
|
+
end
|
|
7843
|
+
end
|
|
7844
|
+
|
|
7845
|
+
# A single source file with its path, content and metadata.
|
|
7846
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveSourceFile
|
|
7847
|
+
include Google::Apis::Core::Hashable
|
|
7848
|
+
|
|
7849
|
+
# Required. The raw content of the file. This is a string and not bytes, because
|
|
7850
|
+
# it should be ultimately processed by the LLM as text.
|
|
7851
|
+
# Corresponds to the JSON property `content`
|
|
7852
|
+
# @return [String]
|
|
7853
|
+
attr_accessor :content
|
|
7854
|
+
|
|
7855
|
+
# Optional. Additional description of the file.
|
|
7856
|
+
# Corresponds to the JSON property `description`
|
|
7857
|
+
# @return [String]
|
|
7858
|
+
attr_accessor :description
|
|
7859
|
+
|
|
7860
|
+
# Required. The relative path of the file, including the filename. e.g., "src/
|
|
7861
|
+
# main.py", "utils/helpers.js", "README.md"
|
|
7862
|
+
# Corresponds to the JSON property `path`
|
|
7863
|
+
# @return [String]
|
|
7864
|
+
attr_accessor :path
|
|
7865
|
+
|
|
7866
|
+
# Optional. The programming language of the file.
|
|
7867
|
+
# Corresponds to the JSON property `programLanguage`
|
|
7868
|
+
# @return [String]
|
|
7869
|
+
attr_accessor :program_language
|
|
7870
|
+
|
|
7871
|
+
def initialize(**args)
|
|
7872
|
+
update!(**args)
|
|
7873
|
+
end
|
|
7874
|
+
|
|
7875
|
+
# Update properties of this object
|
|
7876
|
+
def update!(**args)
|
|
7877
|
+
@content = args[:content] if args.key?(:content)
|
|
7878
|
+
@description = args[:description] if args.key?(:description)
|
|
7879
|
+
@path = args[:path] if args.key?(:path)
|
|
7880
|
+
@program_language = args[:program_language] if args.key?(:program_language)
|
|
7881
|
+
end
|
|
7882
|
+
end
|
|
7883
|
+
|
|
7328
7884
|
# Defines an answer.
|
|
7329
7885
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
|
7330
7886
|
include Google::Apis::Core::Hashable
|
|
@@ -10109,6 +10665,15 @@ module Google
|
|
|
10109
10665
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime]
|
|
10110
10666
|
attr_accessor :next_sync_time
|
|
10111
10667
|
|
|
10668
|
+
# Output only. The static IP addresses used by this connector for OAuth APIs (e.
|
|
10669
|
+
# g. end user authentication). These are surfaced separately from `
|
|
10670
|
+
# static_ip_addresses` so that customers can apply granular firewall settings
|
|
10671
|
+
# for OAuth endpoints. Only populated for connectors that have static IP enabled
|
|
10672
|
+
# and are used for actions and/or federated search.
|
|
10673
|
+
# Corresponds to the JSON property `oauthStaticIpAddresses`
|
|
10674
|
+
# @return [Array<String>]
|
|
10675
|
+
attr_accessor :oauth_static_ip_addresses
|
|
10676
|
+
|
|
10112
10677
|
# Required data connector parameters in structured json format.
|
|
10113
10678
|
# Corresponds to the JSON property `params`
|
|
10114
10679
|
# @return [Hash<String,Object>]
|
|
@@ -10220,6 +10785,7 @@ module Google
|
|
|
10220
10785
|
@latest_pause_time = args[:latest_pause_time] if args.key?(:latest_pause_time)
|
|
10221
10786
|
@name = args[:name] if args.key?(:name)
|
|
10222
10787
|
@next_sync_time = args[:next_sync_time] if args.key?(:next_sync_time)
|
|
10788
|
+
@oauth_static_ip_addresses = args[:oauth_static_ip_addresses] if args.key?(:oauth_static_ip_addresses)
|
|
10223
10789
|
@params = args[:params] if args.key?(:params)
|
|
10224
10790
|
@private_connectivity_project_id = args[:private_connectivity_project_id] if args.key?(:private_connectivity_project_id)
|
|
10225
10791
|
@realtime_state = args[:realtime_state] if args.key?(:realtime_state)
|
|
@@ -11278,6 +11844,12 @@ module Google
|
|
|
11278
11844
|
# @return [Fixnum]
|
|
11279
11845
|
attr_accessor :success_count
|
|
11280
11846
|
|
|
11847
|
+
# Operation last update time. If the operation is done, this is also the finish
|
|
11848
|
+
# time.
|
|
11849
|
+
# Corresponds to the JSON property `updateTime`
|
|
11850
|
+
# @return [String]
|
|
11851
|
+
attr_accessor :update_time
|
|
11852
|
+
|
|
11281
11853
|
def initialize(**args)
|
|
11282
11854
|
update!(**args)
|
|
11283
11855
|
end
|
|
@@ -11286,6 +11858,7 @@ module Google
|
|
|
11286
11858
|
def update!(**args)
|
|
11287
11859
|
@failure_count = args[:failure_count] if args.key?(:failure_count)
|
|
11288
11860
|
@success_count = args[:success_count] if args.key?(:success_count)
|
|
11861
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
|
11289
11862
|
end
|
|
11290
11863
|
end
|
|
11291
11864
|
|
|
@@ -11727,9 +12300,9 @@ module Google
|
|
|
11727
12300
|
# @return [String]
|
|
11728
12301
|
attr_accessor :app_type
|
|
11729
12302
|
|
|
11730
|
-
#
|
|
11731
|
-
# associated with this engine.
|
|
11732
|
-
#
|
|
12303
|
+
# Output only. The Agent registry containing the agents, MCP servers and tools
|
|
12304
|
+
# associated with this engine. Derived server-side from the linked Agent Gateway'
|
|
12305
|
+
# s registry.
|
|
11733
12306
|
# Corresponds to the JSON property `associatedAgentRegistry`
|
|
11734
12307
|
# @return [String]
|
|
11735
12308
|
attr_accessor :associated_agent_registry
|
|
@@ -11803,9 +12376,9 @@ module Google
|
|
|
11803
12376
|
# access` * `disable-agent-sharing` * `disable-image-generation` * `disable-
|
|
11804
12377
|
# video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `
|
|
11805
12378
|
# disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `
|
|
11806
|
-
# canvas-workspace` * `disable-skills` * `enable-end-user-
|
|
11807
|
-
#
|
|
11808
|
-
# intelligence` * `deep-research`
|
|
12379
|
+
# canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-
|
|
12380
|
+
# sharing-with-groups` * `single-agent-orchestration` * `multi-agent-
|
|
12381
|
+
# orchestration` * `cross-product-intelligence` * `deep-research`
|
|
11809
12382
|
# Corresponds to the JSON property `features`
|
|
11810
12383
|
# @return [Hash<String,String>]
|
|
11811
12384
|
attr_accessor :features
|
|
@@ -12358,10 +12931,11 @@ module Google
|
|
|
12358
12931
|
class GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig
|
|
12359
12932
|
include Google::Apis::Core::Hashable
|
|
12360
12933
|
|
|
12361
|
-
# Optional. The required subscription tier of this engine.
|
|
12362
|
-
#
|
|
12363
|
-
#
|
|
12364
|
-
#
|
|
12934
|
+
# Optional. The required subscription tier of this engine. If the required
|
|
12935
|
+
# subscription tier is search, user with higher license tier like assist can
|
|
12936
|
+
# still access the standalone app associated with this engine. Web grounding
|
|
12937
|
+
# feature is only available on the app if it is set as SubscriptionTier.
|
|
12938
|
+
# SUBSCRIPTION_TIER_SEARCH_AND_ASSISTANT.
|
|
12365
12939
|
# Corresponds to the JSON property `requiredSubscriptionTier`
|
|
12366
12940
|
# @return [String]
|
|
12367
12941
|
attr_accessor :required_subscription_tier
|
|
@@ -15108,6 +15682,31 @@ module Google
|
|
|
15108
15682
|
end
|
|
15109
15683
|
end
|
|
15110
15684
|
|
|
15685
|
+
# Metadata for AlphaEvolveService.ResumeExperiment long running operation.
|
|
15686
|
+
class GoogleCloudDiscoveryengineV1alphaResumeExperimentMetadata
|
|
15687
|
+
include Google::Apis::Core::Hashable
|
|
15688
|
+
|
|
15689
|
+
# Output only. The time the operation was created.
|
|
15690
|
+
# Corresponds to the JSON property `createTime`
|
|
15691
|
+
# @return [String]
|
|
15692
|
+
attr_accessor :create_time
|
|
15693
|
+
|
|
15694
|
+
# Output only. The time the operation was last updated.
|
|
15695
|
+
# Corresponds to the JSON property `updateTime`
|
|
15696
|
+
# @return [String]
|
|
15697
|
+
attr_accessor :update_time
|
|
15698
|
+
|
|
15699
|
+
def initialize(**args)
|
|
15700
|
+
update!(**args)
|
|
15701
|
+
end
|
|
15702
|
+
|
|
15703
|
+
# Update properties of this object
|
|
15704
|
+
def update!(**args)
|
|
15705
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
|
15706
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
|
15707
|
+
end
|
|
15708
|
+
end
|
|
15709
|
+
|
|
15111
15710
|
# Safety rating corresponding to the generated content.
|
|
15112
15711
|
class GoogleCloudDiscoveryengineV1alphaSafetyRating
|
|
15113
15712
|
include Google::Apis::Core::Hashable
|
|
@@ -17191,6 +17790,52 @@ module Google
|
|
|
17191
17790
|
end
|
|
17192
17791
|
end
|
|
17193
17792
|
|
|
17793
|
+
# Metadata for AlphaEvolveService.StartExperiment long running operation.
|
|
17794
|
+
class GoogleCloudDiscoveryengineV1alphaStartExperimentMetadata
|
|
17795
|
+
include Google::Apis::Core::Hashable
|
|
17796
|
+
|
|
17797
|
+
# Output only. The time the operation was created.
|
|
17798
|
+
# Corresponds to the JSON property `createTime`
|
|
17799
|
+
# @return [String]
|
|
17800
|
+
attr_accessor :create_time
|
|
17801
|
+
|
|
17802
|
+
# Output only. The time the operation was last updated.
|
|
17803
|
+
# Corresponds to the JSON property `updateTime`
|
|
17804
|
+
# @return [String]
|
|
17805
|
+
attr_accessor :update_time
|
|
17806
|
+
|
|
17807
|
+
def initialize(**args)
|
|
17808
|
+
update!(**args)
|
|
17809
|
+
end
|
|
17810
|
+
|
|
17811
|
+
# Update properties of this object
|
|
17812
|
+
def update!(**args)
|
|
17813
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
|
17814
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
|
17815
|
+
end
|
|
17816
|
+
end
|
|
17817
|
+
|
|
17818
|
+
# Request message for AlphaEvolveService.StartExperiment.
|
|
17819
|
+
class GoogleCloudDiscoveryengineV1alphaStartExperimentRequest
|
|
17820
|
+
include Google::Apis::Core::Hashable
|
|
17821
|
+
|
|
17822
|
+
# Required. Experiment to start. Format: `projects/`project`/locations/`location`
|
|
17823
|
+
# /collections/`collection`/engines/`engine`/sessions/`session`/
|
|
17824
|
+
# alphaEvolveExperiments/`alpha_evolve_experiment``
|
|
17825
|
+
# Corresponds to the JSON property `name`
|
|
17826
|
+
# @return [String]
|
|
17827
|
+
attr_accessor :name
|
|
17828
|
+
|
|
17829
|
+
def initialize(**args)
|
|
17830
|
+
update!(**args)
|
|
17831
|
+
end
|
|
17832
|
+
|
|
17833
|
+
# Update properties of this object
|
|
17834
|
+
def update!(**args)
|
|
17835
|
+
@name = args[:name] if args.key?(:name)
|
|
17836
|
+
end
|
|
17837
|
+
end
|
|
17838
|
+
|
|
17194
17839
|
# A target site for the SiteSearchEngine.
|
|
17195
17840
|
class GoogleCloudDiscoveryengineV1alphaTargetSite
|
|
17196
17841
|
include Google::Apis::Core::Hashable
|
|
@@ -24619,9 +25264,9 @@ module Google
|
|
|
24619
25264
|
# @return [String]
|
|
24620
25265
|
attr_accessor :app_type
|
|
24621
25266
|
|
|
24622
|
-
#
|
|
24623
|
-
# associated with this engine.
|
|
24624
|
-
#
|
|
25267
|
+
# Output only. The Agent registry containing the agents, MCP servers and tools
|
|
25268
|
+
# associated with this engine. Derived server-side from the linked Agent Gateway'
|
|
25269
|
+
# s registry.
|
|
24625
25270
|
# Corresponds to the JSON property `associatedAgentRegistry`
|
|
24626
25271
|
# @return [String]
|
|
24627
25272
|
attr_accessor :associated_agent_registry
|
|
@@ -24695,9 +25340,9 @@ module Google
|
|
|
24695
25340
|
# access` * `disable-agent-sharing` * `disable-image-generation` * `disable-
|
|
24696
25341
|
# video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `
|
|
24697
25342
|
# disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `
|
|
24698
|
-
# canvas-workspace` * `disable-skills` * `enable-end-user-
|
|
24699
|
-
#
|
|
24700
|
-
# intelligence` * `deep-research`
|
|
25343
|
+
# canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-
|
|
25344
|
+
# sharing-with-groups` * `single-agent-orchestration` * `multi-agent-
|
|
25345
|
+
# orchestration` * `cross-product-intelligence` * `deep-research`
|
|
24701
25346
|
# Corresponds to the JSON property `features`
|
|
24702
25347
|
# @return [Hash<String,String>]
|
|
24703
25348
|
attr_accessor :features
|
|
@@ -25184,10 +25829,11 @@ module Google
|
|
|
25184
25829
|
class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
|
|
25185
25830
|
include Google::Apis::Core::Hashable
|
|
25186
25831
|
|
|
25187
|
-
# Optional. The required subscription tier of this engine.
|
|
25188
|
-
#
|
|
25189
|
-
#
|
|
25190
|
-
#
|
|
25832
|
+
# Optional. The required subscription tier of this engine. If the required
|
|
25833
|
+
# subscription tier is search, user with higher license tier like assist can
|
|
25834
|
+
# still access the standalone app associated with this engine. Web grounding
|
|
25835
|
+
# feature is only available on the app if it is set as SubscriptionTier.
|
|
25836
|
+
# SUBSCRIPTION_TIER_SEARCH_AND_ASSISTANT.
|
|
25191
25837
|
# Corresponds to the JSON property `requiredSubscriptionTier`
|
|
25192
25838
|
# @return [String]
|
|
25193
25839
|
attr_accessor :required_subscription_tier
|
|
@@ -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.106.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 = "20260706"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1126,6 +1126,108 @@ module Google
|
|
|
1126
1126
|
include Google::Apis::Core::JsonObjectSupport
|
|
1127
1127
|
end
|
|
1128
1128
|
|
|
1129
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsights
|
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1131
|
+
|
|
1132
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1133
|
+
end
|
|
1134
|
+
|
|
1135
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsightsAlphaEvolveEvaluationInsight
|
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1137
|
+
|
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1139
|
+
end
|
|
1140
|
+
|
|
1141
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScores
|
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1143
|
+
|
|
1144
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1145
|
+
end
|
|
1146
|
+
|
|
1147
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScoresAlphaEvolveEvaluationScore
|
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1149
|
+
|
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1151
|
+
end
|
|
1152
|
+
|
|
1153
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperiment
|
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1155
|
+
|
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1157
|
+
end
|
|
1158
|
+
|
|
1159
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfig
|
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1161
|
+
|
|
1162
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1163
|
+
end
|
|
1164
|
+
|
|
1165
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettings
|
|
1166
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1167
|
+
|
|
1168
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1169
|
+
end
|
|
1170
|
+
|
|
1171
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettingsParentSamplingConfig
|
|
1172
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1173
|
+
|
|
1174
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1175
|
+
end
|
|
1176
|
+
|
|
1177
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettingsParentSamplingConfigParetoSamplingConfig
|
|
1178
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1179
|
+
|
|
1180
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1181
|
+
end
|
|
1182
|
+
|
|
1183
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettings
|
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1185
|
+
|
|
1186
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1187
|
+
end
|
|
1188
|
+
|
|
1189
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettingsModelConfig
|
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1191
|
+
|
|
1192
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1193
|
+
end
|
|
1194
|
+
|
|
1195
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigRunSettings
|
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1197
|
+
|
|
1198
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1199
|
+
end
|
|
1200
|
+
|
|
1201
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentStats
|
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1203
|
+
|
|
1204
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1205
|
+
end
|
|
1206
|
+
|
|
1207
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgram
|
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1209
|
+
|
|
1210
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1211
|
+
end
|
|
1212
|
+
|
|
1213
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramContent
|
|
1214
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1215
|
+
|
|
1216
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1217
|
+
end
|
|
1218
|
+
|
|
1219
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramEvaluation
|
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1221
|
+
|
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1223
|
+
end
|
|
1224
|
+
|
|
1225
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveSourceFile
|
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1227
|
+
|
|
1228
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1229
|
+
end
|
|
1230
|
+
|
|
1129
1231
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
|
1130
1232
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1131
1233
|
|
|
@@ -2332,6 +2434,12 @@ module Google
|
|
|
2332
2434
|
include Google::Apis::Core::JsonObjectSupport
|
|
2333
2435
|
end
|
|
2334
2436
|
|
|
2437
|
+
class GoogleCloudDiscoveryengineV1alphaResumeExperimentMetadata
|
|
2438
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2439
|
+
|
|
2440
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2441
|
+
end
|
|
2442
|
+
|
|
2335
2443
|
class GoogleCloudDiscoveryengineV1alphaSafetyRating
|
|
2336
2444
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2337
2445
|
|
|
@@ -2602,6 +2710,18 @@ module Google
|
|
|
2602
2710
|
include Google::Apis::Core::JsonObjectSupport
|
|
2603
2711
|
end
|
|
2604
2712
|
|
|
2713
|
+
class GoogleCloudDiscoveryengineV1alphaStartExperimentMetadata
|
|
2714
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2715
|
+
|
|
2716
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2717
|
+
end
|
|
2718
|
+
|
|
2719
|
+
class GoogleCloudDiscoveryengineV1alphaStartExperimentRequest
|
|
2720
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2721
|
+
|
|
2722
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2723
|
+
end
|
|
2724
|
+
|
|
2605
2725
|
class GoogleCloudDiscoveryengineV1alphaTargetSite
|
|
2606
2726
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2607
2727
|
|
|
@@ -6092,6 +6212,7 @@ module Google
|
|
|
6092
6212
|
property :name, as: 'name'
|
|
6093
6213
|
property :next_sync_time, as: 'nextSyncTime', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime::Representation
|
|
6094
6214
|
|
|
6215
|
+
collection :oauth_static_ip_addresses, as: 'oauthStaticIpAddresses'
|
|
6095
6216
|
hash :params, as: 'params'
|
|
6096
6217
|
property :private_connectivity_project_id, as: 'privateConnectivityProjectId'
|
|
6097
6218
|
property :realtime_state, as: 'realtimeState'
|
|
@@ -7343,6 +7464,171 @@ module Google
|
|
|
7343
7464
|
end
|
|
7344
7465
|
end
|
|
7345
7466
|
|
|
7467
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsights
|
|
7468
|
+
# @private
|
|
7469
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7470
|
+
collection :insights, as: 'insights', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsightsAlphaEvolveEvaluationInsight, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsightsAlphaEvolveEvaluationInsight::Representation
|
|
7471
|
+
|
|
7472
|
+
end
|
|
7473
|
+
end
|
|
7474
|
+
|
|
7475
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsightsAlphaEvolveEvaluationInsight
|
|
7476
|
+
# @private
|
|
7477
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7478
|
+
property :label, as: 'label'
|
|
7479
|
+
property :text, as: 'text'
|
|
7480
|
+
end
|
|
7481
|
+
end
|
|
7482
|
+
|
|
7483
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScores
|
|
7484
|
+
# @private
|
|
7485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7486
|
+
collection :scores, as: 'scores', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScoresAlphaEvolveEvaluationScore, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScoresAlphaEvolveEvaluationScore::Representation
|
|
7487
|
+
|
|
7488
|
+
end
|
|
7489
|
+
end
|
|
7490
|
+
|
|
7491
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScoresAlphaEvolveEvaluationScore
|
|
7492
|
+
# @private
|
|
7493
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7494
|
+
property :metric, as: 'metric'
|
|
7495
|
+
property :score, as: 'score'
|
|
7496
|
+
end
|
|
7497
|
+
end
|
|
7498
|
+
|
|
7499
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperiment
|
|
7500
|
+
# @private
|
|
7501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7502
|
+
property :config, as: 'config', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfig::Representation
|
|
7503
|
+
|
|
7504
|
+
property :create_time, as: 'createTime'
|
|
7505
|
+
property :initial_alpha_evolve_program, as: 'initialAlphaEvolveProgram'
|
|
7506
|
+
property :name, as: 'name'
|
|
7507
|
+
property :state, as: 'state'
|
|
7508
|
+
property :stats, as: 'stats', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentStats, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentStats::Representation
|
|
7509
|
+
|
|
7510
|
+
end
|
|
7511
|
+
end
|
|
7512
|
+
|
|
7513
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfig
|
|
7514
|
+
# @private
|
|
7515
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7516
|
+
property :evolution_settings, as: 'evolutionSettings', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettings, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettings::Representation
|
|
7517
|
+
|
|
7518
|
+
property :generation_settings, as: 'generationSettings', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettings, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettings::Representation
|
|
7519
|
+
|
|
7520
|
+
property :problem_description, as: 'problemDescription'
|
|
7521
|
+
property :program_language, as: 'programLanguage'
|
|
7522
|
+
property :run_settings, as: 'runSettings', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigRunSettings, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigRunSettings::Representation
|
|
7523
|
+
|
|
7524
|
+
property :title, as: 'title'
|
|
7525
|
+
end
|
|
7526
|
+
end
|
|
7527
|
+
|
|
7528
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettings
|
|
7529
|
+
# @private
|
|
7530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7531
|
+
property :parent_sampling_config, as: 'parentSamplingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettingsParentSamplingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettingsParentSamplingConfig::Representation
|
|
7532
|
+
|
|
7533
|
+
end
|
|
7534
|
+
end
|
|
7535
|
+
|
|
7536
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettingsParentSamplingConfig
|
|
7537
|
+
# @private
|
|
7538
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7539
|
+
property :pareto_sampling_config, as: 'paretoSamplingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettingsParentSamplingConfigParetoSamplingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettingsParentSamplingConfigParetoSamplingConfig::Representation
|
|
7540
|
+
|
|
7541
|
+
end
|
|
7542
|
+
end
|
|
7543
|
+
|
|
7544
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettingsParentSamplingConfigParetoSamplingConfig
|
|
7545
|
+
# @private
|
|
7546
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7547
|
+
property :pareto_sampling_probability, as: 'paretoSamplingProbability'
|
|
7548
|
+
end
|
|
7549
|
+
end
|
|
7550
|
+
|
|
7551
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettings
|
|
7552
|
+
# @private
|
|
7553
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7554
|
+
property :context, as: 'context'
|
|
7555
|
+
property :include_full_program_in_prompt, as: 'includeFullProgramInPrompt'
|
|
7556
|
+
collection :models, as: 'models', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettingsModelConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettingsModelConfig::Representation
|
|
7557
|
+
|
|
7558
|
+
end
|
|
7559
|
+
end
|
|
7560
|
+
|
|
7561
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettingsModelConfig
|
|
7562
|
+
# @private
|
|
7563
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7564
|
+
property :name, as: 'name'
|
|
7565
|
+
property :weight, as: 'weight'
|
|
7566
|
+
end
|
|
7567
|
+
end
|
|
7568
|
+
|
|
7569
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigRunSettings
|
|
7570
|
+
# @private
|
|
7571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7572
|
+
property :concurrency, as: 'concurrency'
|
|
7573
|
+
property :max_duration, as: 'maxDuration'
|
|
7574
|
+
property :max_programs, as: 'maxPrograms'
|
|
7575
|
+
end
|
|
7576
|
+
end
|
|
7577
|
+
|
|
7578
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentStats
|
|
7579
|
+
# @private
|
|
7580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7581
|
+
property :candidates_count, as: 'candidatesCount'
|
|
7582
|
+
property :evaluated_candidates_count, as: 'evaluatedCandidatesCount'
|
|
7583
|
+
property :input_token_count, :numeric_string => true, as: 'inputTokenCount'
|
|
7584
|
+
property :output_token_count, :numeric_string => true, as: 'outputTokenCount'
|
|
7585
|
+
end
|
|
7586
|
+
end
|
|
7587
|
+
|
|
7588
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgram
|
|
7589
|
+
# @private
|
|
7590
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7591
|
+
property :content, as: 'content', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramContent, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramContent::Representation
|
|
7592
|
+
|
|
7593
|
+
property :create_time, as: 'createTime'
|
|
7594
|
+
property :evaluation, as: 'evaluation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramEvaluation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramEvaluation::Representation
|
|
7595
|
+
|
|
7596
|
+
property :lock_token, as: 'lockToken'
|
|
7597
|
+
property :name, as: 'name'
|
|
7598
|
+
collection :parent_programs, as: 'parentPrograms'
|
|
7599
|
+
property :state, as: 'state'
|
|
7600
|
+
end
|
|
7601
|
+
end
|
|
7602
|
+
|
|
7603
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramContent
|
|
7604
|
+
# @private
|
|
7605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7606
|
+
property :description, as: 'description'
|
|
7607
|
+
collection :files, as: 'files', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveSourceFile, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveSourceFile::Representation
|
|
7608
|
+
|
|
7609
|
+
end
|
|
7610
|
+
end
|
|
7611
|
+
|
|
7612
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramEvaluation
|
|
7613
|
+
# @private
|
|
7614
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7615
|
+
property :insights, as: 'insights', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsights, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsights::Representation
|
|
7616
|
+
|
|
7617
|
+
property :scores, as: 'scores', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScores, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScores::Representation
|
|
7618
|
+
|
|
7619
|
+
end
|
|
7620
|
+
end
|
|
7621
|
+
|
|
7622
|
+
class GoogleCloudDiscoveryengineV1alphaAlphaEvolveSourceFile
|
|
7623
|
+
# @private
|
|
7624
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7625
|
+
property :content, as: 'content'
|
|
7626
|
+
property :description, as: 'description'
|
|
7627
|
+
property :path, as: 'path'
|
|
7628
|
+
property :program_language, as: 'programLanguage'
|
|
7629
|
+
end
|
|
7630
|
+
end
|
|
7631
|
+
|
|
7346
7632
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
|
7347
7633
|
# @private
|
|
7348
7634
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8123,6 +8409,7 @@ module Google
|
|
|
8123
8409
|
property :name, as: 'name'
|
|
8124
8410
|
property :next_sync_time, as: 'nextSyncTime', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime::Representation
|
|
8125
8411
|
|
|
8412
|
+
collection :oauth_static_ip_addresses, as: 'oauthStaticIpAddresses'
|
|
8126
8413
|
hash :params, as: 'params'
|
|
8127
8414
|
property :private_connectivity_project_id, as: 'privateConnectivityProjectId'
|
|
8128
8415
|
property :realtime_state, as: 'realtimeState'
|
|
@@ -8434,6 +8721,7 @@ module Google
|
|
|
8434
8721
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8435
8722
|
property :failure_count, :numeric_string => true, as: 'failureCount'
|
|
8436
8723
|
property :success_count, :numeric_string => true, as: 'successCount'
|
|
8724
|
+
property :update_time, as: 'updateTime'
|
|
8437
8725
|
end
|
|
8438
8726
|
end
|
|
8439
8727
|
|
|
@@ -9442,6 +9730,14 @@ module Google
|
|
|
9442
9730
|
end
|
|
9443
9731
|
end
|
|
9444
9732
|
|
|
9733
|
+
class GoogleCloudDiscoveryengineV1alphaResumeExperimentMetadata
|
|
9734
|
+
# @private
|
|
9735
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9736
|
+
property :create_time, as: 'createTime'
|
|
9737
|
+
property :update_time, as: 'updateTime'
|
|
9738
|
+
end
|
|
9739
|
+
end
|
|
9740
|
+
|
|
9445
9741
|
class GoogleCloudDiscoveryengineV1alphaSafetyRating
|
|
9446
9742
|
# @private
|
|
9447
9743
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9925,6 +10221,21 @@ module Google
|
|
|
9925
10221
|
end
|
|
9926
10222
|
end
|
|
9927
10223
|
|
|
10224
|
+
class GoogleCloudDiscoveryengineV1alphaStartExperimentMetadata
|
|
10225
|
+
# @private
|
|
10226
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10227
|
+
property :create_time, as: 'createTime'
|
|
10228
|
+
property :update_time, as: 'updateTime'
|
|
10229
|
+
end
|
|
10230
|
+
end
|
|
10231
|
+
|
|
10232
|
+
class GoogleCloudDiscoveryengineV1alphaStartExperimentRequest
|
|
10233
|
+
# @private
|
|
10234
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10235
|
+
property :name, as: 'name'
|
|
10236
|
+
end
|
|
10237
|
+
end
|
|
10238
|
+
|
|
9928
10239
|
class GoogleCloudDiscoveryengineV1alphaTargetSite
|
|
9929
10240
|
# @private
|
|
9930
10241
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.106.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.106.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:
|