google-apis-discoveryengine_v1alpha 0.91.0 → 0.93.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: faef83ecc6ec3836bc0a1d571976537c9d65a9317c47f0b06895d430b05fca49
4
- data.tar.gz: aecd47f6513555fd0518d6e8c11563b83da7ba36f12ebf32a0d2b1ff1434fede
3
+ metadata.gz: dce9fcf07919cd04ddc39d6dbf351cdc1b4b87022d8aaaf6f79f64ecef162a00
4
+ data.tar.gz: c88644131501f71294ac433bc52bf042b3f8b12808280486d0d5ea5c9b5f1fdb
5
5
  SHA512:
6
- metadata.gz: f118bc3406d8d6c141f65ccd0b5236df1c2ed694f044385826748892498bd200b05c2e63fb00b77a15d60201ca2a2dc2157f642584b248a179684d991d18e419
7
- data.tar.gz: 61c9de1fe7f326a64a28aaec0c2de8ca4cb9531868020d6194de4841deb9a50c193bac5e2e378e7a2d5a7720e98f0485d561ff5adf29baf436f1e03e3992043e
6
+ metadata.gz: 28ca791feb49f7e2a456392afa82bc0f431deec8a3cd3530526b1ab6e99fffdc31e2f257b66470e99bb1f95049e411fb7d2c06db59e0bc3c32c809ec3bdb6bde
7
+ data.tar.gz: 870524c663a06cb4dbcbbac0780291069c8511703d2e04d0603d5d90305cb48f524c8090467622186cb50354a4871f77aa7a8eb820d097bd53e01140743fff1f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-discoveryengine_v1alpha
2
2
 
3
+ ### v0.93.0 (2026-02-08)
4
+
5
+ * Regenerated from discovery document revision 20260130
6
+
7
+ ### v0.92.0 (2026-02-01)
8
+
9
+ * Regenerated from discovery document revision 20260125
10
+
3
11
  ### v0.91.0 (2026-01-25)
4
12
 
5
13
  * Regenerated from discovery document revision 20260118
@@ -3541,6 +3541,11 @@ module Google
3541
3541
  # @return [String]
3542
3542
  attr_accessor :name
3543
3543
 
3544
+ # Observability config for a resource.
3545
+ # Corresponds to the JSON property `observabilityConfig`
3546
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ObservabilityConfig]
3547
+ attr_accessor :observability_config
3548
+
3544
3549
  # Configurations for a Search Engine.
3545
3550
  # Corresponds to the JSON property `searchEngineConfig`
3546
3551
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig]
@@ -3578,6 +3583,7 @@ module Google
3578
3583
  @media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
3579
3584
  @model_configs = args[:model_configs] if args.key?(:model_configs)
3580
3585
  @name = args[:name] if args.key?(:name)
3586
+ @observability_config = args[:observability_config] if args.key?(:observability_config)
3581
3587
  @search_engine_config = args[:search_engine_config] if args.key?(:search_engine_config)
3582
3588
  @solution_type = args[:solution_type] if args.key?(:solution_type)
3583
3589
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -4585,6 +4591,35 @@ module Google
4585
4591
  end
4586
4592
  end
4587
4593
 
4594
+ # Observability config for a resource.
4595
+ class GoogleCloudDiscoveryengineV1ObservabilityConfig
4596
+ include Google::Apis::Core::Hashable
4597
+
4598
+ # Optional. Enables observability. If false, all other flags are ignored.
4599
+ # Corresponds to the JSON property `observabilityEnabled`
4600
+ # @return [Boolean]
4601
+ attr_accessor :observability_enabled
4602
+ alias_method :observability_enabled?, :observability_enabled
4603
+
4604
+ # Optional. Enables sensitive logging. Sensitive logging includes customer core
4605
+ # content (e.g. prompts, responses). If false, will sanitize all sensitive
4606
+ # fields.
4607
+ # Corresponds to the JSON property `sensitiveLoggingEnabled`
4608
+ # @return [Boolean]
4609
+ attr_accessor :sensitive_logging_enabled
4610
+ alias_method :sensitive_logging_enabled?, :sensitive_logging_enabled
4611
+
4612
+ def initialize(**args)
4613
+ update!(**args)
4614
+ end
4615
+
4616
+ # Update properties of this object
4617
+ def update!(**args)
4618
+ @observability_enabled = args[:observability_enabled] if args.key?(:observability_enabled)
4619
+ @sensitive_logging_enabled = args[:sensitive_logging_enabled] if args.key?(:sensitive_logging_enabled)
4620
+ end
4621
+ end
4622
+
4588
4623
  # Metadata and configurations for a Google Cloud project in the service.
4589
4624
  class GoogleCloudDiscoveryengineV1Project
4590
4625
  include Google::Apis::Core::Hashable
@@ -4665,11 +4700,33 @@ module Google
4665
4700
  # @return [Fixnum]
4666
4701
  attr_accessor :effective_search_qpm_threshold
4667
4702
 
4703
+ # Output only. The earliest next update time for the indexing core subscription
4704
+ # threshold. This is based on the next_update_time returned by the underlying
4705
+ # Cloud Billing Subscription V3 API. This field is populated only if an update
4706
+ # indexing core subscription threshold request is succeeded.
4707
+ # Corresponds to the JSON property `indexingCoreThresholdNextUpdateTime`
4708
+ # @return [String]
4709
+ attr_accessor :indexing_core_threshold_next_update_time
4710
+
4711
+ # Output only. The earliest next update time for the search QPM subscription
4712
+ # threshold. This is based on the next_update_time returned by the underlying
4713
+ # Cloud Billing Subscription V3 API. This field is populated only if an update
4714
+ # QPM subscription threshold request is succeeded.
4715
+ # Corresponds to the JSON property `searchQpmThresholdNextUpdateTime`
4716
+ # @return [String]
4717
+ attr_accessor :search_qpm_threshold_next_update_time
4718
+
4668
4719
  # Optional. The start time of the currently active billing subscription.
4669
4720
  # Corresponds to the JSON property `startTime`
4670
4721
  # @return [String]
4671
4722
  attr_accessor :start_time
4672
4723
 
4724
+ # Output only. The latest terminate effective time of search qpm and indexing
4725
+ # core subscriptions.
4726
+ # Corresponds to the JSON property `terminateTime`
4727
+ # @return [String]
4728
+ attr_accessor :terminate_time
4729
+
4673
4730
  def initialize(**args)
4674
4731
  update!(**args)
4675
4732
  end
@@ -4678,7 +4735,10 @@ module Google
4678
4735
  def update!(**args)
4679
4736
  @effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
4680
4737
  @effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
4738
+ @indexing_core_threshold_next_update_time = args[:indexing_core_threshold_next_update_time] if args.key?(:indexing_core_threshold_next_update_time)
4739
+ @search_qpm_threshold_next_update_time = args[:search_qpm_threshold_next_update_time] if args.key?(:search_qpm_threshold_next_update_time)
4681
4740
  @start_time = args[:start_time] if args.key?(:start_time)
4741
+ @terminate_time = args[:terminate_time] if args.key?(:terminate_time)
4682
4742
  end
4683
4743
  end
4684
4744
 
@@ -4711,6 +4771,11 @@ module Google
4711
4771
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig]
4712
4772
  attr_accessor :model_armor_config
4713
4773
 
4774
+ # Observability config for a resource.
4775
+ # Corresponds to the JSON property `observabilityConfig`
4776
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ObservabilityConfig]
4777
+ attr_accessor :observability_config
4778
+
4714
4779
  # Optional. Whether to disable the notebook sharing feature for the project.
4715
4780
  # Default to false if not specified.
4716
4781
  # Corresponds to the JSON property `optOutNotebookSharing`
@@ -4725,6 +4790,7 @@ module Google
4725
4790
  # Update properties of this object
4726
4791
  def update!(**args)
4727
4792
  @model_armor_config = args[:model_armor_config] if args.key?(:model_armor_config)
4793
+ @observability_config = args[:observability_config] if args.key?(:observability_config)
4728
4794
  @opt_out_notebook_sharing = args[:opt_out_notebook_sharing] if args.key?(:opt_out_notebook_sharing)
4729
4795
  end
4730
4796
  end
@@ -6528,7 +6594,7 @@ module Google
6528
6594
  class GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryRequest
6529
6595
  include Google::Apis::Core::Hashable
6530
6596
 
6531
- # Specification to boost suggestions based on the condtion of the suggestion.
6597
+ # Specification to boost suggestions based on the condition of the suggestion.
6532
6598
  # Corresponds to the JSON property `boostSpec`
6533
6599
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryRequestBoostSpec]
6534
6600
  attr_accessor :boost_spec
@@ -6616,7 +6682,7 @@ module Google
6616
6682
  end
6617
6683
  end
6618
6684
 
6619
- # Specification to boost suggestions based on the condtion of the suggestion.
6685
+ # Specification to boost suggestions based on the condition of the suggestion.
6620
6686
  class GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryRequestBoostSpec
6621
6687
  include Google::Apis::Core::Hashable
6622
6688
 
@@ -7250,11 +7316,6 @@ module Google
7250
7316
  # @return [String]
7251
7317
  attr_accessor :name
7252
7318
 
7253
- # Output only. The display name of the agent owner.
7254
- # Corresponds to the JSON property `ownerDisplayName`
7255
- # @return [String]
7256
- attr_accessor :owner_display_name
7257
-
7258
7319
  # The reason why the agent was rejected. Only set if the state is PRIVATE, and
7259
7320
  # got there via rejection.
7260
7321
  # Corresponds to the JSON property `rejectionReason`
@@ -7307,7 +7368,6 @@ module Google
7307
7368
  @display_name = args[:display_name] if args.key?(:display_name)
7308
7369
  @icon = args[:icon] if args.key?(:icon)
7309
7370
  @name = args[:name] if args.key?(:name)
7310
- @owner_display_name = args[:owner_display_name] if args.key?(:owner_display_name)
7311
7371
  @rejection_reason = args[:rejection_reason] if args.key?(:rejection_reason)
7312
7372
  @state = args[:state] if args.key?(:state)
7313
7373
  @suggested_prompts = args[:suggested_prompts] if args.key?(:suggested_prompts)
@@ -7580,6 +7640,34 @@ module Google
7580
7640
  end
7581
7641
  end
7582
7642
 
7643
+ # The customer controllable config for Analytics.
7644
+ class GoogleCloudDiscoveryengineV1alphaAnalyticsConfig
7645
+ include Google::Apis::Core::Hashable
7646
+
7647
+ # Required. The resource name of the analytics customer config. Format: `
7648
+ # projects/`project`/locations/`location`/collections/`collection_id`/engines/`
7649
+ # engine_id`/analytics/config`
7650
+ # Corresponds to the JSON property `name`
7651
+ # @return [String]
7652
+ attr_accessor :name
7653
+
7654
+ # Whether user-level metrics are enabled.
7655
+ # Corresponds to the JSON property `userLevelMetricsEnabled`
7656
+ # @return [Boolean]
7657
+ attr_accessor :user_level_metrics_enabled
7658
+ alias_method :user_level_metrics_enabled?, :user_level_metrics_enabled
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
+ @user_level_metrics_enabled = args[:user_level_metrics_enabled] if args.key?(:user_level_metrics_enabled)
7668
+ end
7669
+ end
7670
+
7583
7671
  # Defines an answer.
7584
7672
  class GoogleCloudDiscoveryengineV1alphaAnswer
7585
7673
  include Google::Apis::Core::Hashable
@@ -15423,6 +15511,11 @@ module Google
15423
15511
  # @return [String]
15424
15512
  attr_accessor :name
15425
15513
 
15514
+ # Observability config for a resource.
15515
+ # Corresponds to the JSON property `observabilityConfig`
15516
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaObservabilityConfig]
15517
+ attr_accessor :observability_config
15518
+
15426
15519
  # Additional information of a recommendation engine.
15427
15520
  # Corresponds to the JSON property `recommendationMetadata`
15428
15521
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata]
@@ -15470,6 +15563,7 @@ module Google
15470
15563
  @media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
15471
15564
  @model_configs = args[:model_configs] if args.key?(:model_configs)
15472
15565
  @name = args[:name] if args.key?(:name)
15566
+ @observability_config = args[:observability_config] if args.key?(:observability_config)
15473
15567
  @recommendation_metadata = args[:recommendation_metadata] if args.key?(:recommendation_metadata)
15474
15568
  @search_engine_config = args[:search_engine_config] if args.key?(:search_engine_config)
15475
15569
  @similar_documents_config = args[:similar_documents_config] if args.key?(:similar_documents_config)
@@ -19286,6 +19380,35 @@ module Google
19286
19380
  end
19287
19381
  end
19288
19382
 
19383
+ # Observability config for a resource.
19384
+ class GoogleCloudDiscoveryengineV1alphaObservabilityConfig
19385
+ include Google::Apis::Core::Hashable
19386
+
19387
+ # Optional. Enables observability. If false, all other flags are ignored.
19388
+ # Corresponds to the JSON property `observabilityEnabled`
19389
+ # @return [Boolean]
19390
+ attr_accessor :observability_enabled
19391
+ alias_method :observability_enabled?, :observability_enabled
19392
+
19393
+ # Optional. Enables sensitive logging. Sensitive logging includes customer core
19394
+ # content (e.g. prompts, responses). If false, will sanitize all sensitive
19395
+ # fields.
19396
+ # Corresponds to the JSON property `sensitiveLoggingEnabled`
19397
+ # @return [Boolean]
19398
+ attr_accessor :sensitive_logging_enabled
19399
+ alias_method :sensitive_logging_enabled?, :sensitive_logging_enabled
19400
+
19401
+ def initialize(**args)
19402
+ update!(**args)
19403
+ end
19404
+
19405
+ # Update properties of this object
19406
+ def update!(**args)
19407
+ @observability_enabled = args[:observability_enabled] if args.key?(:observability_enabled)
19408
+ @sensitive_logging_enabled = args[:sensitive_logging_enabled] if args.key?(:sensitive_logging_enabled)
19409
+ end
19410
+ end
19411
+
19289
19412
  # Request message for CrawlRateManagementService.ObtainCrawlRate method.
19290
19413
  class GoogleCloudDiscoveryengineV1alphaObtainCrawlRateRequest
19291
19414
  include Google::Apis::Core::Hashable
@@ -19701,11 +19824,33 @@ module Google
19701
19824
  # @return [Fixnum]
19702
19825
  attr_accessor :effective_search_qpm_threshold
19703
19826
 
19827
+ # Output only. The earliest next update time for the indexing core subscription
19828
+ # threshold. This is based on the next_update_time returned by the underlying
19829
+ # Cloud Billing Subscription V3 API. This field is populated only if an update
19830
+ # indexing core subscription threshold request is succeeded.
19831
+ # Corresponds to the JSON property `indexingCoreThresholdNextUpdateTime`
19832
+ # @return [String]
19833
+ attr_accessor :indexing_core_threshold_next_update_time
19834
+
19835
+ # Output only. The earliest next update time for the search QPM subscription
19836
+ # threshold. This is based on the next_update_time returned by the underlying
19837
+ # Cloud Billing Subscription V3 API. This field is populated only if an update
19838
+ # QPM subscription threshold request is succeeded.
19839
+ # Corresponds to the JSON property `searchQpmThresholdNextUpdateTime`
19840
+ # @return [String]
19841
+ attr_accessor :search_qpm_threshold_next_update_time
19842
+
19704
19843
  # Optional. The start time of the currently active billing subscription.
19705
19844
  # Corresponds to the JSON property `startTime`
19706
19845
  # @return [String]
19707
19846
  attr_accessor :start_time
19708
19847
 
19848
+ # Output only. The latest terminate effective time of search qpm and indexing
19849
+ # core subscriptions.
19850
+ # Corresponds to the JSON property `terminateTime`
19851
+ # @return [String]
19852
+ attr_accessor :terminate_time
19853
+
19709
19854
  def initialize(**args)
19710
19855
  update!(**args)
19711
19856
  end
@@ -19714,7 +19859,10 @@ module Google
19714
19859
  def update!(**args)
19715
19860
  @effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
19716
19861
  @effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
19862
+ @indexing_core_threshold_next_update_time = args[:indexing_core_threshold_next_update_time] if args.key?(:indexing_core_threshold_next_update_time)
19863
+ @search_qpm_threshold_next_update_time = args[:search_qpm_threshold_next_update_time] if args.key?(:search_qpm_threshold_next_update_time)
19717
19864
  @start_time = args[:start_time] if args.key?(:start_time)
19865
+ @terminate_time = args[:terminate_time] if args.key?(:terminate_time)
19718
19866
  end
19719
19867
  end
19720
19868
 
@@ -19747,6 +19895,11 @@ module Google
19747
19895
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig]
19748
19896
  attr_accessor :model_armor_config
19749
19897
 
19898
+ # Observability config for a resource.
19899
+ # Corresponds to the JSON property `observabilityConfig`
19900
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaObservabilityConfig]
19901
+ attr_accessor :observability_config
19902
+
19750
19903
  # Optional. Whether to disable the notebook sharing feature for the project.
19751
19904
  # Default to false if not specified.
19752
19905
  # Corresponds to the JSON property `optOutNotebookSharing`
@@ -19761,6 +19914,7 @@ module Google
19761
19914
  # Update properties of this object
19762
19915
  def update!(**args)
19763
19916
  @model_armor_config = args[:model_armor_config] if args.key?(:model_armor_config)
19917
+ @observability_config = args[:observability_config] if args.key?(:observability_config)
19764
19918
  @opt_out_notebook_sharing = args[:opt_out_notebook_sharing] if args.key?(:opt_out_notebook_sharing)
19765
19919
  end
19766
19920
  end
@@ -27031,6 +27185,11 @@ module Google
27031
27185
  # @return [String]
27032
27186
  attr_accessor :name
27033
27187
 
27188
+ # Output only. The nodes associated with the Widget Config.
27189
+ # Corresponds to the JSON property `nodes`
27190
+ # @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigNode>]
27191
+ attr_accessor :nodes
27192
+
27034
27193
  # The type of snippet to display in UCS widget. -
27035
27194
  # RESULT_DISPLAY_TYPE_UNSPECIFIED for existing users. - SNIPPET for new non-
27036
27195
  # enterprise search users. - EXTRACTIVE_ANSWER for new enterprise search users.
@@ -27097,6 +27256,7 @@ module Google
27097
27256
  @llm_enabled = args[:llm_enabled] if args.key?(:llm_enabled)
27098
27257
  @minimum_data_term_accepted = args[:minimum_data_term_accepted] if args.key?(:minimum_data_term_accepted)
27099
27258
  @name = args[:name] if args.key?(:name)
27259
+ @nodes = args[:nodes] if args.key?(:nodes)
27100
27260
  @result_display_type = args[:result_display_type] if args.key?(:result_display_type)
27101
27261
  @solution_type = args[:solution_type] if args.key?(:solution_type)
27102
27262
  @ui_branding = args[:ui_branding] if args.key?(:ui_branding)
@@ -27490,6 +27650,61 @@ module Google
27490
27650
  end
27491
27651
  end
27492
27652
 
27653
+ # Represents a single reusable computational or logical unit.
27654
+ class GoogleCloudDiscoveryengineV1alphaWidgetConfigNode
27655
+ include Google::Apis::Core::Hashable
27656
+
27657
+ # Output only. A detailed description of what the node does.
27658
+ # Corresponds to the JSON property `description`
27659
+ # @return [String]
27660
+ attr_accessor :description
27661
+
27662
+ # Output only. A human readable name for the node.
27663
+ # Corresponds to the JSON property `displayName`
27664
+ # @return [String]
27665
+ attr_accessor :display_name
27666
+
27667
+ # Output only. An identifier or URL pointing to an icon representing this node
27668
+ # type.
27669
+ # Corresponds to the JSON property `iconUrl`
27670
+ # @return [String]
27671
+ attr_accessor :icon_url
27672
+
27673
+ # Output only. The output schema of the tool. This schema is expected to conform
27674
+ # to the OpenAPI Schema standard (see https://spec.openapis.org/oas/v3.0.3.html/
27675
+ # and AIP-146). It describes the structure of the output produced by this node.
27676
+ # Corresponds to the JSON property `outputSchema`
27677
+ # @return [Hash<String,Object>]
27678
+ attr_accessor :output_schema
27679
+
27680
+ # Output only. The parameter schema of the tool. This schema is expected to
27681
+ # conform to the OpenAPI Schema standard (see https://spec.openapis.org/oas/v3.0.
27682
+ # 3.html and AIP-146). It describes the expected structure of the parameters
27683
+ # that this node accepts.
27684
+ # Corresponds to the JSON property `parameterSchema`
27685
+ # @return [Hash<String,Object>]
27686
+ attr_accessor :parameter_schema
27687
+
27688
+ # Output only. The type of the node.
27689
+ # Corresponds to the JSON property `type`
27690
+ # @return [String]
27691
+ attr_accessor :type
27692
+
27693
+ def initialize(**args)
27694
+ update!(**args)
27695
+ end
27696
+
27697
+ # Update properties of this object
27698
+ def update!(**args)
27699
+ @description = args[:description] if args.key?(:description)
27700
+ @display_name = args[:display_name] if args.key?(:display_name)
27701
+ @icon_url = args[:icon_url] if args.key?(:icon_url)
27702
+ @output_schema = args[:output_schema] if args.key?(:output_schema)
27703
+ @parameter_schema = args[:parameter_schema] if args.key?(:parameter_schema)
27704
+ @type = args[:type] if args.key?(:type)
27705
+ end
27706
+ end
27707
+
27493
27708
  # Facet field that maps to a UI Component.
27494
27709
  class GoogleCloudDiscoveryengineV1alphaWidgetConfigUiComponentField
27495
27710
  include Google::Apis::Core::Hashable
@@ -29561,6 +29776,11 @@ module Google
29561
29776
  # @return [String]
29562
29777
  attr_accessor :name
29563
29778
 
29779
+ # Observability config for a resource.
29780
+ # Corresponds to the JSON property `observabilityConfig`
29781
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaObservabilityConfig]
29782
+ attr_accessor :observability_config
29783
+
29564
29784
  # Configurations for a Search Engine.
29565
29785
  # Corresponds to the JSON property `searchEngineConfig`
29566
29786
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig]
@@ -29598,6 +29818,7 @@ module Google
29598
29818
  @media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
29599
29819
  @model_configs = args[:model_configs] if args.key?(:model_configs)
29600
29820
  @name = args[:name] if args.key?(:name)
29821
+ @observability_config = args[:observability_config] if args.key?(:observability_config)
29601
29822
  @search_engine_config = args[:search_engine_config] if args.key?(:search_engine_config)
29602
29823
  @solution_type = args[:solution_type] if args.key?(:solution_type)
29603
29824
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -30829,6 +31050,35 @@ module Google
30829
31050
  end
30830
31051
  end
30831
31052
 
31053
+ # Observability config for a resource.
31054
+ class GoogleCloudDiscoveryengineV1betaObservabilityConfig
31055
+ include Google::Apis::Core::Hashable
31056
+
31057
+ # Optional. Enables observability. If false, all other flags are ignored.
31058
+ # Corresponds to the JSON property `observabilityEnabled`
31059
+ # @return [Boolean]
31060
+ attr_accessor :observability_enabled
31061
+ alias_method :observability_enabled?, :observability_enabled
31062
+
31063
+ # Optional. Enables sensitive logging. Sensitive logging includes customer core
31064
+ # content (e.g. prompts, responses). If false, will sanitize all sensitive
31065
+ # fields.
31066
+ # Corresponds to the JSON property `sensitiveLoggingEnabled`
31067
+ # @return [Boolean]
31068
+ attr_accessor :sensitive_logging_enabled
31069
+ alias_method :sensitive_logging_enabled?, :sensitive_logging_enabled
31070
+
31071
+ def initialize(**args)
31072
+ update!(**args)
31073
+ end
31074
+
31075
+ # Update properties of this object
31076
+ def update!(**args)
31077
+ @observability_enabled = args[:observability_enabled] if args.key?(:observability_enabled)
31078
+ @sensitive_logging_enabled = args[:sensitive_logging_enabled] if args.key?(:sensitive_logging_enabled)
31079
+ end
31080
+ end
31081
+
30832
31082
  # Response message for CrawlRateManagementService.ObtainCrawlRate method. The
30833
31083
  # response contains organcic or dedicated crawl rate time series data for
30834
31084
  # monitoring, depending on whether dedicated crawl rate is set.
@@ -30986,11 +31236,33 @@ module Google
30986
31236
  # @return [Fixnum]
30987
31237
  attr_accessor :effective_search_qpm_threshold
30988
31238
 
31239
+ # Output only. The earliest next update time for the indexing core subscription
31240
+ # threshold. This is based on the next_update_time returned by the underlying
31241
+ # Cloud Billing Subscription V3 API. This field is populated only if an update
31242
+ # indexing core subscription threshold request is succeeded.
31243
+ # Corresponds to the JSON property `indexingCoreThresholdNextUpdateTime`
31244
+ # @return [String]
31245
+ attr_accessor :indexing_core_threshold_next_update_time
31246
+
31247
+ # Output only. The earliest next update time for the search QPM subscription
31248
+ # threshold. This is based on the next_update_time returned by the underlying
31249
+ # Cloud Billing Subscription V3 API. This field is populated only if an update
31250
+ # QPM subscription threshold request is succeeded.
31251
+ # Corresponds to the JSON property `searchQpmThresholdNextUpdateTime`
31252
+ # @return [String]
31253
+ attr_accessor :search_qpm_threshold_next_update_time
31254
+
30989
31255
  # Optional. The start time of the currently active billing subscription.
30990
31256
  # Corresponds to the JSON property `startTime`
30991
31257
  # @return [String]
30992
31258
  attr_accessor :start_time
30993
31259
 
31260
+ # Output only. The latest terminate effective time of search qpm and indexing
31261
+ # core subscriptions.
31262
+ # Corresponds to the JSON property `terminateTime`
31263
+ # @return [String]
31264
+ attr_accessor :terminate_time
31265
+
30994
31266
  def initialize(**args)
30995
31267
  update!(**args)
30996
31268
  end
@@ -30999,7 +31271,10 @@ module Google
30999
31271
  def update!(**args)
31000
31272
  @effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
31001
31273
  @effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
31274
+ @indexing_core_threshold_next_update_time = args[:indexing_core_threshold_next_update_time] if args.key?(:indexing_core_threshold_next_update_time)
31275
+ @search_qpm_threshold_next_update_time = args[:search_qpm_threshold_next_update_time] if args.key?(:search_qpm_threshold_next_update_time)
31002
31276
  @start_time = args[:start_time] if args.key?(:start_time)
31277
+ @terminate_time = args[:terminate_time] if args.key?(:terminate_time)
31003
31278
  end
31004
31279
  end
31005
31280
 
@@ -31032,6 +31307,11 @@ module Google
31032
31307
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig]
31033
31308
  attr_accessor :model_armor_config
31034
31309
 
31310
+ # Observability config for a resource.
31311
+ # Corresponds to the JSON property `observabilityConfig`
31312
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaObservabilityConfig]
31313
+ attr_accessor :observability_config
31314
+
31035
31315
  # Optional. Whether to disable the notebook sharing feature for the project.
31036
31316
  # Default to false if not specified.
31037
31317
  # Corresponds to the JSON property `optOutNotebookSharing`
@@ -31046,6 +31326,7 @@ module Google
31046
31326
  # Update properties of this object
31047
31327
  def update!(**args)
31048
31328
  @model_armor_config = args[:model_armor_config] if args.key?(:model_armor_config)
31329
+ @observability_config = args[:observability_config] if args.key?(:observability_config)
31049
31330
  @opt_out_notebook_sharing = args[:opt_out_notebook_sharing] if args.key?(:opt_out_notebook_sharing)
31050
31331
  end
31051
31332
  end
@@ -33964,11 +34245,21 @@ module Google
33964
34245
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonIngestionError]
33965
34246
  attr_accessor :ingestion_error
33966
34247
 
34248
+ # Indicates that the source MIME type is blocked.
34249
+ # Corresponds to the JSON property `mimeTypeBlocked`
34250
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonMimeTypeBlocked]
34251
+ attr_accessor :mime_type_blocked
34252
+
33967
34253
  # Indicates that the source is paywalled and cannot be ingested.
33968
34254
  # Corresponds to the JSON property `paywallError`
33969
34255
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonPaywallError]
33970
34256
  attr_accessor :paywall_error
33971
34257
 
34258
+ # Indicates that the policy check failed.
34259
+ # Corresponds to the JSON property `policyCheckFailed`
34260
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonPolicyCheckFailed]
34261
+ attr_accessor :policy_check_failed
34262
+
33972
34263
  # Indicates that the source is empty.
33973
34264
  # Corresponds to the JSON property `sourceEmpty`
33974
34265
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonSourceEmpty]
@@ -34015,7 +34306,9 @@ module Google
34015
34306
  @domain_blocked = args[:domain_blocked] if args.key?(:domain_blocked)
34016
34307
  @google_drive_error = args[:google_drive_error] if args.key?(:google_drive_error)
34017
34308
  @ingestion_error = args[:ingestion_error] if args.key?(:ingestion_error)
34309
+ @mime_type_blocked = args[:mime_type_blocked] if args.key?(:mime_type_blocked)
34018
34310
  @paywall_error = args[:paywall_error] if args.key?(:paywall_error)
34311
+ @policy_check_failed = args[:policy_check_failed] if args.key?(:policy_check_failed)
34019
34312
  @source_empty = args[:source_empty] if args.key?(:source_empty)
34020
34313
  @source_limit_exceeded = args[:source_limit_exceeded] if args.key?(:source_limit_exceeded)
34021
34314
  @source_too_long = args[:source_too_long] if args.key?(:source_too_long)
@@ -34135,6 +34428,19 @@ module Google
34135
34428
  end
34136
34429
  end
34137
34430
 
34431
+ # Indicates that the source MIME type is blocked.
34432
+ class GoogleCloudNotebooklmV1alphaFailureReasonMimeTypeBlocked
34433
+ include Google::Apis::Core::Hashable
34434
+
34435
+ def initialize(**args)
34436
+ update!(**args)
34437
+ end
34438
+
34439
+ # Update properties of this object
34440
+ def update!(**args)
34441
+ end
34442
+ end
34443
+
34138
34444
  # Indicates that the source is paywalled and cannot be ingested.
34139
34445
  class GoogleCloudNotebooklmV1alphaFailureReasonPaywallError
34140
34446
  include Google::Apis::Core::Hashable
@@ -34148,6 +34454,19 @@ module Google
34148
34454
  end
34149
34455
  end
34150
34456
 
34457
+ # Indicates that the policy check failed.
34458
+ class GoogleCloudNotebooklmV1alphaFailureReasonPolicyCheckFailed
34459
+ include Google::Apis::Core::Hashable
34460
+
34461
+ def initialize(**args)
34462
+ update!(**args)
34463
+ end
34464
+
34465
+ # Update properties of this object
34466
+ def update!(**args)
34467
+ end
34468
+ end
34469
+
34151
34470
  # Indicates that the source is empty.
34152
34471
  class GoogleCloudNotebooklmV1alphaFailureReasonSourceEmpty
34153
34472
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DiscoveryengineV1alpha
18
18
  # Version of the google-apis-discoveryengine_v1alpha gem
19
- GEM_VERSION = "0.91.0"
19
+ GEM_VERSION = "0.93.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260118"
25
+ REVISION = "20260130"
26
26
  end
27
27
  end
28
28
  end
@@ -718,6 +718,12 @@ module Google
718
718
  include Google::Apis::Core::JsonObjectSupport
719
719
  end
720
720
 
721
+ class GoogleCloudDiscoveryengineV1ObservabilityConfig
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
721
727
  class GoogleCloudDiscoveryengineV1Project
722
728
  class Representation < Google::Apis::Core::JsonRepresentation; end
723
729
 
@@ -1156,6 +1162,12 @@ module Google
1156
1162
  include Google::Apis::Core::JsonObjectSupport
1157
1163
  end
1158
1164
 
1165
+ class GoogleCloudDiscoveryengineV1alphaAnalyticsConfig
1166
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1167
+
1168
+ include Google::Apis::Core::JsonObjectSupport
1169
+ end
1170
+
1159
1171
  class GoogleCloudDiscoveryengineV1alphaAnswer
1160
1172
  class Representation < Google::Apis::Core::JsonRepresentation; end
1161
1173
 
@@ -3100,6 +3112,12 @@ module Google
3100
3112
  include Google::Apis::Core::JsonObjectSupport
3101
3113
  end
3102
3114
 
3115
+ class GoogleCloudDiscoveryengineV1alphaObservabilityConfig
3116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3117
+
3118
+ include Google::Apis::Core::JsonObjectSupport
3119
+ end
3120
+
3103
3121
  class GoogleCloudDiscoveryengineV1alphaObtainCrawlRateRequest
3104
3122
  class Representation < Google::Apis::Core::JsonRepresentation; end
3105
3123
 
@@ -4324,6 +4342,12 @@ module Google
4324
4342
  include Google::Apis::Core::JsonObjectSupport
4325
4343
  end
4326
4344
 
4345
+ class GoogleCloudDiscoveryengineV1alphaWidgetConfigNode
4346
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4347
+
4348
+ include Google::Apis::Core::JsonObjectSupport
4349
+ end
4350
+
4327
4351
  class GoogleCloudDiscoveryengineV1alphaWidgetConfigUiComponentField
4328
4352
  class Representation < Google::Apis::Core::JsonRepresentation; end
4329
4353
 
@@ -4858,6 +4882,12 @@ module Google
4858
4882
  include Google::Apis::Core::JsonObjectSupport
4859
4883
  end
4860
4884
 
4885
+ class GoogleCloudDiscoveryengineV1betaObservabilityConfig
4886
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4887
+
4888
+ include Google::Apis::Core::JsonObjectSupport
4889
+ end
4890
+
4861
4891
  class GoogleCloudDiscoveryengineV1betaObtainCrawlRateResponse
4862
4892
  class Representation < Google::Apis::Core::JsonRepresentation; end
4863
4893
 
@@ -5380,12 +5410,24 @@ module Google
5380
5410
  include Google::Apis::Core::JsonObjectSupport
5381
5411
  end
5382
5412
 
5413
+ class GoogleCloudNotebooklmV1alphaFailureReasonMimeTypeBlocked
5414
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5415
+
5416
+ include Google::Apis::Core::JsonObjectSupport
5417
+ end
5418
+
5383
5419
  class GoogleCloudNotebooklmV1alphaFailureReasonPaywallError
5384
5420
  class Representation < Google::Apis::Core::JsonRepresentation; end
5385
5421
 
5386
5422
  include Google::Apis::Core::JsonObjectSupport
5387
5423
  end
5388
5424
 
5425
+ class GoogleCloudNotebooklmV1alphaFailureReasonPolicyCheckFailed
5426
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5427
+
5428
+ include Google::Apis::Core::JsonObjectSupport
5429
+ end
5430
+
5389
5431
  class GoogleCloudNotebooklmV1alphaFailureReasonSourceEmpty
5390
5432
  class Representation < Google::Apis::Core::JsonRepresentation; end
5391
5433
 
@@ -6546,6 +6588,8 @@ module Google
6546
6588
 
6547
6589
  hash :model_configs, as: 'modelConfigs'
6548
6590
  property :name, as: 'name'
6591
+ property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ObservabilityConfig::Representation
6592
+
6549
6593
  property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig::Representation
6550
6594
 
6551
6595
  property :solution_type, as: 'solutionType'
@@ -6827,6 +6871,14 @@ module Google
6827
6871
  end
6828
6872
  end
6829
6873
 
6874
+ class GoogleCloudDiscoveryengineV1ObservabilityConfig
6875
+ # @private
6876
+ class Representation < Google::Apis::Core::JsonRepresentation
6877
+ property :observability_enabled, as: 'observabilityEnabled'
6878
+ property :sensitive_logging_enabled, as: 'sensitiveLoggingEnabled'
6879
+ end
6880
+ end
6881
+
6830
6882
  class GoogleCloudDiscoveryengineV1Project
6831
6883
  # @private
6832
6884
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6847,7 +6899,10 @@ module Google
6847
6899
  class Representation < Google::Apis::Core::JsonRepresentation
6848
6900
  property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
6849
6901
  property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
6902
+ property :indexing_core_threshold_next_update_time, as: 'indexingCoreThresholdNextUpdateTime'
6903
+ property :search_qpm_threshold_next_update_time, as: 'searchQpmThresholdNextUpdateTime'
6850
6904
  property :start_time, as: 'startTime'
6905
+ property :terminate_time, as: 'terminateTime'
6851
6906
  end
6852
6907
  end
6853
6908
 
@@ -6864,6 +6919,8 @@ module Google
6864
6919
  class Representation < Google::Apis::Core::JsonRepresentation
6865
6920
  property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
6866
6921
 
6922
+ property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ObservabilityConfig::Representation
6923
+
6867
6924
  property :opt_out_notebook_sharing, as: 'optOutNotebookSharing'
6868
6925
  end
6869
6926
  end
@@ -7505,7 +7562,6 @@ module Google
7505
7562
  property :icon, as: 'icon', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentImage, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentImage::Representation
7506
7563
 
7507
7564
  property :name, as: 'name'
7508
- property :owner_display_name, as: 'ownerDisplayName'
7509
7565
  property :rejection_reason, as: 'rejectionReason'
7510
7566
  property :state, as: 'state'
7511
7567
  collection :suggested_prompts, as: 'suggestedPrompts', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentViewSuggestedPrompt, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentViewSuggestedPrompt::Representation
@@ -7589,6 +7645,14 @@ module Google
7589
7645
  end
7590
7646
  end
7591
7647
 
7648
+ class GoogleCloudDiscoveryengineV1alphaAnalyticsConfig
7649
+ # @private
7650
+ class Representation < Google::Apis::Core::JsonRepresentation
7651
+ property :name, as: 'name'
7652
+ property :user_level_metrics_enabled, as: 'userLevelMetricsEnabled'
7653
+ end
7654
+ end
7655
+
7592
7656
  class GoogleCloudDiscoveryengineV1alphaAnswer
7593
7657
  # @private
7594
7658
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9753,6 +9817,8 @@ module Google
9753
9817
 
9754
9818
  hash :model_configs, as: 'modelConfigs'
9755
9819
  property :name, as: 'name'
9820
+ property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaObservabilityConfig::Representation
9821
+
9756
9822
  property :recommendation_metadata, as: 'recommendationMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata::Representation
9757
9823
 
9758
9824
  property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig::Representation
@@ -10884,6 +10950,14 @@ module Google
10884
10950
  end
10885
10951
  end
10886
10952
 
10953
+ class GoogleCloudDiscoveryengineV1alphaObservabilityConfig
10954
+ # @private
10955
+ class Representation < Google::Apis::Core::JsonRepresentation
10956
+ property :observability_enabled, as: 'observabilityEnabled'
10957
+ property :sensitive_logging_enabled, as: 'sensitiveLoggingEnabled'
10958
+ end
10959
+ end
10960
+
10887
10961
  class GoogleCloudDiscoveryengineV1alphaObtainCrawlRateRequest
10888
10962
  # @private
10889
10963
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10997,7 +11071,10 @@ module Google
10997
11071
  class Representation < Google::Apis::Core::JsonRepresentation
10998
11072
  property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
10999
11073
  property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
11074
+ property :indexing_core_threshold_next_update_time, as: 'indexingCoreThresholdNextUpdateTime'
11075
+ property :search_qpm_threshold_next_update_time, as: 'searchQpmThresholdNextUpdateTime'
11000
11076
  property :start_time, as: 'startTime'
11077
+ property :terminate_time, as: 'terminateTime'
11001
11078
  end
11002
11079
  end
11003
11080
 
@@ -11014,6 +11091,8 @@ module Google
11014
11091
  class Representation < Google::Apis::Core::JsonRepresentation
11015
11092
  property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
11016
11093
 
11094
+ property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaObservabilityConfig::Representation
11095
+
11017
11096
  property :opt_out_notebook_sharing, as: 'optOutNotebookSharing'
11018
11097
  end
11019
11098
  end
@@ -12891,6 +12970,8 @@ module Google
12891
12970
  property :llm_enabled, as: 'llmEnabled'
12892
12971
  property :minimum_data_term_accepted, as: 'minimumDataTermAccepted'
12893
12972
  property :name, as: 'name'
12973
+ collection :nodes, as: 'nodes', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigNode, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigNode::Representation
12974
+
12894
12975
  property :result_display_type, as: 'resultDisplayType'
12895
12976
  property :solution_type, as: 'solutionType'
12896
12977
  property :ui_branding, as: 'uiBranding', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiBrandingSettings, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiBrandingSettings::Representation
@@ -13001,6 +13082,18 @@ module Google
13001
13082
  end
13002
13083
  end
13003
13084
 
13085
+ class GoogleCloudDiscoveryengineV1alphaWidgetConfigNode
13086
+ # @private
13087
+ class Representation < Google::Apis::Core::JsonRepresentation
13088
+ property :description, as: 'description'
13089
+ property :display_name, as: 'displayName'
13090
+ property :icon_url, as: 'iconUrl'
13091
+ hash :output_schema, as: 'outputSchema'
13092
+ hash :parameter_schema, as: 'parameterSchema'
13093
+ property :type, as: 'type'
13094
+ end
13095
+ end
13096
+
13004
13097
  class GoogleCloudDiscoveryengineV1alphaWidgetConfigUiComponentField
13005
13098
  # @private
13006
13099
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13561,6 +13654,8 @@ module Google
13561
13654
 
13562
13655
  hash :model_configs, as: 'modelConfigs'
13563
13656
  property :name, as: 'name'
13657
+ property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaObservabilityConfig::Representation
13658
+
13564
13659
  property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig::Representation
13565
13660
 
13566
13661
  property :solution_type, as: 'solutionType'
@@ -13909,6 +14004,14 @@ module Google
13909
14004
  end
13910
14005
  end
13911
14006
 
14007
+ class GoogleCloudDiscoveryengineV1betaObservabilityConfig
14008
+ # @private
14009
+ class Representation < Google::Apis::Core::JsonRepresentation
14010
+ property :observability_enabled, as: 'observabilityEnabled'
14011
+ property :sensitive_logging_enabled, as: 'sensitiveLoggingEnabled'
14012
+ end
14013
+ end
14014
+
13912
14015
  class GoogleCloudDiscoveryengineV1betaObtainCrawlRateResponse
13913
14016
  # @private
13914
14017
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13952,7 +14055,10 @@ module Google
13952
14055
  class Representation < Google::Apis::Core::JsonRepresentation
13953
14056
  property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
13954
14057
  property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
14058
+ property :indexing_core_threshold_next_update_time, as: 'indexingCoreThresholdNextUpdateTime'
14059
+ property :search_qpm_threshold_next_update_time, as: 'searchQpmThresholdNextUpdateTime'
13955
14060
  property :start_time, as: 'startTime'
14061
+ property :terminate_time, as: 'terminateTime'
13956
14062
  end
13957
14063
  end
13958
14064
 
@@ -13969,6 +14075,8 @@ module Google
13969
14075
  class Representation < Google::Apis::Core::JsonRepresentation
13970
14076
  property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
13971
14077
 
14078
+ property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaObservabilityConfig::Representation
14079
+
13972
14080
  property :opt_out_notebook_sharing, as: 'optOutNotebookSharing'
13973
14081
  end
13974
14082
  end
@@ -14708,8 +14816,12 @@ module Google
14708
14816
 
14709
14817
  property :ingestion_error, as: 'ingestionError', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonIngestionError, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonIngestionError::Representation
14710
14818
 
14819
+ property :mime_type_blocked, as: 'mimeTypeBlocked', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonMimeTypeBlocked, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonMimeTypeBlocked::Representation
14820
+
14711
14821
  property :paywall_error, as: 'paywallError', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonPaywallError, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonPaywallError::Representation
14712
14822
 
14823
+ property :policy_check_failed, as: 'policyCheckFailed', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonPolicyCheckFailed, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonPolicyCheckFailed::Representation
14824
+
14713
14825
  property :source_empty, as: 'sourceEmpty', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonSourceEmpty, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonSourceEmpty::Representation
14714
14826
 
14715
14827
  property :source_limit_exceeded, as: 'sourceLimitExceeded', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonSourceLimitExceeded, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonSourceLimitExceeded::Representation
@@ -14775,12 +14887,24 @@ module Google
14775
14887
  end
14776
14888
  end
14777
14889
 
14890
+ class GoogleCloudNotebooklmV1alphaFailureReasonMimeTypeBlocked
14891
+ # @private
14892
+ class Representation < Google::Apis::Core::JsonRepresentation
14893
+ end
14894
+ end
14895
+
14778
14896
  class GoogleCloudNotebooklmV1alphaFailureReasonPaywallError
14779
14897
  # @private
14780
14898
  class Representation < Google::Apis::Core::JsonRepresentation
14781
14899
  end
14782
14900
  end
14783
14901
 
14902
+ class GoogleCloudNotebooklmV1alphaFailureReasonPolicyCheckFailed
14903
+ # @private
14904
+ class Representation < Google::Apis::Core::JsonRepresentation
14905
+ end
14906
+ end
14907
+
14784
14908
  class GoogleCloudNotebooklmV1alphaFailureReasonSourceEmpty
14785
14909
  # @private
14786
14910
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5837,6 +5837,77 @@ module Google
5837
5837
  execute_or_queue_command(command, &block)
5838
5838
  end
5839
5839
 
5840
+ # Gets the AnalyticsConfig.
5841
+ # @param [String] name
5842
+ # Required. The resource name of the analytics customer config. Format: `
5843
+ # projects/`project`/locations/`location`/collections/`collection_id`/engines/`
5844
+ # engine_id`/analytics/config`
5845
+ # @param [String] fields
5846
+ # Selector specifying which fields to include in a partial response.
5847
+ # @param [String] quota_user
5848
+ # Available to use for quota purposes for server-side applications. Can be any
5849
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
5850
+ # @param [Google::Apis::RequestOptions] options
5851
+ # Request-specific options
5852
+ #
5853
+ # @yield [result, err] Result & error if block supplied
5854
+ # @yieldparam result [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnalyticsConfig] parsed result object
5855
+ # @yieldparam err [StandardError] error object if request failed
5856
+ #
5857
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnalyticsConfig]
5858
+ #
5859
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
5860
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5861
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
5862
+ def get_project_location_collection_engine_analytic_config(name, fields: nil, quota_user: nil, options: nil, &block)
5863
+ command = make_simple_command(:get, 'v1alpha/{+name}', options)
5864
+ command.response_representation = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnalyticsConfig::Representation
5865
+ command.response_class = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnalyticsConfig
5866
+ command.params['name'] = name unless name.nil?
5867
+ command.query['fields'] = fields unless fields.nil?
5868
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
5869
+ execute_or_queue_command(command, &block)
5870
+ end
5871
+
5872
+ # Updates the AnalyticsConfig for analytics.
5873
+ # @param [String] name
5874
+ # Required. The resource name of the analytics customer config. Format: `
5875
+ # projects/`project`/locations/`location`/collections/`collection_id`/engines/`
5876
+ # engine_id`/analytics/config`
5877
+ # @param [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnalyticsConfig] google_cloud_discoveryengine_v1alpha_analytics_config_object
5878
+ # @param [String] update_mask
5879
+ # The list of fields of AnalyticsConfig to update. If not specified, the method
5880
+ # will perform a full replacement.
5881
+ # @param [String] fields
5882
+ # Selector specifying which fields to include in a partial response.
5883
+ # @param [String] quota_user
5884
+ # Available to use for quota purposes for server-side applications. Can be any
5885
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
5886
+ # @param [Google::Apis::RequestOptions] options
5887
+ # Request-specific options
5888
+ #
5889
+ # @yield [result, err] Result & error if block supplied
5890
+ # @yieldparam result [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnalyticsConfig] parsed result object
5891
+ # @yieldparam err [StandardError] error object if request failed
5892
+ #
5893
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnalyticsConfig]
5894
+ #
5895
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
5896
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5897
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
5898
+ def update_project_location_collection_engine_analytic_config(name, google_cloud_discoveryengine_v1alpha_analytics_config_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
5899
+ command = make_simple_command(:patch, 'v1alpha/{+name}', options)
5900
+ command.request_representation = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnalyticsConfig::Representation
5901
+ command.request_object = google_cloud_discoveryengine_v1alpha_analytics_config_object
5902
+ command.response_representation = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnalyticsConfig::Representation
5903
+ command.response_class = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnalyticsConfig
5904
+ command.params['name'] = name unless name.nil?
5905
+ command.query['updateMask'] = update_mask unless update_mask.nil?
5906
+ command.query['fields'] = fields unless fields.nil?
5907
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
5908
+ execute_or_queue_command(command, &block)
5909
+ end
5910
+
5840
5911
  # Creates an Assistant.
5841
5912
  # @param [String] parent
5842
5913
  # Required. The parent resource name. Format: `projects/`project`/locations/`
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-discoveryengine_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.91.0
4
+ version: 0.93.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_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.91.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.93.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths: