google-apis-discoveryengine_v1beta 0.105.0 → 0.107.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.
@@ -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
- # 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.
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-sharing-with-groups` *
3954
- # `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-
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. They cannot be
4443
- # modified after engine creation. If the required subscription tier is search,
4444
- # user with higher license tier like assist can still access the standalone app
4445
- # associated with this engine.
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
@@ -5001,6 +5012,15 @@ module Google
5001
5012
  attr_accessor :gemini_bundle
5002
5013
  alias_method :gemini_bundle?, :gemini_bundle
5003
5014
 
5015
+ # Optional. Timestamp of the most recent user-initiated update (seat count
5016
+ # change or subscription term change). Unlike `update_time`, this field is only
5017
+ # stamped when a customer explicitly updates the license (e.g. via the UI), and
5018
+ # is not touched by system-driven writes (subscription pipeline, BALC
5019
+ # propagation, etc.).
5020
+ # Corresponds to the JSON property `lastUserUpdateTime`
5021
+ # @return [String]
5022
+ attr_accessor :last_user_update_time
5023
+
5004
5024
  # Required. Number of licenses purchased.
5005
5025
  # Corresponds to the JSON property `licenseCount`
5006
5026
  # @return [Fixnum]
@@ -5052,6 +5072,7 @@ module Google
5052
5072
  @end_date = args[:end_date] if args.key?(:end_date)
5053
5073
  @free_trial = args[:free_trial] if args.key?(:free_trial)
5054
5074
  @gemini_bundle = args[:gemini_bundle] if args.key?(:gemini_bundle)
5075
+ @last_user_update_time = args[:last_user_update_time] if args.key?(:last_user_update_time)
5055
5076
  @license_count = args[:license_count] if args.key?(:license_count)
5056
5077
  @name = args[:name] if args.key?(:name)
5057
5078
  @start_date = args[:start_date] if args.key?(:start_date)
@@ -7325,6 +7346,551 @@ module Google
7325
7346
  end
7326
7347
  end
7327
7348
 
7349
+ # Evaluation insights for a program.
7350
+ class GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsights
7351
+ include Google::Apis::Core::Hashable
7352
+
7353
+ # Optional. List of evaluation insights.
7354
+ # Corresponds to the JSON property `insights`
7355
+ # @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsightsAlphaEvolveEvaluationInsight>]
7356
+ attr_accessor :insights
7357
+
7358
+ def initialize(**args)
7359
+ update!(**args)
7360
+ end
7361
+
7362
+ # Update properties of this object
7363
+ def update!(**args)
7364
+ @insights = args[:insights] if args.key?(:insights)
7365
+ end
7366
+ end
7367
+
7368
+ # A single evaluation insight.
7369
+ class GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsightsAlphaEvolveEvaluationInsight
7370
+ include Google::Apis::Core::Hashable
7371
+
7372
+ # Optional. Label of the insight.
7373
+ # Corresponds to the JSON property `label`
7374
+ # @return [String]
7375
+ attr_accessor :label
7376
+
7377
+ # Optional. Text of the insight.
7378
+ # Corresponds to the JSON property `text`
7379
+ # @return [String]
7380
+ attr_accessor :text
7381
+
7382
+ def initialize(**args)
7383
+ update!(**args)
7384
+ end
7385
+
7386
+ # Update properties of this object
7387
+ def update!(**args)
7388
+ @label = args[:label] if args.key?(:label)
7389
+ @text = args[:text] if args.key?(:text)
7390
+ end
7391
+ end
7392
+
7393
+ # Contains the evaluation scores for the target metrics to optimize.
7394
+ class GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScores
7395
+ include Google::Apis::Core::Hashable
7396
+
7397
+ # Required. List of evaluation scores.
7398
+ # Corresponds to the JSON property `scores`
7399
+ # @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScoresAlphaEvolveEvaluationScore>]
7400
+ attr_accessor :scores
7401
+
7402
+ def initialize(**args)
7403
+ update!(**args)
7404
+ end
7405
+
7406
+ # Update properties of this object
7407
+ def update!(**args)
7408
+ @scores = args[:scores] if args.key?(:scores)
7409
+ end
7410
+ end
7411
+
7412
+ # Score for a single metric.
7413
+ class GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScoresAlphaEvolveEvaluationScore
7414
+ include Google::Apis::Core::Hashable
7415
+
7416
+ # Required. Name of the metric.
7417
+ # Corresponds to the JSON property `metric`
7418
+ # @return [String]
7419
+ attr_accessor :metric
7420
+
7421
+ # Required. Score of a program for this metric.
7422
+ # Corresponds to the JSON property `score`
7423
+ # @return [Float]
7424
+ attr_accessor :score
7425
+
7426
+ def initialize(**args)
7427
+ update!(**args)
7428
+ end
7429
+
7430
+ # Update properties of this object
7431
+ def update!(**args)
7432
+ @metric = args[:metric] if args.key?(:metric)
7433
+ @score = args[:score] if args.key?(:score)
7434
+ end
7435
+ end
7436
+
7437
+ # An experiment is a single run of the AlphaEvolve agent, an evolutionary coding
7438
+ # agent powered by LLM for algorithm discovery and optimization.
7439
+ class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperiment
7440
+ include Google::Apis::Core::Hashable
7441
+
7442
+ # Configuration of an experiment.
7443
+ # Corresponds to the JSON property `config`
7444
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfig]
7445
+ attr_accessor :config
7446
+
7447
+ # Output only. Time when the experiment was created.
7448
+ # Corresponds to the JSON property `createTime`
7449
+ # @return [String]
7450
+ attr_accessor :create_time
7451
+
7452
+ # Output only. Specifies the name of the seed program used to start the
7453
+ # experiment.
7454
+ # Corresponds to the JSON property `initialAlphaEvolveProgram`
7455
+ # @return [String]
7456
+ attr_accessor :initial_alpha_evolve_program
7457
+
7458
+ # Identifier. The full resource name of the experiment. Format: `projects/`
7459
+ # project`/locations/`location`/collections/`collection`/engines/`engine`/
7460
+ # sessions/`session`/alphaEvolveExperiments/`alpha_evolve_experiment``
7461
+ # Corresponds to the JSON property `name`
7462
+ # @return [String]
7463
+ attr_accessor :name
7464
+
7465
+ # Output only. The state of the experiment.
7466
+ # Corresponds to the JSON property `state`
7467
+ # @return [String]
7468
+ attr_accessor :state
7469
+
7470
+ # Stats about the experiment.
7471
+ # Corresponds to the JSON property `stats`
7472
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentStats]
7473
+ attr_accessor :stats
7474
+
7475
+ def initialize(**args)
7476
+ update!(**args)
7477
+ end
7478
+
7479
+ # Update properties of this object
7480
+ def update!(**args)
7481
+ @config = args[:config] if args.key?(:config)
7482
+ @create_time = args[:create_time] if args.key?(:create_time)
7483
+ @initial_alpha_evolve_program = args[:initial_alpha_evolve_program] if args.key?(:initial_alpha_evolve_program)
7484
+ @name = args[:name] if args.key?(:name)
7485
+ @state = args[:state] if args.key?(:state)
7486
+ @stats = args[:stats] if args.key?(:stats)
7487
+ end
7488
+ end
7489
+
7490
+ # Configuration of an experiment.
7491
+ class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfig
7492
+ include Google::Apis::Core::Hashable
7493
+
7494
+ # Evolution settings for the experiment.
7495
+ # Corresponds to the JSON property `evolutionSettings`
7496
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettings]
7497
+ attr_accessor :evolution_settings
7498
+
7499
+ # Generation settings for the experiment.
7500
+ # Corresponds to the JSON property `generationSettings`
7501
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettings]
7502
+ attr_accessor :generation_settings
7503
+
7504
+ # Required. Description of the problem to be solved by the experiment.
7505
+ # Corresponds to the JSON property `problemDescription`
7506
+ # @return [String]
7507
+ attr_accessor :problem_description
7508
+
7509
+ # Required. Primary programming language of the code being optimized.
7510
+ # Corresponds to the JSON property `programLanguage`
7511
+ # @return [String]
7512
+ attr_accessor :program_language
7513
+
7514
+ # Run settings for the experiment.
7515
+ # Corresponds to the JSON property `runSettings`
7516
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigRunSettings]
7517
+ attr_accessor :run_settings
7518
+
7519
+ # Required. Title of the experiment.
7520
+ # Corresponds to the JSON property `title`
7521
+ # @return [String]
7522
+ attr_accessor :title
7523
+
7524
+ def initialize(**args)
7525
+ update!(**args)
7526
+ end
7527
+
7528
+ # Update properties of this object
7529
+ def update!(**args)
7530
+ @evolution_settings = args[:evolution_settings] if args.key?(:evolution_settings)
7531
+ @generation_settings = args[:generation_settings] if args.key?(:generation_settings)
7532
+ @problem_description = args[:problem_description] if args.key?(:problem_description)
7533
+ @program_language = args[:program_language] if args.key?(:program_language)
7534
+ @run_settings = args[:run_settings] if args.key?(:run_settings)
7535
+ @title = args[:title] if args.key?(:title)
7536
+ end
7537
+ end
7538
+
7539
+ # Evolution settings for the experiment.
7540
+ class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettings
7541
+ include Google::Apis::Core::Hashable
7542
+
7543
+ # Configuration for parent sampling.
7544
+ # Corresponds to the JSON property `parentSamplingConfig`
7545
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettingsParentSamplingConfig]
7546
+ attr_accessor :parent_sampling_config
7547
+
7548
+ def initialize(**args)
7549
+ update!(**args)
7550
+ end
7551
+
7552
+ # Update properties of this object
7553
+ def update!(**args)
7554
+ @parent_sampling_config = args[:parent_sampling_config] if args.key?(:parent_sampling_config)
7555
+ end
7556
+ end
7557
+
7558
+ # Configuration for parent sampling.
7559
+ class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettingsParentSamplingConfig
7560
+ include Google::Apis::Core::Hashable
7561
+
7562
+ # Configuration for Pareto sampling.
7563
+ # Corresponds to the JSON property `paretoSamplingConfig`
7564
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettingsParentSamplingConfigParetoSamplingConfig]
7565
+ attr_accessor :pareto_sampling_config
7566
+
7567
+ def initialize(**args)
7568
+ update!(**args)
7569
+ end
7570
+
7571
+ # Update properties of this object
7572
+ def update!(**args)
7573
+ @pareto_sampling_config = args[:pareto_sampling_config] if args.key?(:pareto_sampling_config)
7574
+ end
7575
+ end
7576
+
7577
+ # Configuration for Pareto sampling.
7578
+ class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigEvolutionSettingsParentSamplingConfigParetoSamplingConfig
7579
+ include Google::Apis::Core::Hashable
7580
+
7581
+ # Optional. Probability [0.0, 1.0] of sampling parent programs from the Pareto
7582
+ # frontier instead of normal fitness-based sampling during candidate generation.
7583
+ # Useful when optimizing multiple metrics simultaneously. Default 0.0 (disabled).
7584
+ # Only effective when evaluation returns multiple metrics in scores_to_optimize.
7585
+ # Corresponds to the JSON property `paretoSamplingProbability`
7586
+ # @return [Float]
7587
+ attr_accessor :pareto_sampling_probability
7588
+
7589
+ def initialize(**args)
7590
+ update!(**args)
7591
+ end
7592
+
7593
+ # Update properties of this object
7594
+ def update!(**args)
7595
+ @pareto_sampling_probability = args[:pareto_sampling_probability] if args.key?(:pareto_sampling_probability)
7596
+ end
7597
+ end
7598
+
7599
+ # Generation settings for the experiment.
7600
+ class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettings
7601
+ include Google::Apis::Core::Hashable
7602
+
7603
+ # Optional. Additional user-provided context to be used during generation.
7604
+ # Corresponds to the JSON property `context`
7605
+ # @return [String]
7606
+ attr_accessor :context
7607
+
7608
+ # Optional. When true, the LLM prompt includes the full program text (both
7609
+ # mutable EVOLVE-BLOCK regions and immutable boilerplate). When false (default),
7610
+ # only the mutable EVOLVE-BLOCK regions are shown, saving context window.
7611
+ # Corresponds to the JSON property `includeFullProgramInPrompt`
7612
+ # @return [Boolean]
7613
+ attr_accessor :include_full_program_in_prompt
7614
+ alias_method :include_full_program_in_prompt?, :include_full_program_in_prompt
7615
+
7616
+ # Optional. Per-model configuration. See `ModelConfig` for details. If left
7617
+ # unset, the server selects a default model.
7618
+ # Corresponds to the JSON property `models`
7619
+ # @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettingsModelConfig>]
7620
+ attr_accessor :models
7621
+
7622
+ def initialize(**args)
7623
+ update!(**args)
7624
+ end
7625
+
7626
+ # Update properties of this object
7627
+ def update!(**args)
7628
+ @context = args[:context] if args.key?(:context)
7629
+ @include_full_program_in_prompt = args[:include_full_program_in_prompt] if args.key?(:include_full_program_in_prompt)
7630
+ @models = args[:models] if args.key?(:models)
7631
+ end
7632
+ end
7633
+
7634
+ # Per-model configuration. Mutually exclusive with `model_mixture` and `model`:
7635
+ # when `models` is set, both `model_mixture` and `model` must be left unset. The
7636
+ # same allowed-model list and at-most-2-models rule as for `model_mixture` apply.
7637
+ # In addition, each entry may specify a per-model `temperature` for LLM
7638
+ # sampling. Unlike `model_mixture`, weights here are *relative*: only their
7639
+ # ratios matter (the server normalizes them), so callers may use any positive
7640
+ # numbers without having to ensure they sum to 1.0.
7641
+ class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettingsModelConfig
7642
+ include Google::Apis::Core::Hashable
7643
+
7644
+ # Required. Model name (e.g. `gemini-2.5-flash`, `gemini-3.1-pro-preview`). See `
7645
+ # model_mixture` for the list of allowed models.
7646
+ # Corresponds to the JSON property `name`
7647
+ # @return [String]
7648
+ attr_accessor :name
7649
+
7650
+ # Optional. Relative weight for this model in the mixture. Must be a finite,
7651
+ # strictly positive value. Weights across all entries are normalized server-side,
7652
+ # so they need not sum to 1.0. Defaults to 1.0 when unset, which is convenient
7653
+ # when configuring a single model or an even mixture. Some Pro-tier models are
7654
+ # capped at most 50% of the total weight; requests violating that cap are
7655
+ # rejected with INVALID_ARGUMENT.
7656
+ # Corresponds to the JSON property `weight`
7657
+ # @return [Float]
7658
+ attr_accessor :weight
7659
+
7660
+ def initialize(**args)
7661
+ update!(**args)
7662
+ end
7663
+
7664
+ # Update properties of this object
7665
+ def update!(**args)
7666
+ @name = args[:name] if args.key?(:name)
7667
+ @weight = args[:weight] if args.key?(:weight)
7668
+ end
7669
+ end
7670
+
7671
+ # Run settings for the experiment.
7672
+ class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigRunSettings
7673
+ include Google::Apis::Core::Hashable
7674
+
7675
+ # Required. Maximum number of programs that can be generated in parallel. Must
7676
+ # be positive.
7677
+ # Corresponds to the JSON property `concurrency`
7678
+ # @return [Fixnum]
7679
+ attr_accessor :concurrency
7680
+
7681
+ # Optional. Maximum duration of the experiment. If unset, defaults to 24 hours.
7682
+ # Corresponds to the JSON property `maxDuration`
7683
+ # @return [String]
7684
+ attr_accessor :max_duration
7685
+
7686
+ # Required. Maximum number of programs to generate during the experiment run.
7687
+ # The initial program counts towards this limit. Must be greater than 1.
7688
+ # Corresponds to the JSON property `maxPrograms`
7689
+ # @return [Fixnum]
7690
+ attr_accessor :max_programs
7691
+
7692
+ def initialize(**args)
7693
+ update!(**args)
7694
+ end
7695
+
7696
+ # Update properties of this object
7697
+ def update!(**args)
7698
+ @concurrency = args[:concurrency] if args.key?(:concurrency)
7699
+ @max_duration = args[:max_duration] if args.key?(:max_duration)
7700
+ @max_programs = args[:max_programs] if args.key?(:max_programs)
7701
+ end
7702
+ end
7703
+
7704
+ # Stats about the experiment.
7705
+ class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentStats
7706
+ include Google::Apis::Core::Hashable
7707
+
7708
+ # Output only. Number of candidates generated.
7709
+ # Corresponds to the JSON property `candidatesCount`
7710
+ # @return [Fixnum]
7711
+ attr_accessor :candidates_count
7712
+
7713
+ # Output only. Number of candidates evaluated.
7714
+ # Corresponds to the JSON property `evaluatedCandidatesCount`
7715
+ # @return [Fixnum]
7716
+ attr_accessor :evaluated_candidates_count
7717
+
7718
+ # Output only. Number of billed input tokens consumed by the experiment.
7719
+ # Corresponds to the JSON property `inputTokenCount`
7720
+ # @return [Fixnum]
7721
+ attr_accessor :input_token_count
7722
+
7723
+ # Output only. Number of billed output tokens consumed by the experiment.
7724
+ # Corresponds to the JSON property `outputTokenCount`
7725
+ # @return [Fixnum]
7726
+ attr_accessor :output_token_count
7727
+
7728
+ def initialize(**args)
7729
+ update!(**args)
7730
+ end
7731
+
7732
+ # Update properties of this object
7733
+ def update!(**args)
7734
+ @candidates_count = args[:candidates_count] if args.key?(:candidates_count)
7735
+ @evaluated_candidates_count = args[:evaluated_candidates_count] if args.key?(:evaluated_candidates_count)
7736
+ @input_token_count = args[:input_token_count] if args.key?(:input_token_count)
7737
+ @output_token_count = args[:output_token_count] if args.key?(:output_token_count)
7738
+ end
7739
+ end
7740
+
7741
+ # Represents a single program to be used within the context of an AlphaEvolve
7742
+ # experiment.
7743
+ class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgram
7744
+ include Google::Apis::Core::Hashable
7745
+
7746
+ # A self-contained message containing the content of a program. Can represent a
7747
+ # collection of files.
7748
+ # Corresponds to the JSON property `content`
7749
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramContent]
7750
+ attr_accessor :content
7751
+
7752
+ # Output only. Time when the program was created.
7753
+ # Corresponds to the JSON property `createTime`
7754
+ # @return [String]
7755
+ attr_accessor :create_time
7756
+
7757
+ # Evaluation results for a program candidate.
7758
+ # Corresponds to the JSON property `evaluation`
7759
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramEvaluation]
7760
+ attr_accessor :evaluation
7761
+
7762
+ # Optional. Lock token for the program.
7763
+ # Corresponds to the JSON property `lockToken`
7764
+ # @return [String]
7765
+ attr_accessor :lock_token
7766
+
7767
+ # Identifier. Unique identifier for the program. Format: `projects/`project`/
7768
+ # locations/`location`/collections/`collection`/engines/`engine`/sessions/`
7769
+ # session`/alphaEvolveExperiments/`alpha_evolve_experiment`/alphaEvolvePrograms/`
7770
+ # alpha_evolve_program``
7771
+ # Corresponds to the JSON property `name`
7772
+ # @return [String]
7773
+ attr_accessor :name
7774
+
7775
+ # Output only. Optionally specifies which parent programs this program was
7776
+ # evolved from. Format: `projects/`project`/locations/`location`/collections/`
7777
+ # collection`/engines/`engine`/sessions/`session`/alphaEvolveExperiments/`
7778
+ # alpha_evolve_experiment`/alphaEvolvePrograms/`alpha_evolve_program``
7779
+ # Corresponds to the JSON property `parentPrograms`
7780
+ # @return [Array<String>]
7781
+ attr_accessor :parent_programs
7782
+
7783
+ # Output only. State of the program.
7784
+ # Corresponds to the JSON property `state`
7785
+ # @return [String]
7786
+ attr_accessor :state
7787
+
7788
+ def initialize(**args)
7789
+ update!(**args)
7790
+ end
7791
+
7792
+ # Update properties of this object
7793
+ def update!(**args)
7794
+ @content = args[:content] if args.key?(:content)
7795
+ @create_time = args[:create_time] if args.key?(:create_time)
7796
+ @evaluation = args[:evaluation] if args.key?(:evaluation)
7797
+ @lock_token = args[:lock_token] if args.key?(:lock_token)
7798
+ @name = args[:name] if args.key?(:name)
7799
+ @parent_programs = args[:parent_programs] if args.key?(:parent_programs)
7800
+ @state = args[:state] if args.key?(:state)
7801
+ end
7802
+ end
7803
+
7804
+ # A self-contained message containing the content of a program. Can represent a
7805
+ # collection of files.
7806
+ class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramContent
7807
+ include Google::Apis::Core::Hashable
7808
+
7809
+ # Optional. Description of the program.
7810
+ # Corresponds to the JSON property `description`
7811
+ # @return [String]
7812
+ attr_accessor :description
7813
+
7814
+ # Required. A list of source files that make up the overall program.
7815
+ # Corresponds to the JSON property `files`
7816
+ # @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveSourceFile>]
7817
+ attr_accessor :files
7818
+
7819
+ def initialize(**args)
7820
+ update!(**args)
7821
+ end
7822
+
7823
+ # Update properties of this object
7824
+ def update!(**args)
7825
+ @description = args[:description] if args.key?(:description)
7826
+ @files = args[:files] if args.key?(:files)
7827
+ end
7828
+ end
7829
+
7830
+ # Evaluation results for a program candidate.
7831
+ class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramEvaluation
7832
+ include Google::Apis::Core::Hashable
7833
+
7834
+ # Evaluation insights for a program.
7835
+ # Corresponds to the JSON property `insights`
7836
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsights]
7837
+ attr_accessor :insights
7838
+
7839
+ # Contains the evaluation scores for the target metrics to optimize.
7840
+ # Corresponds to the JSON property `scores`
7841
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScores]
7842
+ attr_accessor :scores
7843
+
7844
+ def initialize(**args)
7845
+ update!(**args)
7846
+ end
7847
+
7848
+ # Update properties of this object
7849
+ def update!(**args)
7850
+ @insights = args[:insights] if args.key?(:insights)
7851
+ @scores = args[:scores] if args.key?(:scores)
7852
+ end
7853
+ end
7854
+
7855
+ # A single source file with its path, content and metadata.
7856
+ class GoogleCloudDiscoveryengineV1alphaAlphaEvolveSourceFile
7857
+ include Google::Apis::Core::Hashable
7858
+
7859
+ # Required. The raw content of the file. This is a string and not bytes, because
7860
+ # it should be ultimately processed by the LLM as text.
7861
+ # Corresponds to the JSON property `content`
7862
+ # @return [String]
7863
+ attr_accessor :content
7864
+
7865
+ # Optional. Additional description of the file.
7866
+ # Corresponds to the JSON property `description`
7867
+ # @return [String]
7868
+ attr_accessor :description
7869
+
7870
+ # Required. The relative path of the file, including the filename. e.g., "src/
7871
+ # main.py", "utils/helpers.js", "README.md"
7872
+ # Corresponds to the JSON property `path`
7873
+ # @return [String]
7874
+ attr_accessor :path
7875
+
7876
+ # Optional. The programming language of the file.
7877
+ # Corresponds to the JSON property `programLanguage`
7878
+ # @return [String]
7879
+ attr_accessor :program_language
7880
+
7881
+ def initialize(**args)
7882
+ update!(**args)
7883
+ end
7884
+
7885
+ # Update properties of this object
7886
+ def update!(**args)
7887
+ @content = args[:content] if args.key?(:content)
7888
+ @description = args[:description] if args.key?(:description)
7889
+ @path = args[:path] if args.key?(:path)
7890
+ @program_language = args[:program_language] if args.key?(:program_language)
7891
+ end
7892
+ end
7893
+
7328
7894
  # Defines an answer.
7329
7895
  class GoogleCloudDiscoveryengineV1alphaAnswer
7330
7896
  include Google::Apis::Core::Hashable
@@ -10109,6 +10675,15 @@ module Google
10109
10675
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime]
10110
10676
  attr_accessor :next_sync_time
10111
10677
 
10678
+ # Output only. The static IP addresses used by this connector for OAuth APIs (e.
10679
+ # g. end user authentication). These are surfaced separately from `
10680
+ # static_ip_addresses` so that customers can apply granular firewall settings
10681
+ # for OAuth endpoints. Only populated for connectors that have static IP enabled
10682
+ # and are used for actions and/or federated search.
10683
+ # Corresponds to the JSON property `oauthStaticIpAddresses`
10684
+ # @return [Array<String>]
10685
+ attr_accessor :oauth_static_ip_addresses
10686
+
10112
10687
  # Required data connector parameters in structured json format.
10113
10688
  # Corresponds to the JSON property `params`
10114
10689
  # @return [Hash<String,Object>]
@@ -10220,6 +10795,7 @@ module Google
10220
10795
  @latest_pause_time = args[:latest_pause_time] if args.key?(:latest_pause_time)
10221
10796
  @name = args[:name] if args.key?(:name)
10222
10797
  @next_sync_time = args[:next_sync_time] if args.key?(:next_sync_time)
10798
+ @oauth_static_ip_addresses = args[:oauth_static_ip_addresses] if args.key?(:oauth_static_ip_addresses)
10223
10799
  @params = args[:params] if args.key?(:params)
10224
10800
  @private_connectivity_project_id = args[:private_connectivity_project_id] if args.key?(:private_connectivity_project_id)
10225
10801
  @realtime_state = args[:realtime_state] if args.key?(:realtime_state)
@@ -10565,6 +11141,16 @@ module Google
10565
11141
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig]
10566
11142
  attr_accessor :healthcare_fhir_config
10567
11143
 
11144
+ # Output only. Provides the icon URI of the data store's connector source, if
11145
+ # this is a connector-backed data store. Empty for data stores without an
11146
+ # associated connector source. In DataStoreService.ListDataStores and
11147
+ # DataStoreService.GetDataStore, this is only populated when DataStoreView.
11148
+ # DATA_STORE_VIEW_FULL is requested via ListDataStoresRequest.view or
11149
+ # GetDataStoreRequest.view respectively.
11150
+ # Corresponds to the JSON property `iconUri`
11151
+ # @return [String]
11152
+ attr_accessor :icon_uri
11153
+
10568
11154
  # Immutable. The fully qualified resource name of the associated
10569
11155
  # IdentityMappingStore. This field can only be set for acl_enabled DataStores
10570
11156
  # with `THIRD_PARTY` or `GSUITE` IdP. Format: `projects/`project`/locations/`
@@ -10658,6 +11244,7 @@ module Google
10658
11244
  @document_processing_config = args[:document_processing_config] if args.key?(:document_processing_config)
10659
11245
  @federated_search_config = args[:federated_search_config] if args.key?(:federated_search_config)
10660
11246
  @healthcare_fhir_config = args[:healthcare_fhir_config] if args.key?(:healthcare_fhir_config)
11247
+ @icon_uri = args[:icon_uri] if args.key?(:icon_uri)
10661
11248
  @identity_mapping_store = args[:identity_mapping_store] if args.key?(:identity_mapping_store)
10662
11249
  @idp_config = args[:idp_config] if args.key?(:idp_config)
10663
11250
  @industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
@@ -11278,6 +11865,12 @@ module Google
11278
11865
  # @return [Fixnum]
11279
11866
  attr_accessor :success_count
11280
11867
 
11868
+ # Operation last update time. If the operation is done, this is also the finish
11869
+ # time.
11870
+ # Corresponds to the JSON property `updateTime`
11871
+ # @return [String]
11872
+ attr_accessor :update_time
11873
+
11281
11874
  def initialize(**args)
11282
11875
  update!(**args)
11283
11876
  end
@@ -11286,6 +11879,7 @@ module Google
11286
11879
  def update!(**args)
11287
11880
  @failure_count = args[:failure_count] if args.key?(:failure_count)
11288
11881
  @success_count = args[:success_count] if args.key?(:success_count)
11882
+ @update_time = args[:update_time] if args.key?(:update_time)
11289
11883
  end
11290
11884
  end
11291
11885
 
@@ -11727,9 +12321,9 @@ module Google
11727
12321
  # @return [String]
11728
12322
  attr_accessor :app_type
11729
12323
 
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.
12324
+ # Output only. The Agent registry containing the agents, MCP servers and tools
12325
+ # associated with this engine. Derived server-side from the linked Agent Gateway'
12326
+ # s registry.
11733
12327
  # Corresponds to the JSON property `associatedAgentRegistry`
11734
12328
  # @return [String]
11735
12329
  attr_accessor :associated_agent_registry
@@ -11803,9 +12397,9 @@ module Google
11803
12397
  # access` * `disable-agent-sharing` * `disable-image-generation` * `disable-
11804
12398
  # video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `
11805
12399
  # 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`
12400
+ # canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-
12401
+ # sharing-with-groups` * `single-agent-orchestration` * `multi-agent-
12402
+ # orchestration` * `cross-product-intelligence` * `deep-research`
11809
12403
  # Corresponds to the JSON property `features`
11810
12404
  # @return [Hash<String,String>]
11811
12405
  attr_accessor :features
@@ -12358,10 +12952,11 @@ module Google
12358
12952
  class GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig
12359
12953
  include Google::Apis::Core::Hashable
12360
12954
 
12361
- # Optional. The required subscription tier of this engine. They cannot be
12362
- # modified after engine creation. If the required subscription tier is search,
12363
- # user with higher license tier like assist can still access the standalone app
12364
- # associated with this engine.
12955
+ # Optional. The required subscription tier of this engine. If the required
12956
+ # subscription tier is search, user with higher license tier like assist can
12957
+ # still access the standalone app associated with this engine. Web grounding
12958
+ # feature is only available on the app if it is set as SubscriptionTier.
12959
+ # SUBSCRIPTION_TIER_SEARCH_AND_ASSISTANT.
12365
12960
  # Corresponds to the JSON property `requiredSubscriptionTier`
12366
12961
  # @return [String]
12367
12962
  attr_accessor :required_subscription_tier
@@ -13502,6 +14097,15 @@ module Google
13502
14097
  attr_accessor :gemini_bundle
13503
14098
  alias_method :gemini_bundle?, :gemini_bundle
13504
14099
 
14100
+ # Optional. Timestamp of the most recent user-initiated update (seat count
14101
+ # change or subscription term change). Unlike `update_time`, this field is only
14102
+ # stamped when a customer explicitly updates the license (e.g. via the UI), and
14103
+ # is not touched by system-driven writes (subscription pipeline, BALC
14104
+ # propagation, etc.).
14105
+ # Corresponds to the JSON property `lastUserUpdateTime`
14106
+ # @return [String]
14107
+ attr_accessor :last_user_update_time
14108
+
13505
14109
  # Required. Number of licenses purchased.
13506
14110
  # Corresponds to the JSON property `licenseCount`
13507
14111
  # @return [Fixnum]
@@ -13554,6 +14158,7 @@ module Google
13554
14158
  @end_date = args[:end_date] if args.key?(:end_date)
13555
14159
  @free_trial = args[:free_trial] if args.key?(:free_trial)
13556
14160
  @gemini_bundle = args[:gemini_bundle] if args.key?(:gemini_bundle)
14161
+ @last_user_update_time = args[:last_user_update_time] if args.key?(:last_user_update_time)
13557
14162
  @license_count = args[:license_count] if args.key?(:license_count)
13558
14163
  @name = args[:name] if args.key?(:name)
13559
14164
  @start_date = args[:start_date] if args.key?(:start_date)
@@ -15108,6 +15713,31 @@ module Google
15108
15713
  end
15109
15714
  end
15110
15715
 
15716
+ # Metadata for AlphaEvolveService.ResumeExperiment long running operation.
15717
+ class GoogleCloudDiscoveryengineV1alphaResumeExperimentMetadata
15718
+ include Google::Apis::Core::Hashable
15719
+
15720
+ # Output only. The time the operation was created.
15721
+ # Corresponds to the JSON property `createTime`
15722
+ # @return [String]
15723
+ attr_accessor :create_time
15724
+
15725
+ # Output only. The time the operation was last updated.
15726
+ # Corresponds to the JSON property `updateTime`
15727
+ # @return [String]
15728
+ attr_accessor :update_time
15729
+
15730
+ def initialize(**args)
15731
+ update!(**args)
15732
+ end
15733
+
15734
+ # Update properties of this object
15735
+ def update!(**args)
15736
+ @create_time = args[:create_time] if args.key?(:create_time)
15737
+ @update_time = args[:update_time] if args.key?(:update_time)
15738
+ end
15739
+ end
15740
+
15111
15741
  # Safety rating corresponding to the generated content.
15112
15742
  class GoogleCloudDiscoveryengineV1alphaSafetyRating
15113
15743
  include Google::Apis::Core::Hashable
@@ -17191,6 +17821,52 @@ module Google
17191
17821
  end
17192
17822
  end
17193
17823
 
17824
+ # Metadata for AlphaEvolveService.StartExperiment long running operation.
17825
+ class GoogleCloudDiscoveryengineV1alphaStartExperimentMetadata
17826
+ include Google::Apis::Core::Hashable
17827
+
17828
+ # Output only. The time the operation was created.
17829
+ # Corresponds to the JSON property `createTime`
17830
+ # @return [String]
17831
+ attr_accessor :create_time
17832
+
17833
+ # Output only. The time the operation was last updated.
17834
+ # Corresponds to the JSON property `updateTime`
17835
+ # @return [String]
17836
+ attr_accessor :update_time
17837
+
17838
+ def initialize(**args)
17839
+ update!(**args)
17840
+ end
17841
+
17842
+ # Update properties of this object
17843
+ def update!(**args)
17844
+ @create_time = args[:create_time] if args.key?(:create_time)
17845
+ @update_time = args[:update_time] if args.key?(:update_time)
17846
+ end
17847
+ end
17848
+
17849
+ # Request message for AlphaEvolveService.StartExperiment.
17850
+ class GoogleCloudDiscoveryengineV1alphaStartExperimentRequest
17851
+ include Google::Apis::Core::Hashable
17852
+
17853
+ # Required. Experiment to start. Format: `projects/`project`/locations/`location`
17854
+ # /collections/`collection`/engines/`engine`/sessions/`session`/
17855
+ # alphaEvolveExperiments/`alpha_evolve_experiment``
17856
+ # Corresponds to the JSON property `name`
17857
+ # @return [String]
17858
+ attr_accessor :name
17859
+
17860
+ def initialize(**args)
17861
+ update!(**args)
17862
+ end
17863
+
17864
+ # Update properties of this object
17865
+ def update!(**args)
17866
+ @name = args[:name] if args.key?(:name)
17867
+ end
17868
+ end
17869
+
17194
17870
  # A target site for the SiteSearchEngine.
17195
17871
  class GoogleCloudDiscoveryengineV1alphaTargetSite
17196
17872
  include Google::Apis::Core::Hashable
@@ -24619,9 +25295,9 @@ module Google
24619
25295
  # @return [String]
24620
25296
  attr_accessor :app_type
24621
25297
 
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.
25298
+ # Output only. The Agent registry containing the agents, MCP servers and tools
25299
+ # associated with this engine. Derived server-side from the linked Agent Gateway'
25300
+ # s registry.
24625
25301
  # Corresponds to the JSON property `associatedAgentRegistry`
24626
25302
  # @return [String]
24627
25303
  attr_accessor :associated_agent_registry
@@ -24695,9 +25371,9 @@ module Google
24695
25371
  # access` * `disable-agent-sharing` * `disable-image-generation` * `disable-
24696
25372
  # video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `
24697
25373
  # 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`
25374
+ # canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-
25375
+ # sharing-with-groups` * `single-agent-orchestration` * `multi-agent-
25376
+ # orchestration` * `cross-product-intelligence` * `deep-research`
24701
25377
  # Corresponds to the JSON property `features`
24702
25378
  # @return [Hash<String,String>]
24703
25379
  attr_accessor :features
@@ -25184,10 +25860,11 @@ module Google
25184
25860
  class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
25185
25861
  include Google::Apis::Core::Hashable
25186
25862
 
25187
- # Optional. The required subscription tier of this engine. They cannot be
25188
- # modified after engine creation. If the required subscription tier is search,
25189
- # user with higher license tier like assist can still access the standalone app
25190
- # associated with this engine.
25863
+ # Optional. The required subscription tier of this engine. If the required
25864
+ # subscription tier is search, user with higher license tier like assist can
25865
+ # still access the standalone app associated with this engine. Web grounding
25866
+ # feature is only available on the app if it is set as SubscriptionTier.
25867
+ # SUBSCRIPTION_TIER_SEARCH_AND_ASSISTANT.
25191
25868
  # Corresponds to the JSON property `requiredSubscriptionTier`
25192
25869
  # @return [String]
25193
25870
  attr_accessor :required_subscription_tier
@@ -26851,6 +27528,15 @@ module Google
26851
27528
  attr_accessor :gemini_bundle
26852
27529
  alias_method :gemini_bundle?, :gemini_bundle
26853
27530
 
27531
+ # Optional. Timestamp of the most recent user-initiated update (seat count
27532
+ # change or subscription term change). Unlike `update_time`, this field is only
27533
+ # stamped when a customer explicitly updates the license (e.g. via the UI), and
27534
+ # is not touched by system-driven writes (subscription pipeline, BALC
27535
+ # propagation, etc.).
27536
+ # Corresponds to the JSON property `lastUserUpdateTime`
27537
+ # @return [String]
27538
+ attr_accessor :last_user_update_time
27539
+
26854
27540
  # Required. Number of licenses purchased.
26855
27541
  # Corresponds to the JSON property `licenseCount`
26856
27542
  # @return [Fixnum]
@@ -26902,6 +27588,7 @@ module Google
26902
27588
  @end_date = args[:end_date] if args.key?(:end_date)
26903
27589
  @free_trial = args[:free_trial] if args.key?(:free_trial)
26904
27590
  @gemini_bundle = args[:gemini_bundle] if args.key?(:gemini_bundle)
27591
+ @last_user_update_time = args[:last_user_update_time] if args.key?(:last_user_update_time)
26905
27592
  @license_count = args[:license_count] if args.key?(:license_count)
26906
27593
  @name = args[:name] if args.key?(:name)
26907
27594
  @start_date = args[:start_date] if args.key?(:start_date)