google-apis-discoveryengine_v1beta 0.106.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: cf4fca543bb40683bec5221d658f653f6c682ca43c1ab60cbeb83f5f3a86dbb3
4
- data.tar.gz: 5b53841d66967ea61e7e3b50c8fd5efc6f18c0ccb11ea486a31b20dd8cf020c9
3
+ metadata.gz: 0d4c07ba679f8b8ad2dd7567fc9a39487973c82327c0b86120f03cbed6a447aa
4
+ data.tar.gz: d6eeb3227d715387711f41c2b9804233ccb1daa328754a6eead041801b1f1578
5
5
  SHA512:
6
- metadata.gz: 1132a17f31cdccc9466bfb3c0beb37679790618af6e0c59581daa8d1350cb40148ed6ed6a808c7f7e820e2ceaed9a11c83829169489a902278436818dcf2f750
7
- data.tar.gz: c78e61707ebe3410cd5d3fedab54c54a13253af944e31524fc2eba840e97d0c4d56005c7addbb44ad34c2be592520a58ee9aa44f9a15a703ddbc3b0b705f13b2
6
+ metadata.gz: fb8d3be2cd7733f8ae1a9a6043529ddb0d24f436502b853dda00345d6f3ed7c53919cebd06dc54bd75d3be26008aac60e4b43629f456ab9ba4801042b6b6e5da
7
+ data.tar.gz: 8262ba27e66857900525262f9b24aa4f85a6a65c4e6a23113ff85785c7c6f7aae2d912795abfa774f82e47dca9da9d99b0b46bc77c5dec57d1486a51dcee2f50
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-discoveryengine_v1beta
2
2
 
3
+ ### v0.108.0 (2026-07-26)
4
+
5
+ * Regenerated from discovery document revision 20260718
6
+
7
+ ### v0.107.0 (2026-07-19)
8
+
9
+ * Regenerated from discovery document revision 20260712
10
+
3
11
  ### v0.106.0 (2026-07-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20260706
@@ -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` * `deep-research`
3977
+ # orchestration` * `cross-product-intelligence`
3966
3978
  # Corresponds to the JSON property `features`
3967
3979
  # @return [Hash<String,String>]
3968
3980
  attr_accessor :features
@@ -5012,6 +5024,15 @@ module Google
5012
5024
  attr_accessor :gemini_bundle
5013
5025
  alias_method :gemini_bundle?, :gemini_bundle
5014
5026
 
5027
+ # Optional. Timestamp of the most recent user-initiated update (seat count
5028
+ # change or subscription term change). Unlike `update_time`, this field is only
5029
+ # stamped when a customer explicitly updates the license (e.g. via the UI), and
5030
+ # is not touched by system-driven writes (subscription pipeline, BALC
5031
+ # propagation, etc.).
5032
+ # Corresponds to the JSON property `lastUserUpdateTime`
5033
+ # @return [String]
5034
+ attr_accessor :last_user_update_time
5035
+
5015
5036
  # Required. Number of licenses purchased.
5016
5037
  # Corresponds to the JSON property `licenseCount`
5017
5038
  # @return [Fixnum]
@@ -5063,6 +5084,7 @@ module Google
5063
5084
  @end_date = args[:end_date] if args.key?(:end_date)
5064
5085
  @free_trial = args[:free_trial] if args.key?(:free_trial)
5065
5086
  @gemini_bundle = args[:gemini_bundle] if args.key?(:gemini_bundle)
5087
+ @last_user_update_time = args[:last_user_update_time] if args.key?(:last_user_update_time)
5066
5088
  @license_count = args[:license_count] if args.key?(:license_count)
5067
5089
  @name = args[:name] if args.key?(:name)
5068
5090
  @start_date = args[:start_date] if args.key?(:start_date)
@@ -10735,6 +10757,17 @@ module Google
10735
10757
  # @return [String]
10736
10758
  attr_accessor :sync_mode
10737
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
+
10738
10771
  # Output only. Timestamp the DataConnector was last updated.
10739
10772
  # Corresponds to the JSON property `updateTime`
10740
10773
  # @return [String]
@@ -10796,6 +10829,7 @@ module Google
10796
10829
  @static_ip_addresses = args[:static_ip_addresses] if args.key?(:static_ip_addresses)
10797
10830
  @static_ip_enabled = args[:static_ip_enabled] if args.key?(:static_ip_enabled)
10798
10831
  @sync_mode = args[:sync_mode] if args.key?(:sync_mode)
10832
+ @tag = args[:tag] if args.key?(:tag)
10799
10833
  @update_time = args[:update_time] if args.key?(:update_time)
10800
10834
  @vpcsc_enabled = args[:vpcsc_enabled] if args.key?(:vpcsc_enabled)
10801
10835
  end
@@ -11131,6 +11165,16 @@ module Google
11131
11165
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig]
11132
11166
  attr_accessor :healthcare_fhir_config
11133
11167
 
11168
+ # Output only. Provides the icon URI of the data store's connector source, if
11169
+ # this is a connector-backed data store. Empty for data stores without an
11170
+ # associated connector source. In DataStoreService.ListDataStores and
11171
+ # DataStoreService.GetDataStore, this is only populated when DataStoreView.
11172
+ # DATA_STORE_VIEW_FULL is requested via ListDataStoresRequest.view or
11173
+ # GetDataStoreRequest.view respectively.
11174
+ # Corresponds to the JSON property `iconUri`
11175
+ # @return [String]
11176
+ attr_accessor :icon_uri
11177
+
11134
11178
  # Immutable. The fully qualified resource name of the associated
11135
11179
  # IdentityMappingStore. This field can only be set for acl_enabled DataStores
11136
11180
  # with `THIRD_PARTY` or `GSUITE` IdP. Format: `projects/`project`/locations/`
@@ -11224,6 +11268,7 @@ module Google
11224
11268
  @document_processing_config = args[:document_processing_config] if args.key?(:document_processing_config)
11225
11269
  @federated_search_config = args[:federated_search_config] if args.key?(:federated_search_config)
11226
11270
  @healthcare_fhir_config = args[:healthcare_fhir_config] if args.key?(:healthcare_fhir_config)
11271
+ @icon_uri = args[:icon_uri] if args.key?(:icon_uri)
11227
11272
  @identity_mapping_store = args[:identity_mapping_store] if args.key?(:identity_mapping_store)
11228
11273
  @idp_config = args[:idp_config] if args.key?(:idp_config)
11229
11274
  @industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
@@ -12378,7 +12423,7 @@ module Google
12378
12423
  # disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `
12379
12424
  # canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-
12380
12425
  # sharing-with-groups` * `single-agent-orchestration` * `multi-agent-
12381
- # orchestration` * `cross-product-intelligence` * `deep-research`
12426
+ # orchestration` * `cross-product-intelligence`
12382
12427
  # Corresponds to the JSON property `features`
12383
12428
  # @return [Hash<String,String>]
12384
12429
  attr_accessor :features
@@ -14076,6 +14121,15 @@ module Google
14076
14121
  attr_accessor :gemini_bundle
14077
14122
  alias_method :gemini_bundle?, :gemini_bundle
14078
14123
 
14124
+ # Optional. Timestamp of the most recent user-initiated update (seat count
14125
+ # change or subscription term change). Unlike `update_time`, this field is only
14126
+ # stamped when a customer explicitly updates the license (e.g. via the UI), and
14127
+ # is not touched by system-driven writes (subscription pipeline, BALC
14128
+ # propagation, etc.).
14129
+ # Corresponds to the JSON property `lastUserUpdateTime`
14130
+ # @return [String]
14131
+ attr_accessor :last_user_update_time
14132
+
14079
14133
  # Required. Number of licenses purchased.
14080
14134
  # Corresponds to the JSON property `licenseCount`
14081
14135
  # @return [Fixnum]
@@ -14128,6 +14182,7 @@ module Google
14128
14182
  @end_date = args[:end_date] if args.key?(:end_date)
14129
14183
  @free_trial = args[:free_trial] if args.key?(:free_trial)
14130
14184
  @gemini_bundle = args[:gemini_bundle] if args.key?(:gemini_bundle)
14185
+ @last_user_update_time = args[:last_user_update_time] if args.key?(:last_user_update_time)
14131
14186
  @license_count = args[:license_count] if args.key?(:license_count)
14132
14187
  @name = args[:name] if args.key?(:name)
14133
14188
  @start_date = args[:start_date] if args.key?(:start_date)
@@ -25342,7 +25397,7 @@ module Google
25342
25397
  # disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `
25343
25398
  # canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-
25344
25399
  # sharing-with-groups` * `single-agent-orchestration` * `multi-agent-
25345
- # orchestration` * `cross-product-intelligence` * `deep-research`
25400
+ # orchestration` * `cross-product-intelligence`
25346
25401
  # Corresponds to the JSON property `features`
25347
25402
  # @return [Hash<String,String>]
25348
25403
  attr_accessor :features
@@ -27497,6 +27552,15 @@ module Google
27497
27552
  attr_accessor :gemini_bundle
27498
27553
  alias_method :gemini_bundle?, :gemini_bundle
27499
27554
 
27555
+ # Optional. Timestamp of the most recent user-initiated update (seat count
27556
+ # change or subscription term change). Unlike `update_time`, this field is only
27557
+ # stamped when a customer explicitly updates the license (e.g. via the UI), and
27558
+ # is not touched by system-driven writes (subscription pipeline, BALC
27559
+ # propagation, etc.).
27560
+ # Corresponds to the JSON property `lastUserUpdateTime`
27561
+ # @return [String]
27562
+ attr_accessor :last_user_update_time
27563
+
27500
27564
  # Required. Number of licenses purchased.
27501
27565
  # Corresponds to the JSON property `licenseCount`
27502
27566
  # @return [Fixnum]
@@ -27548,6 +27612,7 @@ module Google
27548
27612
  @end_date = args[:end_date] if args.key?(:end_date)
27549
27613
  @free_trial = args[:free_trial] if args.key?(:free_trial)
27550
27614
  @gemini_bundle = args[:gemini_bundle] if args.key?(:gemini_bundle)
27615
+ @last_user_update_time = args[:last_user_update_time] if args.key?(:last_user_update_time)
27551
27616
  @license_count = args[:license_count] if args.key?(:license_count)
27552
27617
  @name = args[:name] if args.key?(:name)
27553
27618
  @start_date = args[:start_date] if args.key?(:start_date)
@@ -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.106.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 = "20260706"
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
@@ -6888,6 +6889,7 @@ module Google
6888
6889
 
6889
6890
  property :free_trial, as: 'freeTrial'
6890
6891
  property :gemini_bundle, as: 'geminiBundle'
6892
+ property :last_user_update_time, as: 'lastUserUpdateTime'
6891
6893
  property :license_count, :numeric_string => true, as: 'licenseCount'
6892
6894
  property :name, as: 'name'
6893
6895
  property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
@@ -8421,6 +8423,7 @@ module Google
8421
8423
  collection :static_ip_addresses, as: 'staticIpAddresses'
8422
8424
  property :static_ip_enabled, as: 'staticIpEnabled'
8423
8425
  property :sync_mode, as: 'syncMode'
8426
+ property :tag, as: 'tag'
8424
8427
  property :update_time, as: 'updateTime'
8425
8428
  property :vpcsc_enabled, as: 'vpcscEnabled'
8426
8429
  end
@@ -8519,6 +8522,7 @@ module Google
8519
8522
 
8520
8523
  property :healthcare_fhir_config, as: 'healthcareFhirConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig::Representation
8521
8524
 
8525
+ property :icon_uri, as: 'iconUri'
8522
8526
  property :identity_mapping_store, as: 'identityMappingStore'
8523
8527
  property :idp_config, as: 'idpConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaIdpConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaIdpConfig::Representation
8524
8528
 
@@ -9313,6 +9317,7 @@ module Google
9313
9317
 
9314
9318
  property :free_trial, as: 'freeTrial'
9315
9319
  property :gemini_bundle, as: 'geminiBundle'
9320
+ property :last_user_update_time, as: 'lastUserUpdateTime'
9316
9321
  property :license_count, :numeric_string => true, as: 'licenseCount'
9317
9322
  property :name, as: 'name'
9318
9323
  property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
@@ -12956,6 +12961,7 @@ module Google
12956
12961
 
12957
12962
  property :free_trial, as: 'freeTrial'
12958
12963
  property :gemini_bundle, as: 'geminiBundle'
12964
+ property :last_user_update_time, as: 'lastUserUpdateTime'
12959
12965
  property :license_count, :numeric_string => true, as: 'licenseCount'
12960
12966
  property :name, as: 'name'
12961
12967
  property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
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.106.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.106.0
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: