google-apis-discoveryengine_v1 0.67.0 → 0.68.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: aa09d82f6de848baba057e39a9d5abd53523b3d2633a1125ddd176f01e6600ed
4
- data.tar.gz: 48a4193bff92b0cf3a1dfdeaca76661be273027b83a27190b5fb95e30b29413f
3
+ metadata.gz: 834801ab9fa87011a448d5ce8490e7fc38d97818696df45200cd6eea400ca042
4
+ data.tar.gz: 21759606bae0b07743336c3d6c05aa294deec312aa18bb7ba2501d2fbd4506c4
5
5
  SHA512:
6
- metadata.gz: 8bcaefa254e85ae949f1ded522443809c5e8150cf4846313c66c29d109186e662bbbe1ca82dc79cfc959959ade210ee5f2fd3106ea6066b14071a74a74a8e696
7
- data.tar.gz: 66a9bfec8136b0d458573d21e44460e6f09b9607f2d88d3200988537e2acf027abdf88f5bc589cf1d8d2526e8f73e53b78723fea893bbc3a09fce54913e41e64
6
+ metadata.gz: a3645fd8353fc9efe48b5290eb5cc365ec364abbe21a289a5e249c04741fd8de2af2f9676ac3fa1f6bb918f21509182f2cba0b27a6238dde91ff8bc7b38356f4
7
+ data.tar.gz: 9adec5ded46244f07d374673ed7e5714262e62d20ff84a4dce97a512bc34adc35a6a32109b17d1511a142b534a36256b45c8f61dd1f82c4060daeb10848d38fd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-discoveryengine_v1
2
2
 
3
+ ### v0.68.0 (2026-02-08)
4
+
5
+ * Regenerated from discovery document revision 20260130
6
+
3
7
  ### v0.67.0 (2026-02-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20260125
@@ -7925,6 +7925,11 @@ module Google
7925
7925
  # @return [String]
7926
7926
  attr_accessor :name
7927
7927
 
7928
+ # Observability config for a resource.
7929
+ # Corresponds to the JSON property `observabilityConfig`
7930
+ # @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ObservabilityConfig]
7931
+ attr_accessor :observability_config
7932
+
7928
7933
  # Configurations for a Search Engine.
7929
7934
  # Corresponds to the JSON property `searchEngineConfig`
7930
7935
  # @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig]
@@ -7962,6 +7967,7 @@ module Google
7962
7967
  @media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
7963
7968
  @model_configs = args[:model_configs] if args.key?(:model_configs)
7964
7969
  @name = args[:name] if args.key?(:name)
7970
+ @observability_config = args[:observability_config] if args.key?(:observability_config)
7965
7971
  @search_engine_config = args[:search_engine_config] if args.key?(:search_engine_config)
7966
7972
  @solution_type = args[:solution_type] if args.key?(:solution_type)
7967
7973
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -10174,6 +10180,35 @@ module Google
10174
10180
  end
10175
10181
  end
10176
10182
 
10183
+ # Observability config for a resource.
10184
+ class GoogleCloudDiscoveryengineV1ObservabilityConfig
10185
+ include Google::Apis::Core::Hashable
10186
+
10187
+ # Optional. Enables observability. If false, all other flags are ignored.
10188
+ # Corresponds to the JSON property `observabilityEnabled`
10189
+ # @return [Boolean]
10190
+ attr_accessor :observability_enabled
10191
+ alias_method :observability_enabled?, :observability_enabled
10192
+
10193
+ # Optional. Enables sensitive logging. Sensitive logging includes customer core
10194
+ # content (e.g. prompts, responses). If false, will sanitize all sensitive
10195
+ # fields.
10196
+ # Corresponds to the JSON property `sensitiveLoggingEnabled`
10197
+ # @return [Boolean]
10198
+ attr_accessor :sensitive_logging_enabled
10199
+ alias_method :sensitive_logging_enabled?, :sensitive_logging_enabled
10200
+
10201
+ def initialize(**args)
10202
+ update!(**args)
10203
+ end
10204
+
10205
+ # Update properties of this object
10206
+ def update!(**args)
10207
+ @observability_enabled = args[:observability_enabled] if args.key?(:observability_enabled)
10208
+ @sensitive_logging_enabled = args[:sensitive_logging_enabled] if args.key?(:sensitive_logging_enabled)
10209
+ end
10210
+ end
10211
+
10177
10212
  # Detailed page information.
10178
10213
  class GoogleCloudDiscoveryengineV1PageInfo
10179
10214
  include Google::Apis::Core::Hashable
@@ -10463,6 +10498,11 @@ module Google
10463
10498
  # @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig]
10464
10499
  attr_accessor :model_armor_config
10465
10500
 
10501
+ # Observability config for a resource.
10502
+ # Corresponds to the JSON property `observabilityConfig`
10503
+ # @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ObservabilityConfig]
10504
+ attr_accessor :observability_config
10505
+
10466
10506
  # Optional. Whether to disable the notebook sharing feature for the project.
10467
10507
  # Default to false if not specified.
10468
10508
  # Corresponds to the JSON property `optOutNotebookSharing`
@@ -10477,6 +10517,7 @@ module Google
10477
10517
  # Update properties of this object
10478
10518
  def update!(**args)
10479
10519
  @model_armor_config = args[:model_armor_config] if args.key?(:model_armor_config)
10520
+ @observability_config = args[:observability_config] if args.key?(:observability_config)
10480
10521
  @opt_out_notebook_sharing = args[:opt_out_notebook_sharing] if args.key?(:opt_out_notebook_sharing)
10481
10522
  end
10482
10523
  end
@@ -20818,6 +20859,11 @@ module Google
20818
20859
  # @return [String]
20819
20860
  attr_accessor :name
20820
20861
 
20862
+ # Observability config for a resource.
20863
+ # Corresponds to the JSON property `observabilityConfig`
20864
+ # @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaObservabilityConfig]
20865
+ attr_accessor :observability_config
20866
+
20821
20867
  # Additional information of a recommendation engine.
20822
20868
  # Corresponds to the JSON property `recommendationMetadata`
20823
20869
  # @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata]
@@ -20865,6 +20911,7 @@ module Google
20865
20911
  @media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
20866
20912
  @model_configs = args[:model_configs] if args.key?(:model_configs)
20867
20913
  @name = args[:name] if args.key?(:name)
20914
+ @observability_config = args[:observability_config] if args.key?(:observability_config)
20868
20915
  @recommendation_metadata = args[:recommendation_metadata] if args.key?(:recommendation_metadata)
20869
20916
  @search_engine_config = args[:search_engine_config] if args.key?(:search_engine_config)
20870
20917
  @similar_documents_config = args[:similar_documents_config] if args.key?(:similar_documents_config)
@@ -22580,6 +22627,35 @@ module Google
22580
22627
  end
22581
22628
  end
22582
22629
 
22630
+ # Observability config for a resource.
22631
+ class GoogleCloudDiscoveryengineV1alphaObservabilityConfig
22632
+ include Google::Apis::Core::Hashable
22633
+
22634
+ # Optional. Enables observability. If false, all other flags are ignored.
22635
+ # Corresponds to the JSON property `observabilityEnabled`
22636
+ # @return [Boolean]
22637
+ attr_accessor :observability_enabled
22638
+ alias_method :observability_enabled?, :observability_enabled
22639
+
22640
+ # Optional. Enables sensitive logging. Sensitive logging includes customer core
22641
+ # content (e.g. prompts, responses). If false, will sanitize all sensitive
22642
+ # fields.
22643
+ # Corresponds to the JSON property `sensitiveLoggingEnabled`
22644
+ # @return [Boolean]
22645
+ attr_accessor :sensitive_logging_enabled
22646
+ alias_method :sensitive_logging_enabled?, :sensitive_logging_enabled
22647
+
22648
+ def initialize(**args)
22649
+ update!(**args)
22650
+ end
22651
+
22652
+ # Update properties of this object
22653
+ def update!(**args)
22654
+ @observability_enabled = args[:observability_enabled] if args.key?(:observability_enabled)
22655
+ @sensitive_logging_enabled = args[:sensitive_logging_enabled] if args.key?(:sensitive_logging_enabled)
22656
+ end
22657
+ end
22658
+
22583
22659
  # Response message for CrawlRateManagementService.ObtainCrawlRate method. The
22584
22660
  # response contains organcic or dedicated crawl rate time series data for
22585
22661
  # monitoring, depending on whether dedicated crawl rate is set.
@@ -22847,6 +22923,11 @@ module Google
22847
22923
  # @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig]
22848
22924
  attr_accessor :model_armor_config
22849
22925
 
22926
+ # Observability config for a resource.
22927
+ # Corresponds to the JSON property `observabilityConfig`
22928
+ # @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaObservabilityConfig]
22929
+ attr_accessor :observability_config
22930
+
22850
22931
  # Optional. Whether to disable the notebook sharing feature for the project.
22851
22932
  # Default to false if not specified.
22852
22933
  # Corresponds to the JSON property `optOutNotebookSharing`
@@ -22861,6 +22942,7 @@ module Google
22861
22942
  # Update properties of this object
22862
22943
  def update!(**args)
22863
22944
  @model_armor_config = args[:model_armor_config] if args.key?(:model_armor_config)
22945
+ @observability_config = args[:observability_config] if args.key?(:observability_config)
22864
22946
  @opt_out_notebook_sharing = args[:opt_out_notebook_sharing] if args.key?(:opt_out_notebook_sharing)
22865
22947
  end
22866
22948
  end
@@ -27878,6 +27960,11 @@ module Google
27878
27960
  # @return [String]
27879
27961
  attr_accessor :name
27880
27962
 
27963
+ # Observability config for a resource.
27964
+ # Corresponds to the JSON property `observabilityConfig`
27965
+ # @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaObservabilityConfig]
27966
+ attr_accessor :observability_config
27967
+
27881
27968
  # Configurations for a Search Engine.
27882
27969
  # Corresponds to the JSON property `searchEngineConfig`
27883
27970
  # @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig]
@@ -27915,6 +28002,7 @@ module Google
27915
28002
  @media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
27916
28003
  @model_configs = args[:model_configs] if args.key?(:model_configs)
27917
28004
  @name = args[:name] if args.key?(:name)
28005
+ @observability_config = args[:observability_config] if args.key?(:observability_config)
27918
28006
  @search_engine_config = args[:search_engine_config] if args.key?(:search_engine_config)
27919
28007
  @solution_type = args[:solution_type] if args.key?(:solution_type)
27920
28008
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -29146,6 +29234,35 @@ module Google
29146
29234
  end
29147
29235
  end
29148
29236
 
29237
+ # Observability config for a resource.
29238
+ class GoogleCloudDiscoveryengineV1betaObservabilityConfig
29239
+ include Google::Apis::Core::Hashable
29240
+
29241
+ # Optional. Enables observability. If false, all other flags are ignored.
29242
+ # Corresponds to the JSON property `observabilityEnabled`
29243
+ # @return [Boolean]
29244
+ attr_accessor :observability_enabled
29245
+ alias_method :observability_enabled?, :observability_enabled
29246
+
29247
+ # Optional. Enables sensitive logging. Sensitive logging includes customer core
29248
+ # content (e.g. prompts, responses). If false, will sanitize all sensitive
29249
+ # fields.
29250
+ # Corresponds to the JSON property `sensitiveLoggingEnabled`
29251
+ # @return [Boolean]
29252
+ attr_accessor :sensitive_logging_enabled
29253
+ alias_method :sensitive_logging_enabled?, :sensitive_logging_enabled
29254
+
29255
+ def initialize(**args)
29256
+ update!(**args)
29257
+ end
29258
+
29259
+ # Update properties of this object
29260
+ def update!(**args)
29261
+ @observability_enabled = args[:observability_enabled] if args.key?(:observability_enabled)
29262
+ @sensitive_logging_enabled = args[:sensitive_logging_enabled] if args.key?(:sensitive_logging_enabled)
29263
+ end
29264
+ end
29265
+
29149
29266
  # Response message for CrawlRateManagementService.ObtainCrawlRate method. The
29150
29267
  # response contains organcic or dedicated crawl rate time series data for
29151
29268
  # monitoring, depending on whether dedicated crawl rate is set.
@@ -29374,6 +29491,11 @@ module Google
29374
29491
  # @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig]
29375
29492
  attr_accessor :model_armor_config
29376
29493
 
29494
+ # Observability config for a resource.
29495
+ # Corresponds to the JSON property `observabilityConfig`
29496
+ # @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaObservabilityConfig]
29497
+ attr_accessor :observability_config
29498
+
29377
29499
  # Optional. Whether to disable the notebook sharing feature for the project.
29378
29500
  # Default to false if not specified.
29379
29501
  # Corresponds to the JSON property `optOutNotebookSharing`
@@ -29388,6 +29510,7 @@ module Google
29388
29510
  # Update properties of this object
29389
29511
  def update!(**args)
29390
29512
  @model_armor_config = args[:model_armor_config] if args.key?(:model_armor_config)
29513
+ @observability_config = args[:observability_config] if args.key?(:observability_config)
29391
29514
  @opt_out_notebook_sharing = args[:opt_out_notebook_sharing] if args.key?(:opt_out_notebook_sharing)
29392
29515
  end
29393
29516
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DiscoveryengineV1
18
18
  # Version of the google-apis-discoveryengine_v1 gem
19
- GEM_VERSION = "0.67.0"
19
+ GEM_VERSION = "0.68.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 = "20260125"
25
+ REVISION = "20260130"
26
26
  end
27
27
  end
28
28
  end
@@ -1672,6 +1672,12 @@ module Google
1672
1672
  include Google::Apis::Core::JsonObjectSupport
1673
1673
  end
1674
1674
 
1675
+ class GoogleCloudDiscoveryengineV1ObservabilityConfig
1676
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1677
+
1678
+ include Google::Apis::Core::JsonObjectSupport
1679
+ end
1680
+
1675
1681
  class GoogleCloudDiscoveryengineV1PageInfo
1676
1682
  class Representation < Google::Apis::Core::JsonRepresentation; end
1677
1683
 
@@ -3490,6 +3496,12 @@ module Google
3490
3496
  include Google::Apis::Core::JsonObjectSupport
3491
3497
  end
3492
3498
 
3499
+ class GoogleCloudDiscoveryengineV1alphaObservabilityConfig
3500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3501
+
3502
+ include Google::Apis::Core::JsonObjectSupport
3503
+ end
3504
+
3493
3505
  class GoogleCloudDiscoveryengineV1alphaObtainCrawlRateResponse
3494
3506
  class Representation < Google::Apis::Core::JsonRepresentation; end
3495
3507
 
@@ -4516,6 +4528,12 @@ module Google
4516
4528
  include Google::Apis::Core::JsonObjectSupport
4517
4529
  end
4518
4530
 
4531
+ class GoogleCloudDiscoveryengineV1betaObservabilityConfig
4532
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4533
+
4534
+ include Google::Apis::Core::JsonObjectSupport
4535
+ end
4536
+
4519
4537
  class GoogleCloudDiscoveryengineV1betaObtainCrawlRateResponse
4520
4538
  class Representation < Google::Apis::Core::JsonRepresentation; end
4521
4539
 
@@ -7143,6 +7161,8 @@ module Google
7143
7161
 
7144
7162
  hash :model_configs, as: 'modelConfigs'
7145
7163
  property :name, as: 'name'
7164
+ property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ObservabilityConfig::Representation
7165
+
7146
7166
  property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig::Representation
7147
7167
 
7148
7168
  property :solution_type, as: 'solutionType'
@@ -7804,6 +7824,14 @@ module Google
7804
7824
  end
7805
7825
  end
7806
7826
 
7827
+ class GoogleCloudDiscoveryengineV1ObservabilityConfig
7828
+ # @private
7829
+ class Representation < Google::Apis::Core::JsonRepresentation
7830
+ property :observability_enabled, as: 'observabilityEnabled'
7831
+ property :sensitive_logging_enabled, as: 'sensitiveLoggingEnabled'
7832
+ end
7833
+ end
7834
+
7807
7835
  class GoogleCloudDiscoveryengineV1PageInfo
7808
7836
  # @private
7809
7837
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7875,6 +7903,8 @@ module Google
7875
7903
  class Representation < Google::Apis::Core::JsonRepresentation
7876
7904
  property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
7877
7905
 
7906
+ property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ObservabilityConfig::Representation
7907
+
7878
7908
  property :opt_out_notebook_sharing, as: 'optOutNotebookSharing'
7879
7909
  end
7880
7910
  end
@@ -10552,6 +10582,8 @@ module Google
10552
10582
 
10553
10583
  hash :model_configs, as: 'modelConfigs'
10554
10584
  property :name, as: 'name'
10585
+ property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaObservabilityConfig::Representation
10586
+
10555
10587
  property :recommendation_metadata, as: 'recommendationMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata::Representation
10556
10588
 
10557
10589
  property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig::Representation
@@ -11014,6 +11046,14 @@ module Google
11014
11046
  end
11015
11047
  end
11016
11048
 
11049
+ class GoogleCloudDiscoveryengineV1alphaObservabilityConfig
11050
+ # @private
11051
+ class Representation < Google::Apis::Core::JsonRepresentation
11052
+ property :observability_enabled, as: 'observabilityEnabled'
11053
+ property :sensitive_logging_enabled, as: 'sensitiveLoggingEnabled'
11054
+ end
11055
+ end
11056
+
11017
11057
  class GoogleCloudDiscoveryengineV1alphaObtainCrawlRateResponse
11018
11058
  # @private
11019
11059
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11087,6 +11127,8 @@ module Google
11087
11127
  class Representation < Google::Apis::Core::JsonRepresentation
11088
11128
  property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
11089
11129
 
11130
+ property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaObservabilityConfig::Representation
11131
+
11090
11132
  property :opt_out_notebook_sharing, as: 'optOutNotebookSharing'
11091
11133
  end
11092
11134
  end
@@ -12391,6 +12433,8 @@ module Google
12391
12433
 
12392
12434
  hash :model_configs, as: 'modelConfigs'
12393
12435
  property :name, as: 'name'
12436
+ property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaObservabilityConfig::Representation
12437
+
12394
12438
  property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig::Representation
12395
12439
 
12396
12440
  property :solution_type, as: 'solutionType'
@@ -12739,6 +12783,14 @@ module Google
12739
12783
  end
12740
12784
  end
12741
12785
 
12786
+ class GoogleCloudDiscoveryengineV1betaObservabilityConfig
12787
+ # @private
12788
+ class Representation < Google::Apis::Core::JsonRepresentation
12789
+ property :observability_enabled, as: 'observabilityEnabled'
12790
+ property :sensitive_logging_enabled, as: 'sensitiveLoggingEnabled'
12791
+ end
12792
+ end
12793
+
12742
12794
  class GoogleCloudDiscoveryengineV1betaObtainCrawlRateResponse
12743
12795
  # @private
12744
12796
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12802,6 +12854,8 @@ module Google
12802
12854
  class Representation < Google::Apis::Core::JsonRepresentation
12803
12855
  property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
12804
12856
 
12857
+ property :observability_config, as: 'observabilityConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaObservabilityConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaObservabilityConfig::Representation
12858
+
12805
12859
  property :opt_out_notebook_sharing, as: 'optOutNotebookSharing'
12806
12860
  end
12807
12861
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-discoveryengine_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.67.0
4
+ version: 0.68.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.67.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.68.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1
62
62
  rdoc_options: []
63
63
  require_paths: