google-apis-discoveryengine_v1 0.42.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea8f86a4e4733403134e2f82d1e0c0c591f71b0ff992b54fa765bfa3ae04f0a4
|
4
|
+
data.tar.gz: a59c1f3b8a84c107326bd66baaa1959f5d0683d44596ff881be077ce491dfe04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5cdd6882782c83fa64ad5e08fe85e752d95136110fae560947515ec2ae2e6466c027a3e69c66cea571c62cc523f1682f8a8f97f7ca38250f96032bb6f6a9128
|
7
|
+
data.tar.gz: e41cacb0715a82f8d643c27e741c43e8dd17963b29f04561fbd1afa799d39d882806c4a4fb491418229d6bf15fea85fc83d04a9a619f46a5f978d5a1bdd1f675
|
data/CHANGELOG.md
CHANGED
@@ -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
|
@@ -11704,7 +11704,7 @@ module Google
|
|
11704
11704
|
attr_accessor :last_login_time
|
11705
11705
|
|
11706
11706
|
# Output only. License assignment state of the user. If the user is assigned
|
11707
|
-
# with a license config, the user
|
11707
|
+
# with a license config, the user login will be assigned with the license; If
|
11708
11708
|
# the user's license assignment state is unassigned or unspecified, no license
|
11709
11709
|
# config will be associated to the user;
|
11710
11710
|
# Corresponds to the JSON property `licenseAssignmentState`
|
@@ -13767,6 +13767,12 @@ module Google
|
|
13767
13767
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaActionConfig]
|
13768
13768
|
attr_accessor :action_config
|
13769
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
|
+
|
13770
13776
|
# Optional. The connector level alert config.
|
13771
13777
|
# Corresponds to the JSON property `alertPolicyConfigs`
|
13772
13778
|
# @return [Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig>]
|
@@ -13858,12 +13864,16 @@ module Google
|
|
13858
13864
|
# Optional. The refresh interval specifically for incremental data syncs. If
|
13859
13865
|
# unset, incremental syncs will use the default from env, set to 3hrs. The
|
13860
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.
|
13861
13869
|
# Corresponds to the JSON property `incrementalRefreshInterval`
|
13862
13870
|
# @return [String]
|
13863
13871
|
attr_accessor :incremental_refresh_interval
|
13864
13872
|
|
13865
13873
|
# Optional. Indicates whether incremental syncs are paused for this connector.
|
13866
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.
|
13867
13877
|
# Corresponds to the JSON property `incrementalSyncDisabled`
|
13868
13878
|
# @return [Boolean]
|
13869
13879
|
attr_accessor :incremental_sync_disabled
|
@@ -13962,7 +13972,9 @@ module Google
|
|
13962
13972
|
|
13963
13973
|
# Required. The refresh interval for data sync. If duration is set to 0, the
|
13964
13974
|
# data will be synced in real time. The streaming feature is not supported yet.
|
13965
|
-
# 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.
|
13966
13978
|
# Corresponds to the JSON property `refreshInterval`
|
13967
13979
|
# @return [String]
|
13968
13980
|
attr_accessor :refresh_interval
|
@@ -14001,6 +14013,7 @@ module Google
|
|
14001
14013
|
def update!(**args)
|
14002
14014
|
@acl_enabled = args[:acl_enabled] if args.key?(:acl_enabled)
|
14003
14015
|
@action_config = args[:action_config] if args.key?(:action_config)
|
14016
|
+
@action_state = args[:action_state] if args.key?(:action_state)
|
14004
14017
|
@alert_policy_configs = args[:alert_policy_configs] if args.key?(:alert_policy_configs)
|
14005
14018
|
@auto_run_disabled = args[:auto_run_disabled] if args.key?(:auto_run_disabled)
|
14006
14019
|
@bap_config = args[:bap_config] if args.key?(:bap_config)
|
@@ -15081,7 +15094,7 @@ module Google
|
|
15081
15094
|
# Supported keys: * `*`: all features, if it's present, all other feature state
|
15082
15095
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
15083
15096
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
15084
|
-
# org-chart` * `bi-directional-audio` * `feedback`
|
15097
|
+
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
|
15085
15098
|
# Corresponds to the JSON property `features`
|
15086
15099
|
# @return [Hash<String,String>]
|
15087
15100
|
attr_accessor :features
|
@@ -19589,7 +19602,7 @@ module Google
|
|
19589
19602
|
attr_accessor :last_login_time
|
19590
19603
|
|
19591
19604
|
# Output only. License assignment state of the user. If the user is assigned
|
19592
|
-
# with a license config, the user
|
19605
|
+
# with a license config, the user login will be assigned with the license; If
|
19593
19606
|
# the user's license assignment state is unassigned or unspecified, no license
|
19594
19607
|
# config will be associated to the user;
|
19595
19608
|
# Corresponds to the JSON property `licenseAssignmentState`
|
@@ -21259,7 +21272,7 @@ module Google
|
|
21259
21272
|
# Supported keys: * `*`: all features, if it's present, all other feature state
|
21260
21273
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
21261
21274
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
21262
|
-
# org-chart` * `bi-directional-audio` * `feedback`
|
21275
|
+
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
|
21263
21276
|
# Corresponds to the JSON property `features`
|
21264
21277
|
# @return [Hash<String,String>]
|
21265
21278
|
attr_accessor :features
|
@@ -24661,7 +24674,7 @@ module Google
|
|
24661
24674
|
attr_accessor :last_login_time
|
24662
24675
|
|
24663
24676
|
# Output only. License assignment state of the user. If the user is assigned
|
24664
|
-
# with a license config, the user
|
24677
|
+
# with a license config, the user login will be assigned with the license; If
|
24665
24678
|
# the user's license assignment state is unassigned or unspecified, no license
|
24666
24679
|
# config will be associated to the user;
|
24667
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.
|
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 = "
|
25
|
+
REVISION = "20250619"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -7705,6 +7705,7 @@ module Google
|
|
7705
7705
|
property :acl_enabled, as: 'aclEnabled'
|
7706
7706
|
property :action_config, as: 'actionConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaActionConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaActionConfig::Representation
|
7707
7707
|
|
7708
|
+
property :action_state, as: 'actionState'
|
7708
7709
|
collection :alert_policy_configs, as: 'alertPolicyConfigs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig::Representation
|
7709
7710
|
|
7710
7711
|
property :auto_run_disabled, as: 'autoRunDisabled'
|
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.
|
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.
|
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:
|