google-apis-discoveryengine_v1 0.59.0 → 0.60.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: 74ac812bfa8342f6d05238037d80b17867ff142df8f558e25b4a946c84e7dad9
|
|
4
|
+
data.tar.gz: ab9c5ed3e94024882f805db16df824085e4abc48e212929de33cc1384aafac68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8280f44c4854a9168478ba99e5339aa863115c84d9293b60ded5ce9da075ceab00a70ee49ec0875bc26d28fa611816a3acfd824e256a3390f6f5c8679f00e93c
|
|
7
|
+
data.tar.gz: 565aa9e90c0f6497127b11c6a3c826562b624da554156fe46462abee568b72ca3164381ca2aec3a2aa1d7418e465e9db5ae41a14994e8f1c379d9beec4b820a7
|
data/CHANGELOG.md
CHANGED
|
@@ -8230,6 +8230,14 @@ module Google
|
|
|
8230
8230
|
class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
|
|
8231
8231
|
include Google::Apis::Core::Hashable
|
|
8232
8232
|
|
|
8233
|
+
# Optional. The required subscription tier of this engine. They cannot be
|
|
8234
|
+
# modified after engine creation. If the required subscription tier is search,
|
|
8235
|
+
# user with higher license tier like assist can still access the standalone app
|
|
8236
|
+
# associated with this engine.
|
|
8237
|
+
# Corresponds to the JSON property `requiredSubscriptionTier`
|
|
8238
|
+
# @return [String]
|
|
8239
|
+
attr_accessor :required_subscription_tier
|
|
8240
|
+
|
|
8233
8241
|
# The add-on that this search engine enables.
|
|
8234
8242
|
# Corresponds to the JSON property `searchAddOns`
|
|
8235
8243
|
# @return [Array<String>]
|
|
@@ -8248,6 +8256,7 @@ module Google
|
|
|
8248
8256
|
|
|
8249
8257
|
# Update properties of this object
|
|
8250
8258
|
def update!(**args)
|
|
8259
|
+
@required_subscription_tier = args[:required_subscription_tier] if args.key?(:required_subscription_tier)
|
|
8251
8260
|
@search_add_ons = args[:search_add_ons] if args.key?(:search_add_ons)
|
|
8252
8261
|
@search_tier = args[:search_tier] if args.key?(:search_tier)
|
|
8253
8262
|
end
|
|
@@ -8584,6 +8593,11 @@ module Google
|
|
|
8584
8593
|
# @return [String]
|
|
8585
8594
|
attr_accessor :external_identity
|
|
8586
8595
|
|
|
8596
|
+
# Optional. The name of the external identity.
|
|
8597
|
+
# Corresponds to the JSON property `externalIdentityName`
|
|
8598
|
+
# @return [String]
|
|
8599
|
+
attr_accessor :external_identity_name
|
|
8600
|
+
|
|
8587
8601
|
# Group identifier. For Google Workspace user account, group_id should be the
|
|
8588
8602
|
# google workspace group email. For non-google identity provider, group_id is
|
|
8589
8603
|
# the mapped group identifier configured during the workforcepool config.
|
|
@@ -8605,6 +8619,7 @@ module Google
|
|
|
8605
8619
|
# Update properties of this object
|
|
8606
8620
|
def update!(**args)
|
|
8607
8621
|
@external_identity = args[:external_identity] if args.key?(:external_identity)
|
|
8622
|
+
@external_identity_name = args[:external_identity_name] if args.key?(:external_identity_name)
|
|
8608
8623
|
@group_id = args[:group_id] if args.key?(:group_id)
|
|
8609
8624
|
@user_id = args[:user_id] if args.key?(:user_id)
|
|
8610
8625
|
end
|
|
@@ -12764,6 +12779,11 @@ module Google
|
|
|
12764
12779
|
# @return [Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchLinkPromotion>]
|
|
12765
12780
|
attr_accessor :search_link_promotions
|
|
12766
12781
|
|
|
12782
|
+
# Output only. Indicates the semantic state of the search response.
|
|
12783
|
+
# Corresponds to the JSON property `semanticState`
|
|
12784
|
+
# @return [String]
|
|
12785
|
+
attr_accessor :semantic_state
|
|
12786
|
+
|
|
12767
12787
|
# Information about the session.
|
|
12768
12788
|
# Corresponds to the JSON property `sessionInfo`
|
|
12769
12789
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSessionInfo]
|
|
@@ -12795,6 +12815,7 @@ module Google
|
|
|
12795
12815
|
@redirect_uri = args[:redirect_uri] if args.key?(:redirect_uri)
|
|
12796
12816
|
@results = args[:results] if args.key?(:results)
|
|
12797
12817
|
@search_link_promotions = args[:search_link_promotions] if args.key?(:search_link_promotions)
|
|
12818
|
+
@semantic_state = args[:semantic_state] if args.key?(:semantic_state)
|
|
12798
12819
|
@session_info = args[:session_info] if args.key?(:session_info)
|
|
12799
12820
|
@summary = args[:summary] if args.key?(:summary)
|
|
12800
12821
|
@total_size = args[:total_size] if args.key?(:total_size)
|
|
@@ -20617,6 +20638,14 @@ module Google
|
|
|
20617
20638
|
class GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig
|
|
20618
20639
|
include Google::Apis::Core::Hashable
|
|
20619
20640
|
|
|
20641
|
+
# Optional. The required subscription tier of this engine. They cannot be
|
|
20642
|
+
# modified after engine creation. If the required subscription tier is search,
|
|
20643
|
+
# user with higher license tier like assist can still access the standalone app
|
|
20644
|
+
# associated with this engine.
|
|
20645
|
+
# Corresponds to the JSON property `requiredSubscriptionTier`
|
|
20646
|
+
# @return [String]
|
|
20647
|
+
attr_accessor :required_subscription_tier
|
|
20648
|
+
|
|
20620
20649
|
# The add-on that this search engine enables.
|
|
20621
20650
|
# Corresponds to the JSON property `searchAddOns`
|
|
20622
20651
|
# @return [Array<String>]
|
|
@@ -20635,6 +20664,7 @@ module Google
|
|
|
20635
20664
|
|
|
20636
20665
|
# Update properties of this object
|
|
20637
20666
|
def update!(**args)
|
|
20667
|
+
@required_subscription_tier = args[:required_subscription_tier] if args.key?(:required_subscription_tier)
|
|
20638
20668
|
@search_add_ons = args[:search_add_ons] if args.key?(:search_add_ons)
|
|
20639
20669
|
@search_tier = args[:search_tier] if args.key?(:search_tier)
|
|
20640
20670
|
end
|
|
@@ -27287,6 +27317,14 @@ module Google
|
|
|
27287
27317
|
class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
|
|
27288
27318
|
include Google::Apis::Core::Hashable
|
|
27289
27319
|
|
|
27320
|
+
# Optional. The required subscription tier of this engine. They cannot be
|
|
27321
|
+
# modified after engine creation. If the required subscription tier is search,
|
|
27322
|
+
# user with higher license tier like assist can still access the standalone app
|
|
27323
|
+
# associated with this engine.
|
|
27324
|
+
# Corresponds to the JSON property `requiredSubscriptionTier`
|
|
27325
|
+
# @return [String]
|
|
27326
|
+
attr_accessor :required_subscription_tier
|
|
27327
|
+
|
|
27290
27328
|
# The add-on that this search engine enables.
|
|
27291
27329
|
# Corresponds to the JSON property `searchAddOns`
|
|
27292
27330
|
# @return [Array<String>]
|
|
@@ -27305,6 +27343,7 @@ module Google
|
|
|
27305
27343
|
|
|
27306
27344
|
# Update properties of this object
|
|
27307
27345
|
def update!(**args)
|
|
27346
|
+
@required_subscription_tier = args[:required_subscription_tier] if args.key?(:required_subscription_tier)
|
|
27308
27347
|
@search_add_ons = args[:search_add_ons] if args.key?(:search_add_ons)
|
|
27309
27348
|
@search_tier = args[:search_tier] if args.key?(:search_tier)
|
|
27310
27349
|
end
|
|
@@ -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.60.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 = "20251203"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -7077,6 +7077,7 @@ module Google
|
|
|
7077
7077
|
class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
|
|
7078
7078
|
# @private
|
|
7079
7079
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7080
|
+
property :required_subscription_tier, as: 'requiredSubscriptionTier'
|
|
7080
7081
|
collection :search_add_ons, as: 'searchAddOns'
|
|
7081
7082
|
property :search_tier, as: 'searchTier'
|
|
7082
7083
|
end
|
|
@@ -7169,6 +7170,7 @@ module Google
|
|
|
7169
7170
|
# @private
|
|
7170
7171
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7171
7172
|
property :external_identity, as: 'externalIdentity'
|
|
7173
|
+
property :external_identity_name, as: 'externalIdentityName'
|
|
7172
7174
|
property :group_id, as: 'groupId'
|
|
7173
7175
|
property :user_id, as: 'userId'
|
|
7174
7176
|
end
|
|
@@ -8268,6 +8270,7 @@ module Google
|
|
|
8268
8270
|
|
|
8269
8271
|
collection :search_link_promotions, as: 'searchLinkPromotions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchLinkPromotion, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchLinkPromotion::Representation
|
|
8270
8272
|
|
|
8273
|
+
property :semantic_state, as: 'semanticState'
|
|
8271
8274
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSessionInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSessionInfo::Representation
|
|
8272
8275
|
|
|
8273
8276
|
property :summary, as: 'summary', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSummary, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSummary::Representation
|
|
@@ -10351,6 +10354,7 @@ module Google
|
|
|
10351
10354
|
class GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig
|
|
10352
10355
|
# @private
|
|
10353
10356
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10357
|
+
property :required_subscription_tier, as: 'requiredSubscriptionTier'
|
|
10354
10358
|
collection :search_add_ons, as: 'searchAddOns'
|
|
10355
10359
|
property :search_tier, as: 'searchTier'
|
|
10356
10360
|
end
|
|
@@ -12100,6 +12104,7 @@ module Google
|
|
|
12100
12104
|
class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
|
|
12101
12105
|
# @private
|
|
12102
12106
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12107
|
+
property :required_subscription_tier, as: 'requiredSubscriptionTier'
|
|
12103
12108
|
collection :search_add_ons, as: 'searchAddOns'
|
|
12104
12109
|
property :search_tier, as: 'searchTier'
|
|
12105
12110
|
end
|
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.60.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.60.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:
|