google-apis-discoveryengine_v1alpha 0.63.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: 0600c3289768ff7430d9c3b39d1bcff4ad03015c3c0c1a102ca2aaf5de19a7a4
4
- data.tar.gz: a1e019a7f78ca38ccb37fc8fbcd2bd541fa4422092a357b69ff13fcfc4f303aa
3
+ metadata.gz: 74850e66d6ee5695012672c654eb264b854d93a8c081e160422e2b0c609714a2
4
+ data.tar.gz: 503e678921a91db0588ad6c3fc085c845cf4f7ff46eb05462dd924a36cea4490
5
5
  SHA512:
6
- metadata.gz: eb4a9dbfa6e91ce4968d059b87336fd39ec92e36384fa4933083bcf1d8e289484779507493b1520c0760ae3474203df1d198b89b6170aa60f92a6dfff43eb9b9
7
- data.tar.gz: e6c78fc4683dcfcc30bc28d16720ddd4e45ec32e3d257b1ac9e22858471c2331bbba66841500ae89176b471493737a96e83654f76599b0971e19d4ae59bb6ac9
6
+ metadata.gz: 3eba39a7559bb93df76c0b74db20c03e48c4d5705afee727f447b188019f1f6cd49b597b4513d26125b95b79cfb6d6158222269e4294ca2917ccf75e5254e021
7
+ data.tar.gz: 9ec2f36a45466af6e56625b5a9c22c19e69afceb7a0407c2f00b7954a53a4ded8edebd4c60f67be682b04ff665debed2f585c97bd70830935522ad557541aabf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.63.0 (2025-05-21)
4
9
 
5
10
  * Regenerated from discovery document revision 20250519
@@ -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)
@@ -9295,7 +9312,7 @@ module Google
9295
9312
  attr_accessor :errors
9296
9313
 
9297
9314
  # The number of documents extracted from connector source, ready to be ingested
9298
- # to UCS.
9315
+ # to VAIS.
9299
9316
  # Corresponds to the JSON property `extractedRecordCount`
9300
9317
  # @return [Fixnum]
9301
9318
  attr_accessor :extracted_record_count
@@ -9310,6 +9327,12 @@ module Google
9310
9327
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress]
9311
9328
  attr_accessor :progress
9312
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
+
9313
9336
  # The number of requests sent to 3p API.
9314
9337
  # Corresponds to the JSON property `sourceApiRequestCount`
9315
9338
  # @return [Fixnum]
@@ -9349,6 +9372,7 @@ module Google
9349
9372
  @extracted_record_count = args[:extracted_record_count] if args.key?(:extracted_record_count)
9350
9373
  @indexed_record_count = args[:indexed_record_count] if args.key?(:indexed_record_count)
9351
9374
  @progress = args[:progress] if args.key?(:progress)
9375
+ @scheduled_record_count = args[:scheduled_record_count] if args.key?(:scheduled_record_count)
9352
9376
  @source_api_request_count = args[:source_api_request_count] if args.key?(:source_api_request_count)
9353
9377
  @state = args[:state] if args.key?(:state)
9354
9378
  @state_update_time = args[:state_update_time] if args.key?(:state_update_time)
@@ -11762,6 +11786,12 @@ module Google
11762
11786
  # @return [Array<String>]
11763
11787
  attr_accessor :exclude_html_ids
11764
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
+
11765
11795
  def initialize(**args)
11766
11796
  update!(**args)
11767
11797
  end
@@ -11773,6 +11803,7 @@ module Google
11773
11803
  @exclude_html_classes = args[:exclude_html_classes] if args.key?(:exclude_html_classes)
11774
11804
  @exclude_html_elements = args[:exclude_html_elements] if args.key?(:exclude_html_elements)
11775
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)
11776
11807
  end
11777
11808
  end
11778
11809
 
@@ -11943,6 +11974,15 @@ module Google
11943
11974
  # @return [String]
11944
11975
  attr_accessor :display_name
11945
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
+
11946
11986
  # Optional. The industry vertical that the engine registers. The restriction of
11947
11987
  # the Engine industry vertical is based on DataStore: Vertical on Engine has to
11948
11988
  # match vertical of the DataStore linked to the engine.
@@ -12002,6 +12042,7 @@ module Google
12002
12042
  @data_store_ids = args[:data_store_ids] if args.key?(:data_store_ids)
12003
12043
  @disable_analytics = args[:disable_analytics] if args.key?(:disable_analytics)
12004
12044
  @display_name = args[:display_name] if args.key?(:display_name)
12045
+ @features = args[:features] if args.key?(:features)
12005
12046
  @industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
12006
12047
  @media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
12007
12048
  @name = args[:name] if args.key?(:name)
@@ -12311,6 +12352,12 @@ module Google
12311
12352
  # @return [String]
12312
12353
  attr_accessor :data_state
12313
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
+
12314
12361
  # Output only. The timestamp when the latest successful tune finished. Only
12315
12362
  # applicable on Media Recommendation engines.
12316
12363
  # Corresponds to the JSON property `lastTuneTime`
@@ -12339,6 +12386,7 @@ module Google
12339
12386
  # Update properties of this object
12340
12387
  def update!(**args)
12341
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)
12342
12390
  @last_tune_time = args[:last_tune_time] if args.key?(:last_tune_time)
12343
12391
  @serving_state = args[:serving_state] if args.key?(:serving_state)
12344
12392
  @tuning_operation = args[:tuning_operation] if args.key?(:tuning_operation)
@@ -21249,15 +21297,6 @@ module Google
21249
21297
  # @return [String]
21250
21298
  attr_accessor :update_time
21251
21299
 
21252
- # Optional. The full resource name of the User, in the format of `projects/`
21253
- # project`/locations/`location`/userStores/`user_store`/users/`user_id``. This
21254
- # field must be a UTF-8 encoded string with a length limit of 2048 characters.
21255
- # If the user field is empty, it's indicating the user has not logged in yet and
21256
- # no User entity is created.
21257
- # Corresponds to the JSON property `user`
21258
- # @return [String]
21259
- attr_accessor :user
21260
-
21261
21300
  # Required. Immutable. The user principal of the User, could be email address or
21262
21301
  # other prinical identifier. This field is immutable. Admin assign licenses
21263
21302
  # based on the user principal.
@@ -21282,7 +21321,6 @@ module Google
21282
21321
  @license_assignment_state = args[:license_assignment_state] if args.key?(:license_assignment_state)
21283
21322
  @license_config = args[:license_config] if args.key?(:license_config)
21284
21323
  @update_time = args[:update_time] if args.key?(:update_time)
21285
- @user = args[:user] if args.key?(:user)
21286
21324
  @user_principal = args[:user_principal] if args.key?(:user_principal)
21287
21325
  @user_profile = args[:user_profile] if args.key?(:user_profile)
21288
21326
  end
@@ -22021,6 +22059,14 @@ module Google
22021
22059
  attr_accessor :enable_visual_content_summary
22022
22060
  alias_method :enable_visual_content_summary?, :enable_visual_content_summary
22023
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
+
22024
22070
  # Describes configuration for generative answer.
22025
22071
  # Corresponds to the JSON property `generativeAnswerConfig`
22026
22072
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsGenerativeAnswerConfig]
@@ -22052,6 +22098,7 @@ module Google
22052
22098
  @enable_safe_search = args[:enable_safe_search] if args.key?(:enable_safe_search)
22053
22099
  @enable_search_as_you_type = args[:enable_search_as_you_type] if args.key?(:enable_search_as_you_type)
22054
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)
22055
22102
  @generative_answer_config = args[:generative_answer_config] if args.key?(:generative_answer_config)
22056
22103
  @interaction_type = args[:interaction_type] if args.key?(:interaction_type)
22057
22104
  @result_description_type = args[:result_description_type] if args.key?(:result_description_type)
@@ -23560,6 +23607,12 @@ module Google
23560
23607
  # @return [Array<String>]
23561
23608
  attr_accessor :exclude_html_ids
23562
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
+
23563
23616
  def initialize(**args)
23564
23617
  update!(**args)
23565
23618
  end
@@ -23571,6 +23624,7 @@ module Google
23571
23624
  @exclude_html_classes = args[:exclude_html_classes] if args.key?(:exclude_html_classes)
23572
23625
  @exclude_html_elements = args[:exclude_html_elements] if args.key?(:exclude_html_elements)
23573
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)
23574
23628
  end
23575
23629
  end
23576
23630
 
@@ -23690,6 +23744,15 @@ module Google
23690
23744
  # @return [String]
23691
23745
  attr_accessor :display_name
23692
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
+
23693
23756
  # Optional. The industry vertical that the engine registers. The restriction of
23694
23757
  # the Engine industry vertical is based on DataStore: Vertical on Engine has to
23695
23758
  # match vertical of the DataStore linked to the engine.
@@ -23739,6 +23802,7 @@ module Google
23739
23802
  @data_store_ids = args[:data_store_ids] if args.key?(:data_store_ids)
23740
23803
  @disable_analytics = args[:disable_analytics] if args.key?(:disable_analytics)
23741
23804
  @display_name = args[:display_name] if args.key?(:display_name)
23805
+ @features = args[:features] if args.key?(:features)
23742
23806
  @industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
23743
23807
  @media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
23744
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.63.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 = "20250519"
25
+ REVISION = "20250521"
26
26
  end
27
27
  end
28
28
  end
@@ -5096,6 +5096,7 @@ module Google
5096
5096
  collection :exclude_html_classes, as: 'excludeHtmlClasses'
5097
5097
  collection :exclude_html_elements, as: 'excludeHtmlElements'
5098
5098
  collection :exclude_html_ids, as: 'excludeHtmlIds'
5099
+ collection :structured_content_types, as: 'structuredContentTypes'
5099
5100
  end
5100
5101
  end
5101
5102
 
@@ -5134,6 +5135,7 @@ module Google
5134
5135
  collection :data_store_ids, as: 'dataStoreIds'
5135
5136
  property :disable_analytics, as: 'disableAnalytics'
5136
5137
  property :display_name, as: 'displayName'
5138
+ hash :features, as: 'features'
5137
5139
  property :industry_vertical, as: 'industryVertical'
5138
5140
  property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig::Representation
5139
5141
 
@@ -6807,6 +6809,7 @@ module Google
6807
6809
  property :indexed_record_count, :numeric_string => true, as: 'indexedRecordCount'
6808
6810
  property :progress, as: 'progress', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress::Representation
6809
6811
 
6812
+ property :scheduled_record_count, :numeric_string => true, as: 'scheduledRecordCount'
6810
6813
  property :source_api_request_count, :numeric_string => true, as: 'sourceApiRequestCount'
6811
6814
  property :state, as: 'state'
6812
6815
  property :state_update_time, as: 'stateUpdateTime'
@@ -7449,6 +7452,7 @@ module Google
7449
7452
  collection :exclude_html_classes, as: 'excludeHtmlClasses'
7450
7453
  collection :exclude_html_elements, as: 'excludeHtmlElements'
7451
7454
  collection :exclude_html_ids, as: 'excludeHtmlIds'
7455
+ collection :structured_content_types, as: 'structuredContentTypes'
7452
7456
  end
7453
7457
  end
7454
7458
 
@@ -7507,6 +7511,7 @@ module Google
7507
7511
  collection :data_store_ids, as: 'dataStoreIds'
7508
7512
  property :disable_analytics, as: 'disableAnalytics'
7509
7513
  property :display_name, as: 'displayName'
7514
+ hash :features, as: 'features'
7510
7515
  property :industry_vertical, as: 'industryVertical'
7511
7516
  property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig::Representation
7512
7517
 
@@ -7605,6 +7610,7 @@ module Google
7605
7610
  # @private
7606
7611
  class Representation < Google::Apis::Core::JsonRepresentation
7607
7612
  property :data_state, as: 'dataState'
7613
+ property :last_train_time, as: 'lastTrainTime'
7608
7614
  property :last_tune_time, as: 'lastTuneTime'
7609
7615
  property :serving_state, as: 'servingState'
7610
7616
  property :tuning_operation, as: 'tuningOperation'
@@ -10027,7 +10033,6 @@ module Google
10027
10033
  property :license_assignment_state, as: 'licenseAssignmentState'
10028
10034
  property :license_config, as: 'licenseConfig'
10029
10035
  property :update_time, as: 'updateTime'
10030
- property :user, as: 'user'
10031
10036
  property :user_principal, as: 'userPrincipal'
10032
10037
  property :user_profile, as: 'userProfile'
10033
10038
  end
@@ -10212,6 +10217,7 @@ module Google
10212
10217
  property :enable_safe_search, as: 'enableSafeSearch'
10213
10218
  property :enable_search_as_you_type, as: 'enableSearchAsYouType'
10214
10219
  property :enable_visual_content_summary, as: 'enableVisualContentSummary'
10220
+ hash :features, as: 'features'
10215
10221
  property :generative_answer_config, as: 'generativeAnswerConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsGenerativeAnswerConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsGenerativeAnswerConfig::Representation
10216
10222
 
10217
10223
  property :interaction_type, as: 'interactionType'
@@ -10637,6 +10643,7 @@ module Google
10637
10643
  collection :exclude_html_classes, as: 'excludeHtmlClasses'
10638
10644
  collection :exclude_html_elements, as: 'excludeHtmlElements'
10639
10645
  collection :exclude_html_ids, as: 'excludeHtmlIds'
10646
+ collection :structured_content_types, as: 'structuredContentTypes'
10640
10647
  end
10641
10648
  end
10642
10649
 
@@ -10675,6 +10682,7 @@ module Google
10675
10682
  collection :data_store_ids, as: 'dataStoreIds'
10676
10683
  property :disable_analytics, as: 'disableAnalytics'
10677
10684
  property :display_name, as: 'displayName'
10685
+ hash :features, as: 'features'
10678
10686
  property :industry_vertical, as: 'industryVertical'
10679
10687
  property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig::Representation
10680
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.63.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.63.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: