google-apis-discoveryengine_v1alpha 0.65.0 → 0.67.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: 62377e7723e44d296037c7ed4e29ec8a1822890b303fb6e49da7f15383bd94a6
4
- data.tar.gz: a53993cf5e2bd3d910adcd819229d4a13fbb5da4d6ac4eec524d30eb01088638
3
+ metadata.gz: ae43f7322dd5a6b9a367fc3251637b4a0ac4d0ff2dc9bb87fe3adf4be5a15fa5
4
+ data.tar.gz: d0a2e2f0b20a9f09115282d6e829c1d35ce12d975d83f3972a9458eff337db95
5
5
  SHA512:
6
- metadata.gz: 96901fcd0b3f70caaf3662530283fbbca2d6e74de9a6b366b74609d89d9de5b576ec192de2e081ba54c930c37b4e550017bde6f95a8dfbe0b98732e5dd0bcf9f
7
- data.tar.gz: 332965462875ea82e2527d0af338237ba979f9ecd50bcbe789ff092e023194adb7bb4a89d9721e3a6c5a92f1cc6fe36f0eb337efa7b716b853183b9f5ebb15f8
6
+ metadata.gz: b3aab41c2400f4b05d98fec0e31a6de9346885d6f8f271efbda5a20050ccd1948a82c7d1f862105293b4f97daf82b7802729474f2fd049b07417dc5d642083ee
7
+ data.tar.gz: 8974e88057f0ce0fefc3da0c811f2ec10bb448b57a170d5c2f54fae8c089ca1d5666d4b72e69543643c9b7047833402ce5b63c1029f9ea4ce46ce410ac3e0aa3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-discoveryengine_v1alpha
2
2
 
3
+ ### v0.67.0 (2025-06-29)
4
+
5
+ * Regenerated from discovery document revision 20250619
6
+
7
+ ### v0.66.0 (2025-06-22)
8
+
9
+ * Regenerated from discovery document revision 20250617
10
+
3
11
  ### v0.65.0 (2025-06-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20250609
@@ -3243,7 +3243,7 @@ module Google
3243
3243
  # Supported keys: * `*`: all features, if it's present, all other feature state
3244
3244
  # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
3245
3245
  # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
3246
- # org-chart` * `bi-directional-audio` * `feedback`
3246
+ # org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
3247
3247
  # Corresponds to the JSON property `features`
3248
3248
  # @return [Hash<String,String>]
3249
3249
  attr_accessor :features
@@ -5354,7 +5354,7 @@ module Google
5354
5354
  attr_accessor :last_login_time
5355
5355
 
5356
5356
  # Output only. License assignment state of the user. If the user is assigned
5357
- # with a license config, the user loggin will be assigned with the license; If
5357
+ # with a license config, the user login will be assigned with the license; If
5358
5358
  # the user's license assignment state is unassigned or unspecified, no license
5359
5359
  # config will be associated to the user;
5360
5360
  # Corresponds to the JSON property `licenseAssignmentState`
@@ -10429,6 +10429,12 @@ module Google
10429
10429
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaActionConfig]
10430
10430
  attr_accessor :action_config
10431
10431
 
10432
+ # Output only. State of the action connector. This reflects whether the action
10433
+ # connector is initializing, active or has encountered errors.
10434
+ # Corresponds to the JSON property `actionState`
10435
+ # @return [String]
10436
+ attr_accessor :action_state
10437
+
10432
10438
  # Optional. The connector level alert config.
10433
10439
  # Corresponds to the JSON property `alertPolicyConfigs`
10434
10440
  # @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig>]
@@ -10520,12 +10526,16 @@ module Google
10520
10526
  # Optional. The refresh interval specifically for incremental data syncs. If
10521
10527
  # unset, incremental syncs will use the default from env, set to 3hrs. The
10522
10528
  # minimum is 30 minutes and maximum is 7 days. Applicable to only 3P connectors.
10529
+ # When the refresh interval is set to the same value as the incremental refresh
10530
+ # interval, incremental sync will be disabled.
10523
10531
  # Corresponds to the JSON property `incrementalRefreshInterval`
10524
10532
  # @return [String]
10525
10533
  attr_accessor :incremental_refresh_interval
10526
10534
 
10527
10535
  # Optional. Indicates whether incremental syncs are paused for this connector.
10528
10536
  # This is independent of auto_run_disabled. Applicable to only 3P connectors.
10537
+ # When the refresh interval is set to the same value as the incremental refresh
10538
+ # interval, incremental sync will be disabled, i.e. set to true.
10529
10539
  # Corresponds to the JSON property `incrementalSyncDisabled`
10530
10540
  # @return [Boolean]
10531
10541
  attr_accessor :incremental_sync_disabled
@@ -10624,7 +10634,9 @@ module Google
10624
10634
 
10625
10635
  # Required. The refresh interval for data sync. If duration is set to 0, the
10626
10636
  # data will be synced in real time. The streaming feature is not supported yet.
10627
- # The minimum is 30 minutes and maximum is 7 days.
10637
+ # The minimum is 30 minutes and maximum is 7 days. When the refresh interval is
10638
+ # set to the same value as the incremental refresh interval, incremental sync
10639
+ # will be disabled.
10628
10640
  # Corresponds to the JSON property `refreshInterval`
10629
10641
  # @return [String]
10630
10642
  attr_accessor :refresh_interval
@@ -10663,6 +10675,7 @@ module Google
10663
10675
  def update!(**args)
10664
10676
  @acl_enabled = args[:acl_enabled] if args.key?(:acl_enabled)
10665
10677
  @action_config = args[:action_config] if args.key?(:action_config)
10678
+ @action_state = args[:action_state] if args.key?(:action_state)
10666
10679
  @alert_policy_configs = args[:alert_policy_configs] if args.key?(:alert_policy_configs)
10667
10680
  @auto_run_disabled = args[:auto_run_disabled] if args.key?(:auto_run_disabled)
10668
10681
  @bap_config = args[:bap_config] if args.key?(:bap_config)
@@ -12100,7 +12113,7 @@ module Google
12100
12113
  # Supported keys: * `*`: all features, if it's present, all other feature state
12101
12114
  # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
12102
12115
  # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
12103
- # org-chart` * `bi-directional-audio` * `feedback`
12116
+ # org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
12104
12117
  # Corresponds to the JSON property `features`
12105
12118
  # @return [Hash<String,String>]
12106
12119
  attr_accessor :features
@@ -17638,7 +17651,10 @@ module Google
17638
17651
  # relevance and attractiveness of a search result from a user's perspective. A
17639
17652
  # higher pCTR suggests that the result is more likely to satisfy the user's
17640
17653
  # query and intent, making it a valuable signal for ranking. * `freshness_rank`:
17641
- # freshness adjustment as a rank * `base_rank`: the default rank of the result
17654
+ # freshness adjustment as a rank * `topicality_rank`: topicality adjustment as a
17655
+ # rank. Uses proprietary Google model to determine the keyword-based overlap
17656
+ # between the query and the document. * `base_rank`: the default rank of the
17657
+ # result
17642
17658
  # Corresponds to the JSON property `rankingExpression`
17643
17659
  # @return [String]
17644
17660
  attr_accessor :ranking_expression
@@ -20110,6 +20126,13 @@ module Google
20110
20126
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQuery]
20111
20127
  attr_accessor :query
20112
20128
 
20129
+ # Optional. Represents metadata related to the query config, for example LLM
20130
+ # model and version used, model parameters (temperature, grounding parameters,
20131
+ # etc.). The prefix "google." is reserved for Google-developed functionality.
20132
+ # Corresponds to the JSON property `queryConfig`
20133
+ # @return [Hash<String,String>]
20134
+ attr_accessor :query_config
20135
+
20113
20136
  def initialize(**args)
20114
20137
  update!(**args)
20115
20138
  end
@@ -20119,6 +20142,7 @@ module Google
20119
20142
  @answer = args[:answer] if args.key?(:answer)
20120
20143
  @detailed_answer = args[:detailed_answer] if args.key?(:detailed_answer)
20121
20144
  @query = args[:query] if args.key?(:query)
20145
+ @query_config = args[:query_config] if args.key?(:query_config)
20122
20146
  end
20123
20147
  end
20124
20148
 
@@ -21436,7 +21460,7 @@ module Google
21436
21460
  attr_accessor :last_login_time
21437
21461
 
21438
21462
  # Output only. License assignment state of the user. If the user is assigned
21439
- # with a license config, the user loggin will be assigned with the license; If
21463
+ # with a license config, the user login will be assigned with the license; If
21440
21464
  # the user's license assignment state is unassigned or unspecified, no license
21441
21465
  # config will be associated to the user;
21442
21466
  # Corresponds to the JSON property `licenseAssignmentState`
@@ -22219,7 +22243,7 @@ module Google
22219
22243
  # Output only. Feature config for the engine to opt in or opt out of features.
22220
22244
  # Supported keys: * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery`
22221
22245
  # * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-
22222
- # chart` * `bi-directional-audio` * `feedback`
22246
+ # chart` * `bi-directional-audio` * `feedback` * `session-sharing`
22223
22247
  # Corresponds to the JSON property `features`
22224
22248
  # @return [Hash<String,String>]
22225
22249
  attr_accessor :features
@@ -23970,7 +23994,7 @@ module Google
23970
23994
  # Supported keys: * `*`: all features, if it's present, all other feature state
23971
23995
  # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
23972
23996
  # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
23973
- # org-chart` * `bi-directional-audio` * `feedback`
23997
+ # org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
23974
23998
  # Corresponds to the JSON property `features`
23975
23999
  # @return [Hash<String,String>]
23976
24000
  attr_accessor :features
@@ -25753,7 +25777,10 @@ module Google
25753
25777
  # relevance and attractiveness of a search result from a user's perspective. A
25754
25778
  # higher pCTR suggests that the result is more likely to satisfy the user's
25755
25779
  # query and intent, making it a valuable signal for ranking. * `freshness_rank`:
25756
- # freshness adjustment as a rank * `base_rank`: the default rank of the result
25780
+ # freshness adjustment as a rank * `topicality_rank`: topicality adjustment as a
25781
+ # rank. Uses proprietary Google model to determine the keyword-based overlap
25782
+ # between the query and the document. * `base_rank`: the default rank of the
25783
+ # result
25757
25784
  # Corresponds to the JSON property `rankingExpression`
25758
25785
  # @return [String]
25759
25786
  attr_accessor :ranking_expression
@@ -27369,7 +27396,7 @@ module Google
27369
27396
  attr_accessor :last_login_time
27370
27397
 
27371
27398
  # Output only. License assignment state of the user. If the user is assigned
27372
- # with a license config, the user loggin will be assigned with the license; If
27399
+ # with a license config, the user login will be assigned with the license; If
27373
27400
  # the user's license assignment state is unassigned or unspecified, no license
27374
27401
  # config will be associated to the user;
27375
27402
  # Corresponds to the JSON property `licenseAssignmentState`
@@ -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.65.0"
19
+ GEM_VERSION = "0.67.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 = "20250609"
25
+ REVISION = "20250619"
26
26
  end
27
27
  end
28
28
  end
@@ -7140,6 +7140,7 @@ module Google
7140
7140
  property :acl_enabled, as: 'aclEnabled'
7141
7141
  property :action_config, as: 'actionConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaActionConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaActionConfig::Representation
7142
7142
 
7143
+ property :action_state, as: 'actionState'
7143
7144
  collection :alert_policy_configs, as: 'alertPolicyConfigs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig::Representation
7144
7145
 
7145
7146
  property :auto_run_disabled, as: 'autoRunDisabled'
@@ -9760,6 +9761,7 @@ module Google
9760
9761
 
9761
9762
  property :query, as: 'query', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQuery, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQuery::Representation
9762
9763
 
9764
+ hash :query_config, as: 'queryConfig'
9763
9765
  end
9764
9766
  end
9765
9767
 
@@ -854,10 +854,11 @@ module Google
854
854
  # Indicates which fields in the provided DataConnector to update. Supported
855
855
  # field paths include: - refresh_interval - params - auto_run_disabled -
856
856
  # action_config - action_config.action_params - action_config.service_name -
857
- # destination_configs - blocking_reasons - sync_mode Note: Support for these
858
- # fields may vary depending on the connector type. For example, not all
859
- # connectors support `destination_configs`. If an unsupported or unknown field
860
- # path is provided, the request will return an INVALID_ARGUMENT error.
857
+ # destination_configs - blocking_reasons - sync_mode - incremental_sync_disabled
858
+ # - incremental_refresh_interval Note: Support for these fields may vary
859
+ # depending on the connector type. For example, not all connectors support `
860
+ # destination_configs`. If an unsupported or unknown field path is provided, the
861
+ # request will return an INVALID_ARGUMENT error.
861
862
  # @param [String] fields
862
863
  # Selector specifying which fields to include in a partial response.
863
864
  # @param [String] quota_user
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.65.0
4
+ version: 0.67.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.65.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.67.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: