google-apis-discoveryengine_v1beta 0.70.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
@@ -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
|
@@ -12360,7 +12373,7 @@ module Google
|
|
12360
12373
|
attr_accessor :last_login_time
|
12361
12374
|
|
12362
12375
|
# Output only. License assignment state of the user. If the user is assigned
|
12363
|
-
# with a license config, the user
|
12376
|
+
# with a license config, the user login will be assigned with the license; If
|
12364
12377
|
# the user's license assignment state is unassigned or unspecified, no license
|
12365
12378
|
# config will be associated to the user;
|
12366
12379
|
# Corresponds to the JSON property `licenseAssignmentState`
|
@@ -18010,7 +18023,7 @@ module Google
|
|
18010
18023
|
# Supported keys: * `*`: all features, if it's present, all other feature state
|
18011
18024
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
18012
18025
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
18013
|
-
# org-chart` * `bi-directional-audio` * `feedback`
|
18026
|
+
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
|
18014
18027
|
# Corresponds to the JSON property `features`
|
18015
18028
|
# @return [Hash<String,String>]
|
18016
18029
|
attr_accessor :features
|
@@ -25754,7 +25767,7 @@ module Google
|
|
25754
25767
|
attr_accessor :last_login_time
|
25755
25768
|
|
25756
25769
|
# Output only. License assignment state of the user. If the user is assigned
|
25757
|
-
# with a license config, the user
|
25770
|
+
# with a license config, the user login will be assigned with the license; If
|
25758
25771
|
# the user's license assignment state is unassigned or unspecified, no license
|
25759
25772
|
# config will be associated to the user;
|
25760
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'
|
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:
|