google-apis-discoveryengine_v1beta 0.107.0 → 0.108.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: 0d4c07ba679f8b8ad2dd7567fc9a39487973c82327c0b86120f03cbed6a447aa
|
|
4
|
+
data.tar.gz: d6eeb3227d715387711f41c2b9804233ccb1daa328754a6eead041801b1f1578
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb8d3be2cd7733f8ae1a9a6043529ddb0d24f436502b853dda00345d6f3ed7c53919cebd06dc54bd75d3be26008aac60e4b43629f456ab9ba4801042b6b6e5da
|
|
7
|
+
data.tar.gz: 8262ba27e66857900525262f9b24aa4f85a6a65c4e6a23113ff85785c7c6f7aae2d912795abfa774f82e47dca9da9d99b0b46bc77c5dec57d1486a51dcee2f50
|
data/CHANGELOG.md
CHANGED
|
@@ -2527,6 +2527,17 @@ module Google
|
|
|
2527
2527
|
# @return [String]
|
|
2528
2528
|
attr_accessor :sync_mode
|
|
2529
2529
|
|
|
2530
|
+
# Optional. Immutable. User-facing, version-independent label for this connector.
|
|
2531
|
+
# May be shared by multiple connectors under the same (project, location,
|
|
2532
|
+
# collection, data_source); tag-based lookup returns the one with the greatest
|
|
2533
|
+
# create_time. Optional at Create time. Agent Designer resolves connectors via (
|
|
2534
|
+
# data_source, tag) when set, falling back to the legacy resource-name lookup
|
|
2535
|
+
# when unset, so connectors created before the tag-write launch continue to work
|
|
2536
|
+
# without a backfill.
|
|
2537
|
+
# Corresponds to the JSON property `tag`
|
|
2538
|
+
# @return [String]
|
|
2539
|
+
attr_accessor :tag
|
|
2540
|
+
|
|
2530
2541
|
# Output only. Timestamp the DataConnector was last updated.
|
|
2531
2542
|
# Corresponds to the JSON property `updateTime`
|
|
2532
2543
|
# @return [String]
|
|
@@ -2587,6 +2598,7 @@ module Google
|
|
|
2587
2598
|
@static_ip_addresses = args[:static_ip_addresses] if args.key?(:static_ip_addresses)
|
|
2588
2599
|
@static_ip_enabled = args[:static_ip_enabled] if args.key?(:static_ip_enabled)
|
|
2589
2600
|
@sync_mode = args[:sync_mode] if args.key?(:sync_mode)
|
|
2601
|
+
@tag = args[:tag] if args.key?(:tag)
|
|
2590
2602
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
2591
2603
|
@vpcsc_enabled = args[:vpcsc_enabled] if args.key?(:vpcsc_enabled)
|
|
2592
2604
|
end
|
|
@@ -3962,7 +3974,7 @@ module Google
|
|
|
3962
3974
|
# disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `
|
|
3963
3975
|
# canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-
|
|
3964
3976
|
# sharing-with-groups` * `single-agent-orchestration` * `multi-agent-
|
|
3965
|
-
# orchestration` * `cross-product-intelligence`
|
|
3977
|
+
# orchestration` * `cross-product-intelligence`
|
|
3966
3978
|
# Corresponds to the JSON property `features`
|
|
3967
3979
|
# @return [Hash<String,String>]
|
|
3968
3980
|
attr_accessor :features
|
|
@@ -10745,6 +10757,17 @@ module Google
|
|
|
10745
10757
|
# @return [String]
|
|
10746
10758
|
attr_accessor :sync_mode
|
|
10747
10759
|
|
|
10760
|
+
# Optional. Immutable. User-facing, version-independent label for this connector.
|
|
10761
|
+
# May be shared by multiple connectors under the same (project, location,
|
|
10762
|
+
# collection, data_source); tag-based lookup returns the one with the greatest
|
|
10763
|
+
# create_time. Optional at Create time. Agent Designer resolves connectors via (
|
|
10764
|
+
# data_source, tag) when set, falling back to the legacy resource-name lookup
|
|
10765
|
+
# when unset, so connectors created before the tag-write launch continue to work
|
|
10766
|
+
# without a backfill.
|
|
10767
|
+
# Corresponds to the JSON property `tag`
|
|
10768
|
+
# @return [String]
|
|
10769
|
+
attr_accessor :tag
|
|
10770
|
+
|
|
10748
10771
|
# Output only. Timestamp the DataConnector was last updated.
|
|
10749
10772
|
# Corresponds to the JSON property `updateTime`
|
|
10750
10773
|
# @return [String]
|
|
@@ -10806,6 +10829,7 @@ module Google
|
|
|
10806
10829
|
@static_ip_addresses = args[:static_ip_addresses] if args.key?(:static_ip_addresses)
|
|
10807
10830
|
@static_ip_enabled = args[:static_ip_enabled] if args.key?(:static_ip_enabled)
|
|
10808
10831
|
@sync_mode = args[:sync_mode] if args.key?(:sync_mode)
|
|
10832
|
+
@tag = args[:tag] if args.key?(:tag)
|
|
10809
10833
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
10810
10834
|
@vpcsc_enabled = args[:vpcsc_enabled] if args.key?(:vpcsc_enabled)
|
|
10811
10835
|
end
|
|
@@ -12399,7 +12423,7 @@ module Google
|
|
|
12399
12423
|
# disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `
|
|
12400
12424
|
# canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-
|
|
12401
12425
|
# sharing-with-groups` * `single-agent-orchestration` * `multi-agent-
|
|
12402
|
-
# orchestration` * `cross-product-intelligence`
|
|
12426
|
+
# orchestration` * `cross-product-intelligence`
|
|
12403
12427
|
# Corresponds to the JSON property `features`
|
|
12404
12428
|
# @return [Hash<String,String>]
|
|
12405
12429
|
attr_accessor :features
|
|
@@ -25373,7 +25397,7 @@ module Google
|
|
|
25373
25397
|
# disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `
|
|
25374
25398
|
# canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-
|
|
25375
25399
|
# sharing-with-groups` * `single-agent-orchestration` * `multi-agent-
|
|
25376
|
-
# orchestration` * `cross-product-intelligence`
|
|
25400
|
+
# orchestration` * `cross-product-intelligence`
|
|
25377
25401
|
# Corresponds to the JSON property `features`
|
|
25378
25402
|
# @return [Hash<String,String>]
|
|
25379
25403
|
attr_accessor :features
|
|
@@ -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.108.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260718"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -6224,6 +6224,7 @@ module Google
|
|
|
6224
6224
|
collection :static_ip_addresses, as: 'staticIpAddresses'
|
|
6225
6225
|
property :static_ip_enabled, as: 'staticIpEnabled'
|
|
6226
6226
|
property :sync_mode, as: 'syncMode'
|
|
6227
|
+
property :tag, as: 'tag'
|
|
6227
6228
|
property :update_time, as: 'updateTime'
|
|
6228
6229
|
property :vpcsc_enabled, as: 'vpcscEnabled'
|
|
6229
6230
|
end
|
|
@@ -8422,6 +8423,7 @@ module Google
|
|
|
8422
8423
|
collection :static_ip_addresses, as: 'staticIpAddresses'
|
|
8423
8424
|
property :static_ip_enabled, as: 'staticIpEnabled'
|
|
8424
8425
|
property :sync_mode, as: 'syncMode'
|
|
8426
|
+
property :tag, as: 'tag'
|
|
8425
8427
|
property :update_time, as: 'updateTime'
|
|
8426
8428
|
property :vpcsc_enabled, as: 'vpcscEnabled'
|
|
8427
8429
|
end
|
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.108.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.108.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:
|