google-apis-discoveryengine_v1 0.41.0 → 0.43.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: 1a9bab2651820fdf80d2d7a4210951ee9e938f214c53d3f1f6241b37bbdf2a50
4
- data.tar.gz: 6ef540a69afe8d970b16e95befb7e04be9154ae9a1c3112abf78c13393e21a7e
3
+ metadata.gz: ea8f86a4e4733403134e2f82d1e0c0c591f71b0ff992b54fa765bfa3ae04f0a4
4
+ data.tar.gz: a59c1f3b8a84c107326bd66baaa1959f5d0683d44596ff881be077ce491dfe04
5
5
  SHA512:
6
- metadata.gz: 1ddbec02b6828c64488e64c580aab7995391015feb4cbb95784548989981a8823d94198227239830b083815226d9f4daec6d130f9b5ad34312a0316608024ac2
7
- data.tar.gz: 5dfcc952bb8581a2b89957759613c551e58d237c78e5831d2acd57800a9eace03a44e328d7f6803f3dbb89bcd0e358bc19ef5b2648d8658e34e0fe6642c084f8
6
+ metadata.gz: a5cdd6882782c83fa64ad5e08fe85e752d95136110fae560947515ec2ae2e6466c027a3e69c66cea571c62cc523f1682f8a8f97f7ca38250f96032bb6f6a9128
7
+ data.tar.gz: e41cacb0715a82f8d643c27e741c43e8dd17963b29f04561fbd1afa799d39d882806c4a4fb491418229d6bf15fea85fc83d04a9a619f46a5f978d5a1bdd1f675
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-discoveryengine_v1
2
2
 
3
+ ### v0.43.0 (2025-06-29)
4
+
5
+ * Regenerated from discovery document revision 20250619
6
+
7
+ ### v0.42.0 (2025-06-22)
8
+
9
+ * Regenerated from discovery document revision 20250617
10
+
3
11
  ### v0.41.0 (2025-06-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20250609
@@ -5730,7 +5730,7 @@ module Google
5730
5730
  # Supported keys: * `*`: all features, if it's present, all other feature state
5731
5731
  # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
5732
5732
  # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
5733
- # org-chart` * `bi-directional-audio` * `feedback`
5733
+ # org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
5734
5734
  # Corresponds to the JSON property `features`
5735
5735
  # @return [Hash<String,String>]
5736
5736
  attr_accessor :features
@@ -10767,6 +10767,13 @@ module Google
10767
10767
  # @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Query]
10768
10768
  attr_accessor :query
10769
10769
 
10770
+ # Optional. Represents metadata related to the query config, for example LLM
10771
+ # model and version used, model parameters (temperature, grounding parameters,
10772
+ # etc.). The prefix "google." is reserved for Google-developed functionality.
10773
+ # Corresponds to the JSON property `queryConfig`
10774
+ # @return [Hash<String,String>]
10775
+ attr_accessor :query_config
10776
+
10770
10777
  def initialize(**args)
10771
10778
  update!(**args)
10772
10779
  end
@@ -10776,6 +10783,7 @@ module Google
10776
10783
  @answer = args[:answer] if args.key?(:answer)
10777
10784
  @detailed_answer = args[:detailed_answer] if args.key?(:detailed_answer)
10778
10785
  @query = args[:query] if args.key?(:query)
10786
+ @query_config = args[:query_config] if args.key?(:query_config)
10779
10787
  end
10780
10788
  end
10781
10789
 
@@ -11696,7 +11704,7 @@ module Google
11696
11704
  attr_accessor :last_login_time
11697
11705
 
11698
11706
  # Output only. License assignment state of the user. If the user is assigned
11699
- # with a license config, the user loggin will be assigned with the license; If
11707
+ # with a license config, the user login will be assigned with the license; If
11700
11708
  # the user's license assignment state is unassigned or unspecified, no license
11701
11709
  # config will be associated to the user;
11702
11710
  # Corresponds to the JSON property `licenseAssignmentState`
@@ -13759,6 +13767,12 @@ module Google
13759
13767
  # @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaActionConfig]
13760
13768
  attr_accessor :action_config
13761
13769
 
13770
+ # Output only. State of the action connector. This reflects whether the action
13771
+ # connector is initializing, active or has encountered errors.
13772
+ # Corresponds to the JSON property `actionState`
13773
+ # @return [String]
13774
+ attr_accessor :action_state
13775
+
13762
13776
  # Optional. The connector level alert config.
13763
13777
  # Corresponds to the JSON property `alertPolicyConfigs`
13764
13778
  # @return [Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig>]
@@ -13850,12 +13864,16 @@ module Google
13850
13864
  # Optional. The refresh interval specifically for incremental data syncs. If
13851
13865
  # unset, incremental syncs will use the default from env, set to 3hrs. The
13852
13866
  # minimum is 30 minutes and maximum is 7 days. Applicable to only 3P connectors.
13867
+ # When the refresh interval is set to the same value as the incremental refresh
13868
+ # interval, incremental sync will be disabled.
13853
13869
  # Corresponds to the JSON property `incrementalRefreshInterval`
13854
13870
  # @return [String]
13855
13871
  attr_accessor :incremental_refresh_interval
13856
13872
 
13857
13873
  # Optional. Indicates whether incremental syncs are paused for this connector.
13858
13874
  # This is independent of auto_run_disabled. Applicable to only 3P connectors.
13875
+ # When the refresh interval is set to the same value as the incremental refresh
13876
+ # interval, incremental sync will be disabled, i.e. set to true.
13859
13877
  # Corresponds to the JSON property `incrementalSyncDisabled`
13860
13878
  # @return [Boolean]
13861
13879
  attr_accessor :incremental_sync_disabled
@@ -13954,7 +13972,9 @@ module Google
13954
13972
 
13955
13973
  # Required. The refresh interval for data sync. If duration is set to 0, the
13956
13974
  # data will be synced in real time. The streaming feature is not supported yet.
13957
- # The minimum is 30 minutes and maximum is 7 days.
13975
+ # The minimum is 30 minutes and maximum is 7 days. When the refresh interval is
13976
+ # set to the same value as the incremental refresh interval, incremental sync
13977
+ # will be disabled.
13958
13978
  # Corresponds to the JSON property `refreshInterval`
13959
13979
  # @return [String]
13960
13980
  attr_accessor :refresh_interval
@@ -13993,6 +14013,7 @@ module Google
13993
14013
  def update!(**args)
13994
14014
  @acl_enabled = args[:acl_enabled] if args.key?(:acl_enabled)
13995
14015
  @action_config = args[:action_config] if args.key?(:action_config)
14016
+ @action_state = args[:action_state] if args.key?(:action_state)
13996
14017
  @alert_policy_configs = args[:alert_policy_configs] if args.key?(:alert_policy_configs)
13997
14018
  @auto_run_disabled = args[:auto_run_disabled] if args.key?(:auto_run_disabled)
13998
14019
  @bap_config = args[:bap_config] if args.key?(:bap_config)
@@ -15073,7 +15094,7 @@ module Google
15073
15094
  # Supported keys: * `*`: all features, if it's present, all other feature state
15074
15095
  # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
15075
15096
  # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
15076
- # org-chart` * `bi-directional-audio` * `feedback`
15097
+ # org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
15077
15098
  # Corresponds to the JSON property `features`
15078
15099
  # @return [Hash<String,String>]
15079
15100
  attr_accessor :features
@@ -17708,7 +17729,10 @@ module Google
17708
17729
  # relevance and attractiveness of a search result from a user's perspective. A
17709
17730
  # higher pCTR suggests that the result is more likely to satisfy the user's
17710
17731
  # query and intent, making it a valuable signal for ranking. * `freshness_rank`:
17711
- # freshness adjustment as a rank * `base_rank`: the default rank of the result
17732
+ # freshness adjustment as a rank * `topicality_rank`: topicality adjustment as a
17733
+ # rank. Uses proprietary Google model to determine the keyword-based overlap
17734
+ # between the query and the document. * `base_rank`: the default rank of the
17735
+ # result
17712
17736
  # Corresponds to the JSON property `rankingExpression`
17713
17737
  # @return [String]
17714
17738
  attr_accessor :ranking_expression
@@ -18939,6 +18963,13 @@ module Google
18939
18963
  # @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaQuery]
18940
18964
  attr_accessor :query
18941
18965
 
18966
+ # Optional. Represents metadata related to the query config, for example LLM
18967
+ # model and version used, model parameters (temperature, grounding parameters,
18968
+ # etc.). The prefix "google." is reserved for Google-developed functionality.
18969
+ # Corresponds to the JSON property `queryConfig`
18970
+ # @return [Hash<String,String>]
18971
+ attr_accessor :query_config
18972
+
18942
18973
  def initialize(**args)
18943
18974
  update!(**args)
18944
18975
  end
@@ -18948,6 +18979,7 @@ module Google
18948
18979
  @answer = args[:answer] if args.key?(:answer)
18949
18980
  @detailed_answer = args[:detailed_answer] if args.key?(:detailed_answer)
18950
18981
  @query = args[:query] if args.key?(:query)
18982
+ @query_config = args[:query_config] if args.key?(:query_config)
18951
18983
  end
18952
18984
  end
18953
18985
 
@@ -19570,7 +19602,7 @@ module Google
19570
19602
  attr_accessor :last_login_time
19571
19603
 
19572
19604
  # Output only. License assignment state of the user. If the user is assigned
19573
- # with a license config, the user loggin will be assigned with the license; If
19605
+ # with a license config, the user login will be assigned with the license; If
19574
19606
  # the user's license assignment state is unassigned or unspecified, no license
19575
19607
  # config will be associated to the user;
19576
19608
  # Corresponds to the JSON property `licenseAssignmentState`
@@ -21240,7 +21272,7 @@ module Google
21240
21272
  # Supported keys: * `*`: all features, if it's present, all other feature state
21241
21273
  # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
21242
21274
  # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
21243
- # org-chart` * `bi-directional-audio` * `feedback`
21275
+ # org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
21244
21276
  # Corresponds to the JSON property `features`
21245
21277
  # @return [Hash<String,String>]
21246
21278
  attr_accessor :features
@@ -23023,7 +23055,10 @@ module Google
23023
23055
  # relevance and attractiveness of a search result from a user's perspective. A
23024
23056
  # higher pCTR suggests that the result is more likely to satisfy the user's
23025
23057
  # query and intent, making it a valuable signal for ranking. * `freshness_rank`:
23026
- # freshness adjustment as a rank * `base_rank`: the default rank of the result
23058
+ # freshness adjustment as a rank * `topicality_rank`: topicality adjustment as a
23059
+ # rank. Uses proprietary Google model to determine the keyword-based overlap
23060
+ # between the query and the document. * `base_rank`: the default rank of the
23061
+ # result
23027
23062
  # Corresponds to the JSON property `rankingExpression`
23028
23063
  # @return [String]
23029
23064
  attr_accessor :ranking_expression
@@ -24639,7 +24674,7 @@ module Google
24639
24674
  attr_accessor :last_login_time
24640
24675
 
24641
24676
  # Output only. License assignment state of the user. If the user is assigned
24642
- # with a license config, the user loggin will be assigned with the license; If
24677
+ # with a license config, the user login will be assigned with the license; If
24643
24678
  # the user's license assignment state is unassigned or unspecified, no license
24644
24679
  # config will be associated to the user;
24645
24680
  # Corresponds to the JSON property `licenseAssignmentState`
@@ -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.41.0"
19
+ GEM_VERSION = "0.43.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
@@ -6898,6 +6898,7 @@ module Google
6898
6898
 
6899
6899
  property :query, as: 'query', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Query, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Query::Representation
6900
6900
 
6901
+ hash :query_config, as: 'queryConfig'
6901
6902
  end
6902
6903
  end
6903
6904
 
@@ -7704,6 +7705,7 @@ module Google
7704
7705
  property :acl_enabled, as: 'aclEnabled'
7705
7706
  property :action_config, as: 'actionConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaActionConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaActionConfig::Representation
7706
7707
 
7708
+ property :action_state, as: 'actionState'
7707
7709
  collection :alert_policy_configs, as: 'alertPolicyConfigs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig::Representation
7708
7710
 
7709
7711
  property :auto_run_disabled, as: 'autoRunDisabled'
@@ -9028,6 +9030,7 @@ module Google
9028
9030
 
9029
9031
  property :query, as: 'query', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaQuery, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaQuery::Representation
9030
9032
 
9033
+ hash :query_config, as: 'queryConfig'
9031
9034
  end
9032
9035
  end
9033
9036
 
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.41.0
4
+ version: 0.43.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.41.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.43.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: