google-apis-discoveryengine_v1beta 0.69.0 → 0.71.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94fe86d1b857b3273f5d727bf4ddca5728174e09a90a6072a884cc7b85683711
|
4
|
+
data.tar.gz: 272dece9e6c875ceb2589af56455247be39e2eeb33a4f2f1733ece57a38e1e8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d083545e1429ae14cb463c7d5c72021573e0b6455af9ec22f2bd16c956f4b614908abefa64761012acd6daa2ee6872021bd5cedbb2652ebd3040c332f0e3262d
|
7
|
+
data.tar.gz: f439938d4a5a54c93d058267392e5caca695c28adde5a14004a2b0d5f628d080553b4bb5f0d54850eb2c33c86718196d86511f5e87c8d9e0254f8d6a37e8da05
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-discoveryengine_v1beta
|
2
2
|
|
3
|
+
### v0.71.0 (2025-06-29)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250619
|
6
|
+
|
7
|
+
### v0.70.0 (2025-06-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250617
|
10
|
+
|
3
11
|
### v0.69.0 (2025-06-15)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250609
|
@@ -2364,7 +2364,7 @@ module Google
|
|
2364
2364
|
# Supported keys: * `*`: all features, if it's present, all other feature state
|
2365
2365
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
2366
2366
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
2367
|
-
# org-chart` * `bi-directional-audio` * `feedback`
|
2367
|
+
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
|
2368
2368
|
# Corresponds to the JSON property `features`
|
2369
2369
|
# @return [Hash<String,String>]
|
2370
2370
|
attr_accessor :features
|
@@ -4475,7 +4475,7 @@ module Google
|
|
4475
4475
|
attr_accessor :last_login_time
|
4476
4476
|
|
4477
4477
|
# Output only. License assignment state of the user. If the user is assigned
|
4478
|
-
# with a license config, the user
|
4478
|
+
# with a license config, the user login will be assigned with the license; If
|
4479
4479
|
# the user's license assignment state is unassigned or unspecified, no license
|
4480
4480
|
# config will be associated to the user;
|
4481
4481
|
# Corresponds to the JSON property `licenseAssignmentState`
|
@@ -6538,6 +6538,12 @@ module Google
|
|
6538
6538
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaActionConfig]
|
6539
6539
|
attr_accessor :action_config
|
6540
6540
|
|
6541
|
+
# Output only. State of the action connector. This reflects whether the action
|
6542
|
+
# connector is initializing, active or has encountered errors.
|
6543
|
+
# Corresponds to the JSON property `actionState`
|
6544
|
+
# @return [String]
|
6545
|
+
attr_accessor :action_state
|
6546
|
+
|
6541
6547
|
# Optional. The connector level alert config.
|
6542
6548
|
# Corresponds to the JSON property `alertPolicyConfigs`
|
6543
6549
|
# @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig>]
|
@@ -6629,12 +6635,16 @@ module Google
|
|
6629
6635
|
# Optional. The refresh interval specifically for incremental data syncs. If
|
6630
6636
|
# unset, incremental syncs will use the default from env, set to 3hrs. The
|
6631
6637
|
# minimum is 30 minutes and maximum is 7 days. Applicable to only 3P connectors.
|
6638
|
+
# When the refresh interval is set to the same value as the incremental refresh
|
6639
|
+
# interval, incremental sync will be disabled.
|
6632
6640
|
# Corresponds to the JSON property `incrementalRefreshInterval`
|
6633
6641
|
# @return [String]
|
6634
6642
|
attr_accessor :incremental_refresh_interval
|
6635
6643
|
|
6636
6644
|
# Optional. Indicates whether incremental syncs are paused for this connector.
|
6637
6645
|
# This is independent of auto_run_disabled. Applicable to only 3P connectors.
|
6646
|
+
# When the refresh interval is set to the same value as the incremental refresh
|
6647
|
+
# interval, incremental sync will be disabled, i.e. set to true.
|
6638
6648
|
# Corresponds to the JSON property `incrementalSyncDisabled`
|
6639
6649
|
# @return [Boolean]
|
6640
6650
|
attr_accessor :incremental_sync_disabled
|
@@ -6733,7 +6743,9 @@ module Google
|
|
6733
6743
|
|
6734
6744
|
# Required. The refresh interval for data sync. If duration is set to 0, the
|
6735
6745
|
# data will be synced in real time. The streaming feature is not supported yet.
|
6736
|
-
# The minimum is 30 minutes and maximum is 7 days.
|
6746
|
+
# The minimum is 30 minutes and maximum is 7 days. When the refresh interval is
|
6747
|
+
# set to the same value as the incremental refresh interval, incremental sync
|
6748
|
+
# will be disabled.
|
6737
6749
|
# Corresponds to the JSON property `refreshInterval`
|
6738
6750
|
# @return [String]
|
6739
6751
|
attr_accessor :refresh_interval
|
@@ -6772,6 +6784,7 @@ module Google
|
|
6772
6784
|
def update!(**args)
|
6773
6785
|
@acl_enabled = args[:acl_enabled] if args.key?(:acl_enabled)
|
6774
6786
|
@action_config = args[:action_config] if args.key?(:action_config)
|
6787
|
+
@action_state = args[:action_state] if args.key?(:action_state)
|
6775
6788
|
@alert_policy_configs = args[:alert_policy_configs] if args.key?(:alert_policy_configs)
|
6776
6789
|
@auto_run_disabled = args[:auto_run_disabled] if args.key?(:auto_run_disabled)
|
6777
6790
|
@bap_config = args[:bap_config] if args.key?(:bap_config)
|
@@ -7852,7 +7865,7 @@ module Google
|
|
7852
7865
|
# Supported keys: * `*`: all features, if it's present, all other feature state
|
7853
7866
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
7854
7867
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
7855
|
-
# org-chart` * `bi-directional-audio` * `feedback`
|
7868
|
+
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
|
7856
7869
|
# Corresponds to the JSON property `features`
|
7857
7870
|
# @return [Hash<String,String>]
|
7858
7871
|
attr_accessor :features
|
@@ -10487,7 +10500,10 @@ module Google
|
|
10487
10500
|
# relevance and attractiveness of a search result from a user's perspective. A
|
10488
10501
|
# higher pCTR suggests that the result is more likely to satisfy the user's
|
10489
10502
|
# query and intent, making it a valuable signal for ranking. * `freshness_rank`:
|
10490
|
-
# freshness adjustment as a rank * `
|
10503
|
+
# freshness adjustment as a rank * `topicality_rank`: topicality adjustment as a
|
10504
|
+
# rank. Uses proprietary Google model to determine the keyword-based overlap
|
10505
|
+
# between the query and the document. * `base_rank`: the default rank of the
|
10506
|
+
# result
|
10491
10507
|
# Corresponds to the JSON property `rankingExpression`
|
10492
10508
|
# @return [String]
|
10493
10509
|
attr_accessor :ranking_expression
|
@@ -11718,6 +11734,13 @@ module Google
|
|
11718
11734
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaQuery]
|
11719
11735
|
attr_accessor :query
|
11720
11736
|
|
11737
|
+
# Optional. Represents metadata related to the query config, for example LLM
|
11738
|
+
# model and version used, model parameters (temperature, grounding parameters,
|
11739
|
+
# etc.). The prefix "google." is reserved for Google-developed functionality.
|
11740
|
+
# Corresponds to the JSON property `queryConfig`
|
11741
|
+
# @return [Hash<String,String>]
|
11742
|
+
attr_accessor :query_config
|
11743
|
+
|
11721
11744
|
def initialize(**args)
|
11722
11745
|
update!(**args)
|
11723
11746
|
end
|
@@ -11727,6 +11750,7 @@ module Google
|
|
11727
11750
|
@answer = args[:answer] if args.key?(:answer)
|
11728
11751
|
@detailed_answer = args[:detailed_answer] if args.key?(:detailed_answer)
|
11729
11752
|
@query = args[:query] if args.key?(:query)
|
11753
|
+
@query_config = args[:query_config] if args.key?(:query_config)
|
11730
11754
|
end
|
11731
11755
|
end
|
11732
11756
|
|
@@ -12349,7 +12373,7 @@ module Google
|
|
12349
12373
|
attr_accessor :last_login_time
|
12350
12374
|
|
12351
12375
|
# Output only. License assignment state of the user. If the user is assigned
|
12352
|
-
# with a license config, the user
|
12376
|
+
# with a license config, the user login will be assigned with the license; If
|
12353
12377
|
# the user's license assignment state is unassigned or unspecified, no license
|
12354
12378
|
# config will be associated to the user;
|
12355
12379
|
# Corresponds to the JSON property `licenseAssignmentState`
|
@@ -17999,7 +18023,7 @@ module Google
|
|
17999
18023
|
# Supported keys: * `*`: all features, if it's present, all other feature state
|
18000
18024
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
18001
18025
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
18002
|
-
# org-chart` * `bi-directional-audio` * `feedback`
|
18026
|
+
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
|
18003
18027
|
# Corresponds to the JSON property `features`
|
18004
18028
|
# @return [Hash<String,String>]
|
18005
18029
|
attr_accessor :features
|
@@ -22227,7 +22251,10 @@ module Google
|
|
22227
22251
|
# relevance and attractiveness of a search result from a user's perspective. A
|
22228
22252
|
# higher pCTR suggests that the result is more likely to satisfy the user's
|
22229
22253
|
# query and intent, making it a valuable signal for ranking. * `freshness_rank`:
|
22230
|
-
# freshness adjustment as a rank * `
|
22254
|
+
# freshness adjustment as a rank * `topicality_rank`: topicality adjustment as a
|
22255
|
+
# rank. Uses proprietary Google model to determine the keyword-based overlap
|
22256
|
+
# between the query and the document. * `base_rank`: the default rank of the
|
22257
|
+
# result
|
22231
22258
|
# Corresponds to the JSON property `rankingExpression`
|
22232
22259
|
# @return [String]
|
22233
22260
|
attr_accessor :ranking_expression
|
@@ -24676,6 +24703,13 @@ module Google
|
|
24676
24703
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery]
|
24677
24704
|
attr_accessor :query
|
24678
24705
|
|
24706
|
+
# Optional. Represents metadata related to the query config, for example LLM
|
24707
|
+
# model and version used, model parameters (temperature, grounding parameters,
|
24708
|
+
# etc.). The prefix "google." is reserved for Google-developed functionality.
|
24709
|
+
# Corresponds to the JSON property `queryConfig`
|
24710
|
+
# @return [Hash<String,String>]
|
24711
|
+
attr_accessor :query_config
|
24712
|
+
|
24679
24713
|
def initialize(**args)
|
24680
24714
|
update!(**args)
|
24681
24715
|
end
|
@@ -24685,6 +24719,7 @@ module Google
|
|
24685
24719
|
@answer = args[:answer] if args.key?(:answer)
|
24686
24720
|
@detailed_answer = args[:detailed_answer] if args.key?(:detailed_answer)
|
24687
24721
|
@query = args[:query] if args.key?(:query)
|
24722
|
+
@query_config = args[:query_config] if args.key?(:query_config)
|
24688
24723
|
end
|
24689
24724
|
end
|
24690
24725
|
|
@@ -25732,7 +25767,7 @@ module Google
|
|
25732
25767
|
attr_accessor :last_login_time
|
25733
25768
|
|
25734
25769
|
# Output only. License assignment state of the user. If the user is assigned
|
25735
|
-
# with a license config, the user
|
25770
|
+
# with a license config, the user login will be assigned with the license; If
|
25736
25771
|
# the user's license assignment state is unassigned or unspecified, no license
|
25737
25772
|
# config will be associated to the user;
|
25738
25773
|
# Corresponds to the JSON property `licenseAssignmentState`
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1beta
|
18
18
|
# Version of the google-apis-discoveryengine_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.71.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 = "
|
25
|
+
REVISION = "20250619"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -5960,6 +5960,7 @@ module Google
|
|
5960
5960
|
property :acl_enabled, as: 'aclEnabled'
|
5961
5961
|
property :action_config, as: 'actionConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaActionConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaActionConfig::Representation
|
5962
5962
|
|
5963
|
+
property :action_state, as: 'actionState'
|
5963
5964
|
collection :alert_policy_configs, as: 'alertPolicyConfigs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig::Representation
|
5964
5965
|
|
5965
5966
|
property :auto_run_disabled, as: 'autoRunDisabled'
|
@@ -7284,6 +7285,7 @@ module Google
|
|
7284
7285
|
|
7285
7286
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaQuery, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaQuery::Representation
|
7286
7287
|
|
7288
|
+
hash :query_config, as: 'queryConfig'
|
7287
7289
|
end
|
7288
7290
|
end
|
7289
7291
|
|
@@ -10876,6 +10878,7 @@ module Google
|
|
10876
10878
|
|
10877
10879
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery::Representation
|
10878
10880
|
|
10881
|
+
hash :query_config, as: 'queryConfig'
|
10879
10882
|
end
|
10880
10883
|
end
|
10881
10884
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-discoveryengine_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.71.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_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.71.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|