google-apis-discoveryengine_v1alpha 0.66.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/discoveryengine_v1alpha/classes.rb +21 -8
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +1 -0
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +5 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae43f7322dd5a6b9a367fc3251637b4a0ac4d0ff2dc9bb87fe3adf4be5a15fa5
|
4
|
+
data.tar.gz: d0a2e2f0b20a9f09115282d6e829c1d35ce12d975d83f3972a9458eff337db95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3aab41c2400f4b05d98fec0e31a6de9346885d6f8f271efbda5a20050ccd1948a82c7d1f862105293b4f97daf82b7802729474f2fd049b07417dc5d642083ee
|
7
|
+
data.tar.gz: 8974e88057f0ce0fefc3da0c811f2ec10bb448b57a170d5c2f54fae8c089ca1d5666d4b72e69543643c9b7047833402ce5b63c1029f9ea4ce46ce410ac3e0aa3
|
data/CHANGELOG.md
CHANGED
@@ -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
|
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
|
@@ -21447,7 +21460,7 @@ module Google
|
|
21447
21460
|
attr_accessor :last_login_time
|
21448
21461
|
|
21449
21462
|
# Output only. License assignment state of the user. If the user is assigned
|
21450
|
-
# with a license config, the user
|
21463
|
+
# with a license config, the user login will be assigned with the license; If
|
21451
21464
|
# the user's license assignment state is unassigned or unspecified, no license
|
21452
21465
|
# config will be associated to the user;
|
21453
21466
|
# Corresponds to the JSON property `licenseAssignmentState`
|
@@ -22230,7 +22243,7 @@ module Google
|
|
22230
22243
|
# Output only. Feature config for the engine to opt in or opt out of features.
|
22231
22244
|
# Supported keys: * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery`
|
22232
22245
|
# * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-
|
22233
|
-
# chart` * `bi-directional-audio` * `feedback`
|
22246
|
+
# chart` * `bi-directional-audio` * `feedback` * `session-sharing`
|
22234
22247
|
# Corresponds to the JSON property `features`
|
22235
22248
|
# @return [Hash<String,String>]
|
22236
22249
|
attr_accessor :features
|
@@ -23981,7 +23994,7 @@ module Google
|
|
23981
23994
|
# Supported keys: * `*`: all features, if it's present, all other feature state
|
23982
23995
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
23983
23996
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
23984
|
-
# org-chart` * `bi-directional-audio` * `feedback`
|
23997
|
+
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
|
23985
23998
|
# Corresponds to the JSON property `features`
|
23986
23999
|
# @return [Hash<String,String>]
|
23987
24000
|
attr_accessor :features
|
@@ -27383,7 +27396,7 @@ module Google
|
|
27383
27396
|
attr_accessor :last_login_time
|
27384
27397
|
|
27385
27398
|
# Output only. License assignment state of the user. If the user is assigned
|
27386
|
-
# with a license config, the user
|
27399
|
+
# with a license config, the user login will be assigned with the license; If
|
27387
27400
|
# the user's license assignment state is unassigned or unspecified, no license
|
27388
27401
|
# config will be associated to the user;
|
27389
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.
|
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 = "
|
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'
|
@@ -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
|
858
|
-
#
|
859
|
-
#
|
860
|
-
#
|
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.
|
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.
|
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:
|