google-apis-discoveryengine_v1beta 0.106.0 → 0.107.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: 782f35081d1b8bbfc662772c2bdafd8badef93020559b1ab3dfd89cd98bef169
|
|
4
|
+
data.tar.gz: b377cff2a79024dc3cc8b98cc4fc3ed832758188d60a47ac9a2124a2d0a8a659
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92485a77dabbb710526245f89600ef192d2a6834f9afd336c493c5dcdb583ecdee029f68b8aac1063dba830e8f0cb3bb675799f90022e6b9d7bbcd0bb2824bd0
|
|
7
|
+
data.tar.gz: b13ed221b85428b5015d2ccf58c465dacd5644d58ffe5a3f48320dba34d401346990a377d0279719fd72529bb910e918bd41c8ff6f85d5e0b3753c0dcecf9cd4
|
data/CHANGELOG.md
CHANGED
|
@@ -5012,6 +5012,15 @@ module Google
|
|
|
5012
5012
|
attr_accessor :gemini_bundle
|
|
5013
5013
|
alias_method :gemini_bundle?, :gemini_bundle
|
|
5014
5014
|
|
|
5015
|
+
# Optional. Timestamp of the most recent user-initiated update (seat count
|
|
5016
|
+
# change or subscription term change). Unlike `update_time`, this field is only
|
|
5017
|
+
# stamped when a customer explicitly updates the license (e.g. via the UI), and
|
|
5018
|
+
# is not touched by system-driven writes (subscription pipeline, BALC
|
|
5019
|
+
# propagation, etc.).
|
|
5020
|
+
# Corresponds to the JSON property `lastUserUpdateTime`
|
|
5021
|
+
# @return [String]
|
|
5022
|
+
attr_accessor :last_user_update_time
|
|
5023
|
+
|
|
5015
5024
|
# Required. Number of licenses purchased.
|
|
5016
5025
|
# Corresponds to the JSON property `licenseCount`
|
|
5017
5026
|
# @return [Fixnum]
|
|
@@ -5063,6 +5072,7 @@ module Google
|
|
|
5063
5072
|
@end_date = args[:end_date] if args.key?(:end_date)
|
|
5064
5073
|
@free_trial = args[:free_trial] if args.key?(:free_trial)
|
|
5065
5074
|
@gemini_bundle = args[:gemini_bundle] if args.key?(:gemini_bundle)
|
|
5075
|
+
@last_user_update_time = args[:last_user_update_time] if args.key?(:last_user_update_time)
|
|
5066
5076
|
@license_count = args[:license_count] if args.key?(:license_count)
|
|
5067
5077
|
@name = args[:name] if args.key?(:name)
|
|
5068
5078
|
@start_date = args[:start_date] if args.key?(:start_date)
|
|
@@ -11131,6 +11141,16 @@ module Google
|
|
|
11131
11141
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig]
|
|
11132
11142
|
attr_accessor :healthcare_fhir_config
|
|
11133
11143
|
|
|
11144
|
+
# Output only. Provides the icon URI of the data store's connector source, if
|
|
11145
|
+
# this is a connector-backed data store. Empty for data stores without an
|
|
11146
|
+
# associated connector source. In DataStoreService.ListDataStores and
|
|
11147
|
+
# DataStoreService.GetDataStore, this is only populated when DataStoreView.
|
|
11148
|
+
# DATA_STORE_VIEW_FULL is requested via ListDataStoresRequest.view or
|
|
11149
|
+
# GetDataStoreRequest.view respectively.
|
|
11150
|
+
# Corresponds to the JSON property `iconUri`
|
|
11151
|
+
# @return [String]
|
|
11152
|
+
attr_accessor :icon_uri
|
|
11153
|
+
|
|
11134
11154
|
# Immutable. The fully qualified resource name of the associated
|
|
11135
11155
|
# IdentityMappingStore. This field can only be set for acl_enabled DataStores
|
|
11136
11156
|
# with `THIRD_PARTY` or `GSUITE` IdP. Format: `projects/`project`/locations/`
|
|
@@ -11224,6 +11244,7 @@ module Google
|
|
|
11224
11244
|
@document_processing_config = args[:document_processing_config] if args.key?(:document_processing_config)
|
|
11225
11245
|
@federated_search_config = args[:federated_search_config] if args.key?(:federated_search_config)
|
|
11226
11246
|
@healthcare_fhir_config = args[:healthcare_fhir_config] if args.key?(:healthcare_fhir_config)
|
|
11247
|
+
@icon_uri = args[:icon_uri] if args.key?(:icon_uri)
|
|
11227
11248
|
@identity_mapping_store = args[:identity_mapping_store] if args.key?(:identity_mapping_store)
|
|
11228
11249
|
@idp_config = args[:idp_config] if args.key?(:idp_config)
|
|
11229
11250
|
@industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
|
|
@@ -14076,6 +14097,15 @@ module Google
|
|
|
14076
14097
|
attr_accessor :gemini_bundle
|
|
14077
14098
|
alias_method :gemini_bundle?, :gemini_bundle
|
|
14078
14099
|
|
|
14100
|
+
# Optional. Timestamp of the most recent user-initiated update (seat count
|
|
14101
|
+
# change or subscription term change). Unlike `update_time`, this field is only
|
|
14102
|
+
# stamped when a customer explicitly updates the license (e.g. via the UI), and
|
|
14103
|
+
# is not touched by system-driven writes (subscription pipeline, BALC
|
|
14104
|
+
# propagation, etc.).
|
|
14105
|
+
# Corresponds to the JSON property `lastUserUpdateTime`
|
|
14106
|
+
# @return [String]
|
|
14107
|
+
attr_accessor :last_user_update_time
|
|
14108
|
+
|
|
14079
14109
|
# Required. Number of licenses purchased.
|
|
14080
14110
|
# Corresponds to the JSON property `licenseCount`
|
|
14081
14111
|
# @return [Fixnum]
|
|
@@ -14128,6 +14158,7 @@ module Google
|
|
|
14128
14158
|
@end_date = args[:end_date] if args.key?(:end_date)
|
|
14129
14159
|
@free_trial = args[:free_trial] if args.key?(:free_trial)
|
|
14130
14160
|
@gemini_bundle = args[:gemini_bundle] if args.key?(:gemini_bundle)
|
|
14161
|
+
@last_user_update_time = args[:last_user_update_time] if args.key?(:last_user_update_time)
|
|
14131
14162
|
@license_count = args[:license_count] if args.key?(:license_count)
|
|
14132
14163
|
@name = args[:name] if args.key?(:name)
|
|
14133
14164
|
@start_date = args[:start_date] if args.key?(:start_date)
|
|
@@ -27497,6 +27528,15 @@ module Google
|
|
|
27497
27528
|
attr_accessor :gemini_bundle
|
|
27498
27529
|
alias_method :gemini_bundle?, :gemini_bundle
|
|
27499
27530
|
|
|
27531
|
+
# Optional. Timestamp of the most recent user-initiated update (seat count
|
|
27532
|
+
# change or subscription term change). Unlike `update_time`, this field is only
|
|
27533
|
+
# stamped when a customer explicitly updates the license (e.g. via the UI), and
|
|
27534
|
+
# is not touched by system-driven writes (subscription pipeline, BALC
|
|
27535
|
+
# propagation, etc.).
|
|
27536
|
+
# Corresponds to the JSON property `lastUserUpdateTime`
|
|
27537
|
+
# @return [String]
|
|
27538
|
+
attr_accessor :last_user_update_time
|
|
27539
|
+
|
|
27500
27540
|
# Required. Number of licenses purchased.
|
|
27501
27541
|
# Corresponds to the JSON property `licenseCount`
|
|
27502
27542
|
# @return [Fixnum]
|
|
@@ -27548,6 +27588,7 @@ module Google
|
|
|
27548
27588
|
@end_date = args[:end_date] if args.key?(:end_date)
|
|
27549
27589
|
@free_trial = args[:free_trial] if args.key?(:free_trial)
|
|
27550
27590
|
@gemini_bundle = args[:gemini_bundle] if args.key?(:gemini_bundle)
|
|
27591
|
+
@last_user_update_time = args[:last_user_update_time] if args.key?(:last_user_update_time)
|
|
27551
27592
|
@license_count = args[:license_count] if args.key?(:license_count)
|
|
27552
27593
|
@name = args[:name] if args.key?(:name)
|
|
27553
27594
|
@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.
|
|
19
|
+
GEM_VERSION = "0.107.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 = "20260712"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -6888,6 +6888,7 @@ module Google
|
|
|
6888
6888
|
|
|
6889
6889
|
property :free_trial, as: 'freeTrial'
|
|
6890
6890
|
property :gemini_bundle, as: 'geminiBundle'
|
|
6891
|
+
property :last_user_update_time, as: 'lastUserUpdateTime'
|
|
6891
6892
|
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
6892
6893
|
property :name, as: 'name'
|
|
6893
6894
|
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
@@ -8519,6 +8520,7 @@ module Google
|
|
|
8519
8520
|
|
|
8520
8521
|
property :healthcare_fhir_config, as: 'healthcareFhirConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig::Representation
|
|
8521
8522
|
|
|
8523
|
+
property :icon_uri, as: 'iconUri'
|
|
8522
8524
|
property :identity_mapping_store, as: 'identityMappingStore'
|
|
8523
8525
|
property :idp_config, as: 'idpConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaIdpConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaIdpConfig::Representation
|
|
8524
8526
|
|
|
@@ -9313,6 +9315,7 @@ module Google
|
|
|
9313
9315
|
|
|
9314
9316
|
property :free_trial, as: 'freeTrial'
|
|
9315
9317
|
property :gemini_bundle, as: 'geminiBundle'
|
|
9318
|
+
property :last_user_update_time, as: 'lastUserUpdateTime'
|
|
9316
9319
|
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
9317
9320
|
property :name, as: 'name'
|
|
9318
9321
|
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
@@ -12956,6 +12959,7 @@ module Google
|
|
|
12956
12959
|
|
|
12957
12960
|
property :free_trial, as: 'freeTrial'
|
|
12958
12961
|
property :gemini_bundle, as: 'geminiBundle'
|
|
12962
|
+
property :last_user_update_time, as: 'lastUserUpdateTime'
|
|
12959
12963
|
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
12960
12964
|
property :name, as: 'name'
|
|
12961
12965
|
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.
|
|
4
|
+
version: 0.107.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.107.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:
|