google-apis-discoveryengine_v1alpha 0.62.0 → 0.64.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: eee465a4fd5cf32eed1fbf7aed0cfdedfcfd08c50e4884588ed71914bd7ac288
4
- data.tar.gz: a15a29dadea92c7a49feeeb1e1631b981488dffbb396525da5d40f5243700151
3
+ metadata.gz: 74850e66d6ee5695012672c654eb264b854d93a8c081e160422e2b0c609714a2
4
+ data.tar.gz: 503e678921a91db0588ad6c3fc085c845cf4f7ff46eb05462dd924a36cea4490
5
5
  SHA512:
6
- metadata.gz: 480ef5a30e2a0302dfd8b5b0daaa09d6342886114ff78fcdca668c752f8e4d4c8f407b0a12d1f49042227da764c452037f47debd882e4c550ab816d2d0b3fdb2
7
- data.tar.gz: 830d6286be41a736b712c02da08c30389965c723a00f1c28a02596579fe26237ac2f4ae1eb51910378f6cd513a49c777e4784e21d2fdd7253a65d5dcab3987d3
6
+ metadata.gz: 3eba39a7559bb93df76c0b74db20c03e48c4d5705afee727f447b188019f1f6cd49b597b4513d26125b95b79cfb6d6158222269e4294ca2917ccf75e5254e021
7
+ data.tar.gz: 9ec2f36a45466af6e56625b5a9c22c19e69afceb7a0407c2f00b7954a53a4ded8edebd4c60f67be682b04ff665debed2f585c97bd70830935522ad557541aabf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-discoveryengine_v1alpha
2
2
 
3
+ ### v0.64.0 (2025-05-25)
4
+
5
+ * Regenerated from discovery document revision 20250521
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.63.0 (2025-05-21)
9
+
10
+ * Regenerated from discovery document revision 20250519
11
+
3
12
  ### v0.62.0 (2025-05-18)
4
13
 
5
14
  * Regenerated from discovery document revision 20250514
@@ -3037,6 +3037,12 @@ module Google
3037
3037
  # @return [Array<String>]
3038
3038
  attr_accessor :exclude_html_ids
3039
3039
 
3040
+ # Optional. Contains the required structure types to extract from the document.
3041
+ # Supported values: * `shareholder-structure`
3042
+ # Corresponds to the JSON property `structuredContentTypes`
3043
+ # @return [Array<String>]
3044
+ attr_accessor :structured_content_types
3045
+
3040
3046
  def initialize(**args)
3041
3047
  update!(**args)
3042
3048
  end
@@ -3048,6 +3054,7 @@ module Google
3048
3054
  @exclude_html_classes = args[:exclude_html_classes] if args.key?(:exclude_html_classes)
3049
3055
  @exclude_html_elements = args[:exclude_html_elements] if args.key?(:exclude_html_elements)
3050
3056
  @exclude_html_ids = args[:exclude_html_ids] if args.key?(:exclude_html_ids)
3057
+ @structured_content_types = args[:structured_content_types] if args.key?(:structured_content_types)
3051
3058
  end
3052
3059
  end
3053
3060
 
@@ -3167,6 +3174,15 @@ module Google
3167
3174
  # @return [String]
3168
3175
  attr_accessor :display_name
3169
3176
 
3177
+ # Optional. Feature config for the engine to opt in or opt out of features.
3178
+ # Supported keys: * `*`: all features, if it's present, all other feature state
3179
+ # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
3180
+ # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
3181
+ # org-chart` * `bi-directional-audio` * `feedback`
3182
+ # Corresponds to the JSON property `features`
3183
+ # @return [Hash<String,String>]
3184
+ attr_accessor :features
3185
+
3170
3186
  # Optional. The industry vertical that the engine registers. The restriction of
3171
3187
  # the Engine industry vertical is based on DataStore: Vertical on Engine has to
3172
3188
  # match vertical of the DataStore linked to the engine.
@@ -3216,6 +3232,7 @@ module Google
3216
3232
  @data_store_ids = args[:data_store_ids] if args.key?(:data_store_ids)
3217
3233
  @disable_analytics = args[:disable_analytics] if args.key?(:disable_analytics)
3218
3234
  @display_name = args[:display_name] if args.key?(:display_name)
3235
+ @features = args[:features] if args.key?(:features)
3219
3236
  @industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
3220
3237
  @media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
3221
3238
  @name = args[:name] if args.key?(:name)
@@ -8572,6 +8589,12 @@ module Google
8572
8589
  # @return [Array<String>]
8573
8590
  attr_accessor :annotation_contents
8574
8591
 
8592
+ # Output only. The annotation metadata includes structured content in the
8593
+ # current chunk.
8594
+ # Corresponds to the JSON property `annotationMetadata`
8595
+ # @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaChunkAnnotationMetadata>]
8596
+ attr_accessor :annotation_metadata
8597
+
8575
8598
  # Metadata of the current chunk. This field is only populated on SearchService.
8576
8599
  # Search API.
8577
8600
  # Corresponds to the JSON property `chunkMetadata`
@@ -8634,6 +8657,7 @@ module Google
8634
8657
  # Update properties of this object
8635
8658
  def update!(**args)
8636
8659
  @annotation_contents = args[:annotation_contents] if args.key?(:annotation_contents)
8660
+ @annotation_metadata = args[:annotation_metadata] if args.key?(:annotation_metadata)
8637
8661
  @chunk_metadata = args[:chunk_metadata] if args.key?(:chunk_metadata)
8638
8662
  @content = args[:content] if args.key?(:content)
8639
8663
  @data_urls = args[:data_urls] if args.key?(:data_urls)
@@ -8646,6 +8670,32 @@ module Google
8646
8670
  end
8647
8671
  end
8648
8672
 
8673
+ # The annotation metadata includes structured content in the current chunk.
8674
+ class GoogleCloudDiscoveryengineV1alphaChunkAnnotationMetadata
8675
+ include Google::Apis::Core::Hashable
8676
+
8677
+ # Output only. Image id is provided if the structured content is based on an
8678
+ # image.
8679
+ # Corresponds to the JSON property `imageId`
8680
+ # @return [String]
8681
+ attr_accessor :image_id
8682
+
8683
+ # The structured content information.
8684
+ # Corresponds to the JSON property `structuredContent`
8685
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaChunkStructuredContent]
8686
+ attr_accessor :structured_content
8687
+
8688
+ def initialize(**args)
8689
+ update!(**args)
8690
+ end
8691
+
8692
+ # Update properties of this object
8693
+ def update!(**args)
8694
+ @image_id = args[:image_id] if args.key?(:image_id)
8695
+ @structured_content = args[:structured_content] if args.key?(:structured_content)
8696
+ end
8697
+ end
8698
+
8649
8699
  # Metadata of the current chunk. This field is only populated on SearchService.
8650
8700
  # Search API.
8651
8701
  class GoogleCloudDiscoveryengineV1alphaChunkChunkMetadata
@@ -8734,6 +8784,31 @@ module Google
8734
8784
  end
8735
8785
  end
8736
8786
 
8787
+ # The structured content information.
8788
+ class GoogleCloudDiscoveryengineV1alphaChunkStructuredContent
8789
+ include Google::Apis::Core::Hashable
8790
+
8791
+ # Output only. The content of the structured content.
8792
+ # Corresponds to the JSON property `content`
8793
+ # @return [String]
8794
+ attr_accessor :content
8795
+
8796
+ # Output only. The structure type of the structured content.
8797
+ # Corresponds to the JSON property `structureType`
8798
+ # @return [String]
8799
+ attr_accessor :structure_type
8800
+
8801
+ def initialize(**args)
8802
+ update!(**args)
8803
+ end
8804
+
8805
+ # Update properties of this object
8806
+ def update!(**args)
8807
+ @content = args[:content] if args.key?(:content)
8808
+ @structure_type = args[:structure_type] if args.key?(:structure_type)
8809
+ end
8810
+ end
8811
+
8737
8812
  # Cloud SQL source import data from.
8738
8813
  class GoogleCloudDiscoveryengineV1alphaCloudSqlSource
8739
8814
  include Google::Apis::Core::Hashable
@@ -9237,7 +9312,7 @@ module Google
9237
9312
  attr_accessor :errors
9238
9313
 
9239
9314
  # The number of documents extracted from connector source, ready to be ingested
9240
- # to UCS.
9315
+ # to VAIS.
9241
9316
  # Corresponds to the JSON property `extractedRecordCount`
9242
9317
  # @return [Fixnum]
9243
9318
  attr_accessor :extracted_record_count
@@ -9252,6 +9327,12 @@ module Google
9252
9327
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress]
9253
9328
  attr_accessor :progress
9254
9329
 
9330
+ # The number of documents scheduled to be crawled/extracted from connector
9331
+ # source. This only applies to third party connectors.
9332
+ # Corresponds to the JSON property `scheduledRecordCount`
9333
+ # @return [Fixnum]
9334
+ attr_accessor :scheduled_record_count
9335
+
9255
9336
  # The number of requests sent to 3p API.
9256
9337
  # Corresponds to the JSON property `sourceApiRequestCount`
9257
9338
  # @return [Fixnum]
@@ -9291,6 +9372,7 @@ module Google
9291
9372
  @extracted_record_count = args[:extracted_record_count] if args.key?(:extracted_record_count)
9292
9373
  @indexed_record_count = args[:indexed_record_count] if args.key?(:indexed_record_count)
9293
9374
  @progress = args[:progress] if args.key?(:progress)
9375
+ @scheduled_record_count = args[:scheduled_record_count] if args.key?(:scheduled_record_count)
9294
9376
  @source_api_request_count = args[:source_api_request_count] if args.key?(:source_api_request_count)
9295
9377
  @state = args[:state] if args.key?(:state)
9296
9378
  @state_update_time = args[:state_update_time] if args.key?(:state_update_time)
@@ -11704,6 +11786,12 @@ module Google
11704
11786
  # @return [Array<String>]
11705
11787
  attr_accessor :exclude_html_ids
11706
11788
 
11789
+ # Optional. Contains the required structure types to extract from the document.
11790
+ # Supported values: * `shareholder-structure`
11791
+ # Corresponds to the JSON property `structuredContentTypes`
11792
+ # @return [Array<String>]
11793
+ attr_accessor :structured_content_types
11794
+
11707
11795
  def initialize(**args)
11708
11796
  update!(**args)
11709
11797
  end
@@ -11715,6 +11803,7 @@ module Google
11715
11803
  @exclude_html_classes = args[:exclude_html_classes] if args.key?(:exclude_html_classes)
11716
11804
  @exclude_html_elements = args[:exclude_html_elements] if args.key?(:exclude_html_elements)
11717
11805
  @exclude_html_ids = args[:exclude_html_ids] if args.key?(:exclude_html_ids)
11806
+ @structured_content_types = args[:structured_content_types] if args.key?(:structured_content_types)
11718
11807
  end
11719
11808
  end
11720
11809
 
@@ -11885,6 +11974,15 @@ module Google
11885
11974
  # @return [String]
11886
11975
  attr_accessor :display_name
11887
11976
 
11977
+ # Optional. Feature config for the engine to opt in or opt out of features.
11978
+ # Supported keys: * `*`: all features, if it's present, all other feature state
11979
+ # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
11980
+ # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
11981
+ # org-chart` * `bi-directional-audio` * `feedback`
11982
+ # Corresponds to the JSON property `features`
11983
+ # @return [Hash<String,String>]
11984
+ attr_accessor :features
11985
+
11888
11986
  # Optional. The industry vertical that the engine registers. The restriction of
11889
11987
  # the Engine industry vertical is based on DataStore: Vertical on Engine has to
11890
11988
  # match vertical of the DataStore linked to the engine.
@@ -11944,6 +12042,7 @@ module Google
11944
12042
  @data_store_ids = args[:data_store_ids] if args.key?(:data_store_ids)
11945
12043
  @disable_analytics = args[:disable_analytics] if args.key?(:disable_analytics)
11946
12044
  @display_name = args[:display_name] if args.key?(:display_name)
12045
+ @features = args[:features] if args.key?(:features)
11947
12046
  @industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
11948
12047
  @media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
11949
12048
  @name = args[:name] if args.key?(:name)
@@ -12253,6 +12352,12 @@ module Google
12253
12352
  # @return [String]
12254
12353
  attr_accessor :data_state
12255
12354
 
12355
+ # Output only. The timestamp when the latest successful training finished. Only
12356
+ # applicable on Media Recommendation engines.
12357
+ # Corresponds to the JSON property `lastTrainTime`
12358
+ # @return [String]
12359
+ attr_accessor :last_train_time
12360
+
12256
12361
  # Output only. The timestamp when the latest successful tune finished. Only
12257
12362
  # applicable on Media Recommendation engines.
12258
12363
  # Corresponds to the JSON property `lastTuneTime`
@@ -12281,6 +12386,7 @@ module Google
12281
12386
  # Update properties of this object
12282
12387
  def update!(**args)
12283
12388
  @data_state = args[:data_state] if args.key?(:data_state)
12389
+ @last_train_time = args[:last_train_time] if args.key?(:last_train_time)
12284
12390
  @last_tune_time = args[:last_tune_time] if args.key?(:last_tune_time)
12285
12391
  @serving_state = args[:serving_state] if args.key?(:serving_state)
12286
12392
  @tuning_operation = args[:tuning_operation] if args.key?(:tuning_operation)
@@ -21191,15 +21297,6 @@ module Google
21191
21297
  # @return [String]
21192
21298
  attr_accessor :update_time
21193
21299
 
21194
- # Optional. The full resource name of the User, in the format of `projects/`
21195
- # project`/locations/`location`/userStores/`user_store`/users/`user_id``. This
21196
- # field must be a UTF-8 encoded string with a length limit of 2048 characters.
21197
- # If the user field is empty, it's indicating the user has not logged in yet and
21198
- # no User entity is created.
21199
- # Corresponds to the JSON property `user`
21200
- # @return [String]
21201
- attr_accessor :user
21202
-
21203
21300
  # Required. Immutable. The user principal of the User, could be email address or
21204
21301
  # other prinical identifier. This field is immutable. Admin assign licenses
21205
21302
  # based on the user principal.
@@ -21224,7 +21321,6 @@ module Google
21224
21321
  @license_assignment_state = args[:license_assignment_state] if args.key?(:license_assignment_state)
21225
21322
  @license_config = args[:license_config] if args.key?(:license_config)
21226
21323
  @update_time = args[:update_time] if args.key?(:update_time)
21227
- @user = args[:user] if args.key?(:user)
21228
21324
  @user_principal = args[:user_principal] if args.key?(:user_principal)
21229
21325
  @user_profile = args[:user_profile] if args.key?(:user_profile)
21230
21326
  end
@@ -21963,6 +22059,14 @@ module Google
21963
22059
  attr_accessor :enable_visual_content_summary
21964
22060
  alias_method :enable_visual_content_summary?, :enable_visual_content_summary
21965
22061
 
22062
+ # Output only. Feature config for the engine to opt in or opt out of features.
22063
+ # Supported keys: * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery`
22064
+ # * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-
22065
+ # chart` * `bi-directional-audio` * `feedback`
22066
+ # Corresponds to the JSON property `features`
22067
+ # @return [Hash<String,String>]
22068
+ attr_accessor :features
22069
+
21966
22070
  # Describes configuration for generative answer.
21967
22071
  # Corresponds to the JSON property `generativeAnswerConfig`
21968
22072
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsGenerativeAnswerConfig]
@@ -21994,6 +22098,7 @@ module Google
21994
22098
  @enable_safe_search = args[:enable_safe_search] if args.key?(:enable_safe_search)
21995
22099
  @enable_search_as_you_type = args[:enable_search_as_you_type] if args.key?(:enable_search_as_you_type)
21996
22100
  @enable_visual_content_summary = args[:enable_visual_content_summary] if args.key?(:enable_visual_content_summary)
22101
+ @features = args[:features] if args.key?(:features)
21997
22102
  @generative_answer_config = args[:generative_answer_config] if args.key?(:generative_answer_config)
21998
22103
  @interaction_type = args[:interaction_type] if args.key?(:interaction_type)
21999
22104
  @result_description_type = args[:result_description_type] if args.key?(:result_description_type)
@@ -23502,6 +23607,12 @@ module Google
23502
23607
  # @return [Array<String>]
23503
23608
  attr_accessor :exclude_html_ids
23504
23609
 
23610
+ # Optional. Contains the required structure types to extract from the document.
23611
+ # Supported values: * `shareholder-structure`
23612
+ # Corresponds to the JSON property `structuredContentTypes`
23613
+ # @return [Array<String>]
23614
+ attr_accessor :structured_content_types
23615
+
23505
23616
  def initialize(**args)
23506
23617
  update!(**args)
23507
23618
  end
@@ -23513,6 +23624,7 @@ module Google
23513
23624
  @exclude_html_classes = args[:exclude_html_classes] if args.key?(:exclude_html_classes)
23514
23625
  @exclude_html_elements = args[:exclude_html_elements] if args.key?(:exclude_html_elements)
23515
23626
  @exclude_html_ids = args[:exclude_html_ids] if args.key?(:exclude_html_ids)
23627
+ @structured_content_types = args[:structured_content_types] if args.key?(:structured_content_types)
23516
23628
  end
23517
23629
  end
23518
23630
 
@@ -23632,6 +23744,15 @@ module Google
23632
23744
  # @return [String]
23633
23745
  attr_accessor :display_name
23634
23746
 
23747
+ # Optional. Feature config for the engine to opt in or opt out of features.
23748
+ # Supported keys: * `*`: all features, if it's present, all other feature state
23749
+ # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
23750
+ # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
23751
+ # org-chart` * `bi-directional-audio` * `feedback`
23752
+ # Corresponds to the JSON property `features`
23753
+ # @return [Hash<String,String>]
23754
+ attr_accessor :features
23755
+
23635
23756
  # Optional. The industry vertical that the engine registers. The restriction of
23636
23757
  # the Engine industry vertical is based on DataStore: Vertical on Engine has to
23637
23758
  # match vertical of the DataStore linked to the engine.
@@ -23681,6 +23802,7 @@ module Google
23681
23802
  @data_store_ids = args[:data_store_ids] if args.key?(:data_store_ids)
23682
23803
  @disable_analytics = args[:disable_analytics] if args.key?(:disable_analytics)
23683
23804
  @display_name = args[:display_name] if args.key?(:display_name)
23805
+ @features = args[:features] if args.key?(:features)
23684
23806
  @industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
23685
23807
  @media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
23686
23808
  @name = args[:name] if args.key?(:name)
@@ -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.62.0"
19
+ GEM_VERSION = "0.64.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250514"
25
+ REVISION = "20250521"
26
26
  end
27
27
  end
28
28
  end
@@ -1354,6 +1354,12 @@ module Google
1354
1354
  include Google::Apis::Core::JsonObjectSupport
1355
1355
  end
1356
1356
 
1357
+ class GoogleCloudDiscoveryengineV1alphaChunkAnnotationMetadata
1358
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1359
+
1360
+ include Google::Apis::Core::JsonObjectSupport
1361
+ end
1362
+
1357
1363
  class GoogleCloudDiscoveryengineV1alphaChunkChunkMetadata
1358
1364
  class Representation < Google::Apis::Core::JsonRepresentation; end
1359
1365
 
@@ -1372,6 +1378,12 @@ module Google
1372
1378
  include Google::Apis::Core::JsonObjectSupport
1373
1379
  end
1374
1380
 
1381
+ class GoogleCloudDiscoveryengineV1alphaChunkStructuredContent
1382
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1383
+
1384
+ include Google::Apis::Core::JsonObjectSupport
1385
+ end
1386
+
1375
1387
  class GoogleCloudDiscoveryengineV1alphaCloudSqlSource
1376
1388
  class Representation < Google::Apis::Core::JsonRepresentation; end
1377
1389
 
@@ -5084,6 +5096,7 @@ module Google
5084
5096
  collection :exclude_html_classes, as: 'excludeHtmlClasses'
5085
5097
  collection :exclude_html_elements, as: 'excludeHtmlElements'
5086
5098
  collection :exclude_html_ids, as: 'excludeHtmlIds'
5099
+ collection :structured_content_types, as: 'structuredContentTypes'
5087
5100
  end
5088
5101
  end
5089
5102
 
@@ -5122,6 +5135,7 @@ module Google
5122
5135
  collection :data_store_ids, as: 'dataStoreIds'
5123
5136
  property :disable_analytics, as: 'disableAnalytics'
5124
5137
  property :display_name, as: 'displayName'
5138
+ hash :features, as: 'features'
5125
5139
  property :industry_vertical, as: 'industryVertical'
5126
5140
  property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig::Representation
5127
5141
 
@@ -6602,6 +6616,8 @@ module Google
6602
6616
  # @private
6603
6617
  class Representation < Google::Apis::Core::JsonRepresentation
6604
6618
  collection :annotation_contents, as: 'annotationContents'
6619
+ collection :annotation_metadata, as: 'annotationMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaChunkAnnotationMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaChunkAnnotationMetadata::Representation
6620
+
6605
6621
  property :chunk_metadata, as: 'chunkMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaChunkChunkMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaChunkChunkMetadata::Representation
6606
6622
 
6607
6623
  property :content, as: 'content'
@@ -6617,6 +6633,15 @@ module Google
6617
6633
  end
6618
6634
  end
6619
6635
 
6636
+ class GoogleCloudDiscoveryengineV1alphaChunkAnnotationMetadata
6637
+ # @private
6638
+ class Representation < Google::Apis::Core::JsonRepresentation
6639
+ property :image_id, as: 'imageId'
6640
+ property :structured_content, as: 'structuredContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaChunkStructuredContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaChunkStructuredContent::Representation
6641
+
6642
+ end
6643
+ end
6644
+
6620
6645
  class GoogleCloudDiscoveryengineV1alphaChunkChunkMetadata
6621
6646
  # @private
6622
6647
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6644,6 +6669,14 @@ module Google
6644
6669
  end
6645
6670
  end
6646
6671
 
6672
+ class GoogleCloudDiscoveryengineV1alphaChunkStructuredContent
6673
+ # @private
6674
+ class Representation < Google::Apis::Core::JsonRepresentation
6675
+ property :content, as: 'content'
6676
+ property :structure_type, as: 'structureType'
6677
+ end
6678
+ end
6679
+
6647
6680
  class GoogleCloudDiscoveryengineV1alphaCloudSqlSource
6648
6681
  # @private
6649
6682
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6776,6 +6809,7 @@ module Google
6776
6809
  property :indexed_record_count, :numeric_string => true, as: 'indexedRecordCount'
6777
6810
  property :progress, as: 'progress', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress::Representation
6778
6811
 
6812
+ property :scheduled_record_count, :numeric_string => true, as: 'scheduledRecordCount'
6779
6813
  property :source_api_request_count, :numeric_string => true, as: 'sourceApiRequestCount'
6780
6814
  property :state, as: 'state'
6781
6815
  property :state_update_time, as: 'stateUpdateTime'
@@ -7418,6 +7452,7 @@ module Google
7418
7452
  collection :exclude_html_classes, as: 'excludeHtmlClasses'
7419
7453
  collection :exclude_html_elements, as: 'excludeHtmlElements'
7420
7454
  collection :exclude_html_ids, as: 'excludeHtmlIds'
7455
+ collection :structured_content_types, as: 'structuredContentTypes'
7421
7456
  end
7422
7457
  end
7423
7458
 
@@ -7476,6 +7511,7 @@ module Google
7476
7511
  collection :data_store_ids, as: 'dataStoreIds'
7477
7512
  property :disable_analytics, as: 'disableAnalytics'
7478
7513
  property :display_name, as: 'displayName'
7514
+ hash :features, as: 'features'
7479
7515
  property :industry_vertical, as: 'industryVertical'
7480
7516
  property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig::Representation
7481
7517
 
@@ -7574,6 +7610,7 @@ module Google
7574
7610
  # @private
7575
7611
  class Representation < Google::Apis::Core::JsonRepresentation
7576
7612
  property :data_state, as: 'dataState'
7613
+ property :last_train_time, as: 'lastTrainTime'
7577
7614
  property :last_tune_time, as: 'lastTuneTime'
7578
7615
  property :serving_state, as: 'servingState'
7579
7616
  property :tuning_operation, as: 'tuningOperation'
@@ -9996,7 +10033,6 @@ module Google
9996
10033
  property :license_assignment_state, as: 'licenseAssignmentState'
9997
10034
  property :license_config, as: 'licenseConfig'
9998
10035
  property :update_time, as: 'updateTime'
9999
- property :user, as: 'user'
10000
10036
  property :user_principal, as: 'userPrincipal'
10001
10037
  property :user_profile, as: 'userProfile'
10002
10038
  end
@@ -10181,6 +10217,7 @@ module Google
10181
10217
  property :enable_safe_search, as: 'enableSafeSearch'
10182
10218
  property :enable_search_as_you_type, as: 'enableSearchAsYouType'
10183
10219
  property :enable_visual_content_summary, as: 'enableVisualContentSummary'
10220
+ hash :features, as: 'features'
10184
10221
  property :generative_answer_config, as: 'generativeAnswerConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsGenerativeAnswerConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsGenerativeAnswerConfig::Representation
10185
10222
 
10186
10223
  property :interaction_type, as: 'interactionType'
@@ -10606,6 +10643,7 @@ module Google
10606
10643
  collection :exclude_html_classes, as: 'excludeHtmlClasses'
10607
10644
  collection :exclude_html_elements, as: 'excludeHtmlElements'
10608
10645
  collection :exclude_html_ids, as: 'excludeHtmlIds'
10646
+ collection :structured_content_types, as: 'structuredContentTypes'
10609
10647
  end
10610
10648
  end
10611
10649
 
@@ -10644,6 +10682,7 @@ module Google
10644
10682
  collection :data_store_ids, as: 'dataStoreIds'
10645
10683
  property :disable_analytics, as: 'disableAnalytics'
10646
10684
  property :display_name, as: 'displayName'
10685
+ hash :features, as: 'features'
10647
10686
  property :industry_vertical, as: 'industryVertical'
10648
10687
  property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig::Representation
10649
10688
 
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.62.0
4
+ version: 0.64.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.62.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.64.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Discovery Engine API V1alpha
79
79
  test_files: []