google-apis-discoveryengine_v1 0.59.0 → 0.61.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/discoveryengine_v1/classes.rb +92 -24
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +20 -0
- data/lib/google/apis/discoveryengine_v1/service.rb +99 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: caa0077084c3024edb346e90297cefb5deb87d5976a281345e909925fe8f452f
|
|
4
|
+
data.tar.gz: ebe4b8af5d78420de928353e60e3b38a87a3d42cd62253ac3c5b2a128904d6ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f69c9a2bf41763f952c9d4c83fdb9ffd27f453e2b880f33d56337a50e5a68c07abfe024e09c02ea64d3916b10715e54dc6a8f5b10a32287a27b3f12109df977a
|
|
7
|
+
data.tar.gz: bebcb6b9102b5d4e5dbcb063b4afa1acbb596537d92ad9e55858e38f2d635e37f42209209a4b9977d41a1958f332045598573907f6474eef3e9bd315cf775b77
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-discoveryengine_v1
|
|
2
2
|
|
|
3
|
+
### v0.61.0 (2025-12-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251209
|
|
6
|
+
|
|
7
|
+
### v0.60.0 (2025-12-07)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251203
|
|
10
|
+
|
|
3
11
|
### v0.59.0 (2025-11-23)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251116
|
|
@@ -6727,6 +6727,11 @@ module Google
|
|
|
6727
6727
|
# @return [String]
|
|
6728
6728
|
attr_accessor :name
|
|
6729
6729
|
|
|
6730
|
+
# Configuration for Natural Language Query Understanding.
|
|
6731
|
+
# Corresponds to the JSON property `naturalLanguageQueryUnderstandingConfig`
|
|
6732
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1NaturalLanguageQueryUnderstandingConfig]
|
|
6733
|
+
attr_accessor :natural_language_query_understanding_config
|
|
6734
|
+
|
|
6730
6735
|
# Stores information regarding the serving configurations at DataStore level.
|
|
6731
6736
|
# Corresponds to the JSON property `servingConfigDataStore`
|
|
6732
6737
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore]
|
|
@@ -6773,6 +6778,7 @@ module Google
|
|
|
6773
6778
|
@is_infobot_faq_data_store = args[:is_infobot_faq_data_store] if args.key?(:is_infobot_faq_data_store)
|
|
6774
6779
|
@kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
|
|
6775
6780
|
@name = args[:name] if args.key?(:name)
|
|
6781
|
+
@natural_language_query_understanding_config = args[:natural_language_query_understanding_config] if args.key?(:natural_language_query_understanding_config)
|
|
6776
6782
|
@serving_config_data_store = args[:serving_config_data_store] if args.key?(:serving_config_data_store)
|
|
6777
6783
|
@solution_types = args[:solution_types] if args.key?(:solution_types)
|
|
6778
6784
|
@starting_schema = args[:starting_schema] if args.key?(:starting_schema)
|
|
@@ -8230,6 +8236,14 @@ module Google
|
|
|
8230
8236
|
class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
|
|
8231
8237
|
include Google::Apis::Core::Hashable
|
|
8232
8238
|
|
|
8239
|
+
# Optional. The required subscription tier of this engine. They cannot be
|
|
8240
|
+
# modified after engine creation. If the required subscription tier is search,
|
|
8241
|
+
# user with higher license tier like assist can still access the standalone app
|
|
8242
|
+
# associated with this engine.
|
|
8243
|
+
# Corresponds to the JSON property `requiredSubscriptionTier`
|
|
8244
|
+
# @return [String]
|
|
8245
|
+
attr_accessor :required_subscription_tier
|
|
8246
|
+
|
|
8233
8247
|
# The add-on that this search engine enables.
|
|
8234
8248
|
# Corresponds to the JSON property `searchAddOns`
|
|
8235
8249
|
# @return [Array<String>]
|
|
@@ -8248,6 +8262,7 @@ module Google
|
|
|
8248
8262
|
|
|
8249
8263
|
# Update properties of this object
|
|
8250
8264
|
def update!(**args)
|
|
8265
|
+
@required_subscription_tier = args[:required_subscription_tier] if args.key?(:required_subscription_tier)
|
|
8251
8266
|
@search_add_ons = args[:search_add_ons] if args.key?(:search_add_ons)
|
|
8252
8267
|
@search_tier = args[:search_tier] if args.key?(:search_tier)
|
|
8253
8268
|
end
|
|
@@ -8584,6 +8599,11 @@ module Google
|
|
|
8584
8599
|
# @return [String]
|
|
8585
8600
|
attr_accessor :external_identity
|
|
8586
8601
|
|
|
8602
|
+
# Optional. The name of the external identity.
|
|
8603
|
+
# Corresponds to the JSON property `externalIdentityName`
|
|
8604
|
+
# @return [String]
|
|
8605
|
+
attr_accessor :external_identity_name
|
|
8606
|
+
|
|
8587
8607
|
# Group identifier. For Google Workspace user account, group_id should be the
|
|
8588
8608
|
# google workspace group email. For non-google identity provider, group_id is
|
|
8589
8609
|
# the mapped group identifier configured during the workforcepool config.
|
|
@@ -8605,6 +8625,7 @@ module Google
|
|
|
8605
8625
|
# Update properties of this object
|
|
8606
8626
|
def update!(**args)
|
|
8607
8627
|
@external_identity = args[:external_identity] if args.key?(:external_identity)
|
|
8628
|
+
@external_identity_name = args[:external_identity_name] if args.key?(:external_identity_name)
|
|
8608
8629
|
@group_id = args[:group_id] if args.key?(:group_id)
|
|
8609
8630
|
@user_id = args[:user_id] if args.key?(:user_id)
|
|
8610
8631
|
end
|
|
@@ -10009,6 +10030,26 @@ module Google
|
|
|
10009
10030
|
end
|
|
10010
10031
|
end
|
|
10011
10032
|
|
|
10033
|
+
# Configuration for Natural Language Query Understanding.
|
|
10034
|
+
class GoogleCloudDiscoveryengineV1NaturalLanguageQueryUnderstandingConfig
|
|
10035
|
+
include Google::Apis::Core::Hashable
|
|
10036
|
+
|
|
10037
|
+
# Mode of Natural Language Query Understanding. If this field is unset, the
|
|
10038
|
+
# behavior defaults to NaturalLanguageQueryUnderstandingConfig.Mode.DISABLED.
|
|
10039
|
+
# Corresponds to the JSON property `mode`
|
|
10040
|
+
# @return [String]
|
|
10041
|
+
attr_accessor :mode
|
|
10042
|
+
|
|
10043
|
+
def initialize(**args)
|
|
10044
|
+
update!(**args)
|
|
10045
|
+
end
|
|
10046
|
+
|
|
10047
|
+
# Update properties of this object
|
|
10048
|
+
def update!(**args)
|
|
10049
|
+
@mode = args[:mode] if args.key?(:mode)
|
|
10050
|
+
end
|
|
10051
|
+
end
|
|
10052
|
+
|
|
10012
10053
|
# Detailed page information.
|
|
10013
10054
|
class GoogleCloudDiscoveryengineV1PageInfo
|
|
10014
10055
|
include Google::Apis::Core::Hashable
|
|
@@ -11530,11 +11571,12 @@ module Google
|
|
|
11530
11571
|
# be the same as UserEvent.PageInfo.page_category. This field is the equivalent
|
|
11531
11572
|
# of the query for browse (navigation) queries. It's used by the browse model
|
|
11532
11573
|
# when the query is empty. If the field is empty, it will not be used by the
|
|
11533
|
-
# browse model.
|
|
11534
|
-
#
|
|
11535
|
-
#
|
|
11536
|
-
#
|
|
11537
|
-
#
|
|
11574
|
+
# browse model. If the field contains more than one element, only the first
|
|
11575
|
+
# element will be used. To represent full path of a category, use '>' character
|
|
11576
|
+
# to separate different hierarchies. If '>' is part of the category name,
|
|
11577
|
+
# replace it with other character(s). For example, `Graphics Cards > RTX>4090 >
|
|
11578
|
+
# Founders Edition` where "RTX > 4090" represents one level, can be rewritten as
|
|
11579
|
+
# `Graphics Cards > RTX_4090 > Founders Edition`
|
|
11538
11580
|
# Corresponds to the JSON property `pageCategories`
|
|
11539
11581
|
# @return [Array<String>]
|
|
11540
11582
|
attr_accessor :page_categories
|
|
@@ -12764,6 +12806,11 @@ module Google
|
|
|
12764
12806
|
# @return [Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchLinkPromotion>]
|
|
12765
12807
|
attr_accessor :search_link_promotions
|
|
12766
12808
|
|
|
12809
|
+
# Output only. Indicates the semantic state of the search response.
|
|
12810
|
+
# Corresponds to the JSON property `semanticState`
|
|
12811
|
+
# @return [String]
|
|
12812
|
+
attr_accessor :semantic_state
|
|
12813
|
+
|
|
12767
12814
|
# Information about the session.
|
|
12768
12815
|
# Corresponds to the JSON property `sessionInfo`
|
|
12769
12816
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSessionInfo]
|
|
@@ -12795,6 +12842,7 @@ module Google
|
|
|
12795
12842
|
@redirect_uri = args[:redirect_uri] if args.key?(:redirect_uri)
|
|
12796
12843
|
@results = args[:results] if args.key?(:results)
|
|
12797
12844
|
@search_link_promotions = args[:search_link_promotions] if args.key?(:search_link_promotions)
|
|
12845
|
+
@semantic_state = args[:semantic_state] if args.key?(:semantic_state)
|
|
12798
12846
|
@session_info = args[:session_info] if args.key?(:session_info)
|
|
12799
12847
|
@summary = args[:summary] if args.key?(:summary)
|
|
12800
12848
|
@total_size = args[:total_size] if args.key?(:total_size)
|
|
@@ -14754,15 +14802,15 @@ module Google
|
|
|
14754
14802
|
# @return [String]
|
|
14755
14803
|
attr_accessor :event_type
|
|
14756
14804
|
|
|
14757
|
-
# The filter syntax consists of an expression language for
|
|
14758
|
-
# predicate from one or more fields of the documents being
|
|
14759
|
-
# is for `search` events, the associated SearchRequest may
|
|
14760
|
-
# expression in SearchRequest.filter conforming to https://
|
|
14761
|
-
# filtering. Similarly, for `view-item-list` events that are
|
|
14762
|
-
# RecommendRequest, this field may be populated directly from
|
|
14763
|
-
# filter conforming to https://google.aip.dev/160#filtering.
|
|
14764
|
-
# UTF-8 encoded string with a length limit of 1,000
|
|
14765
|
-
# INVALID_ARGUMENT` error is returned.
|
|
14805
|
+
# Optional. The filter syntax consists of an expression language for
|
|
14806
|
+
# constructing a predicate from one or more fields of the documents being
|
|
14807
|
+
# filtered. One example is for `search` events, the associated SearchRequest may
|
|
14808
|
+
# contain a filter expression in SearchRequest.filter conforming to https://
|
|
14809
|
+
# google.aip.dev/160#filtering. Similarly, for `view-item-list` events that are
|
|
14810
|
+
# generated from a RecommendRequest, this field may be populated directly from
|
|
14811
|
+
# RecommendRequest.filter conforming to https://google.aip.dev/160#filtering.
|
|
14812
|
+
# The value must be a UTF-8 encoded string with a length limit of 1,000
|
|
14813
|
+
# characters. Otherwise, an `INVALID_ARGUMENT` error is returned.
|
|
14766
14814
|
# Corresponds to the JSON property `filter`
|
|
14767
14815
|
# @return [String]
|
|
14768
14816
|
attr_accessor :filter
|
|
@@ -20617,6 +20665,14 @@ module Google
|
|
|
20617
20665
|
class GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig
|
|
20618
20666
|
include Google::Apis::Core::Hashable
|
|
20619
20667
|
|
|
20668
|
+
# Optional. The required subscription tier of this engine. They cannot be
|
|
20669
|
+
# modified after engine creation. If the required subscription tier is search,
|
|
20670
|
+
# user with higher license tier like assist can still access the standalone app
|
|
20671
|
+
# associated with this engine.
|
|
20672
|
+
# Corresponds to the JSON property `requiredSubscriptionTier`
|
|
20673
|
+
# @return [String]
|
|
20674
|
+
attr_accessor :required_subscription_tier
|
|
20675
|
+
|
|
20620
20676
|
# The add-on that this search engine enables.
|
|
20621
20677
|
# Corresponds to the JSON property `searchAddOns`
|
|
20622
20678
|
# @return [Array<String>]
|
|
@@ -20635,6 +20691,7 @@ module Google
|
|
|
20635
20691
|
|
|
20636
20692
|
# Update properties of this object
|
|
20637
20693
|
def update!(**args)
|
|
20694
|
+
@required_subscription_tier = args[:required_subscription_tier] if args.key?(:required_subscription_tier)
|
|
20638
20695
|
@search_add_ons = args[:search_add_ons] if args.key?(:search_add_ons)
|
|
20639
20696
|
@search_tier = args[:search_tier] if args.key?(:search_tier)
|
|
20640
20697
|
end
|
|
@@ -23044,11 +23101,12 @@ module Google
|
|
|
23044
23101
|
# be the same as UserEvent.PageInfo.page_category. This field is the equivalent
|
|
23045
23102
|
# of the query for browse (navigation) queries. It's used by the browse model
|
|
23046
23103
|
# when the query is empty. If the field is empty, it will not be used by the
|
|
23047
|
-
# browse model.
|
|
23048
|
-
#
|
|
23049
|
-
#
|
|
23050
|
-
#
|
|
23051
|
-
#
|
|
23104
|
+
# browse model. If the field contains more than one element, only the first
|
|
23105
|
+
# element will be used. To represent full path of a category, use '>' character
|
|
23106
|
+
# to separate different hierarchies. If '>' is part of the category name,
|
|
23107
|
+
# replace it with other character(s). For example, `Graphics Cards > RTX>4090 >
|
|
23108
|
+
# Founders Edition` where "RTX > 4090" represents one level, can be rewritten as
|
|
23109
|
+
# `Graphics Cards > RTX_4090 > Founders Edition`
|
|
23052
23110
|
# Corresponds to the JSON property `pageCategories`
|
|
23053
23111
|
# @return [Array<String>]
|
|
23054
23112
|
attr_accessor :page_categories
|
|
@@ -27287,6 +27345,14 @@ module Google
|
|
|
27287
27345
|
class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
|
|
27288
27346
|
include Google::Apis::Core::Hashable
|
|
27289
27347
|
|
|
27348
|
+
# Optional. The required subscription tier of this engine. They cannot be
|
|
27349
|
+
# modified after engine creation. If the required subscription tier is search,
|
|
27350
|
+
# user with higher license tier like assist can still access the standalone app
|
|
27351
|
+
# associated with this engine.
|
|
27352
|
+
# Corresponds to the JSON property `requiredSubscriptionTier`
|
|
27353
|
+
# @return [String]
|
|
27354
|
+
attr_accessor :required_subscription_tier
|
|
27355
|
+
|
|
27290
27356
|
# The add-on that this search engine enables.
|
|
27291
27357
|
# Corresponds to the JSON property `searchAddOns`
|
|
27292
27358
|
# @return [Array<String>]
|
|
@@ -27305,6 +27371,7 @@ module Google
|
|
|
27305
27371
|
|
|
27306
27372
|
# Update properties of this object
|
|
27307
27373
|
def update!(**args)
|
|
27374
|
+
@required_subscription_tier = args[:required_subscription_tier] if args.key?(:required_subscription_tier)
|
|
27308
27375
|
@search_add_ons = args[:search_add_ons] if args.key?(:search_add_ons)
|
|
27309
27376
|
@search_tier = args[:search_tier] if args.key?(:search_tier)
|
|
27310
27377
|
end
|
|
@@ -28919,11 +28986,12 @@ module Google
|
|
|
28919
28986
|
# be the same as UserEvent.PageInfo.page_category. This field is the equivalent
|
|
28920
28987
|
# of the query for browse (navigation) queries. It's used by the browse model
|
|
28921
28988
|
# when the query is empty. If the field is empty, it will not be used by the
|
|
28922
|
-
# browse model.
|
|
28923
|
-
#
|
|
28924
|
-
#
|
|
28925
|
-
#
|
|
28926
|
-
#
|
|
28989
|
+
# browse model. If the field contains more than one element, only the first
|
|
28990
|
+
# element will be used. To represent full path of a category, use '>' character
|
|
28991
|
+
# to separate different hierarchies. If '>' is part of the category name,
|
|
28992
|
+
# replace it with other character(s). For example, `Graphics Cards > RTX>4090 >
|
|
28993
|
+
# Founders Edition` where "RTX > 4090" represents one level, can be rewritten as
|
|
28994
|
+
# `Graphics Cards > RTX_4090 > Founders Edition`
|
|
28927
28995
|
# Corresponds to the JSON property `pageCategories`
|
|
28928
28996
|
# @return [Array<String>]
|
|
28929
28997
|
attr_accessor :page_categories
|
|
@@ -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.61.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 = "20251209"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1654,6 +1654,12 @@ module Google
|
|
|
1654
1654
|
include Google::Apis::Core::JsonObjectSupport
|
|
1655
1655
|
end
|
|
1656
1656
|
|
|
1657
|
+
class GoogleCloudDiscoveryengineV1NaturalLanguageQueryUnderstandingConfig
|
|
1658
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1659
|
+
|
|
1660
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1661
|
+
end
|
|
1662
|
+
|
|
1657
1663
|
class GoogleCloudDiscoveryengineV1PageInfo
|
|
1658
1664
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1659
1665
|
|
|
@@ -6668,6 +6674,8 @@ module Google
|
|
|
6668
6674
|
property :is_infobot_faq_data_store, as: 'isInfobotFaqDataStore'
|
|
6669
6675
|
property :kms_key_name, as: 'kmsKeyName'
|
|
6670
6676
|
property :name, as: 'name'
|
|
6677
|
+
property :natural_language_query_understanding_config, as: 'naturalLanguageQueryUnderstandingConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1NaturalLanguageQueryUnderstandingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1NaturalLanguageQueryUnderstandingConfig::Representation
|
|
6678
|
+
|
|
6671
6679
|
property :serving_config_data_store, as: 'servingConfigDataStore', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore::Representation
|
|
6672
6680
|
|
|
6673
6681
|
collection :solution_types, as: 'solutionTypes'
|
|
@@ -7077,6 +7085,7 @@ module Google
|
|
|
7077
7085
|
class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
|
|
7078
7086
|
# @private
|
|
7079
7087
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7088
|
+
property :required_subscription_tier, as: 'requiredSubscriptionTier'
|
|
7080
7089
|
collection :search_add_ons, as: 'searchAddOns'
|
|
7081
7090
|
property :search_tier, as: 'searchTier'
|
|
7082
7091
|
end
|
|
@@ -7169,6 +7178,7 @@ module Google
|
|
|
7169
7178
|
# @private
|
|
7170
7179
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7171
7180
|
property :external_identity, as: 'externalIdentity'
|
|
7181
|
+
property :external_identity_name, as: 'externalIdentityName'
|
|
7172
7182
|
property :group_id, as: 'groupId'
|
|
7173
7183
|
property :user_id, as: 'userId'
|
|
7174
7184
|
end
|
|
@@ -7617,6 +7627,13 @@ module Google
|
|
|
7617
7627
|
end
|
|
7618
7628
|
end
|
|
7619
7629
|
|
|
7630
|
+
class GoogleCloudDiscoveryengineV1NaturalLanguageQueryUnderstandingConfig
|
|
7631
|
+
# @private
|
|
7632
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7633
|
+
property :mode, as: 'mode'
|
|
7634
|
+
end
|
|
7635
|
+
end
|
|
7636
|
+
|
|
7620
7637
|
class GoogleCloudDiscoveryengineV1PageInfo
|
|
7621
7638
|
# @private
|
|
7622
7639
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8268,6 +8285,7 @@ module Google
|
|
|
8268
8285
|
|
|
8269
8286
|
collection :search_link_promotions, as: 'searchLinkPromotions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchLinkPromotion, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchLinkPromotion::Representation
|
|
8270
8287
|
|
|
8288
|
+
property :semantic_state, as: 'semanticState'
|
|
8271
8289
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSessionInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSessionInfo::Representation
|
|
8272
8290
|
|
|
8273
8291
|
property :summary, as: 'summary', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSummary, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSummary::Representation
|
|
@@ -10351,6 +10369,7 @@ module Google
|
|
|
10351
10369
|
class GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig
|
|
10352
10370
|
# @private
|
|
10353
10371
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10372
|
+
property :required_subscription_tier, as: 'requiredSubscriptionTier'
|
|
10354
10373
|
collection :search_add_ons, as: 'searchAddOns'
|
|
10355
10374
|
property :search_tier, as: 'searchTier'
|
|
10356
10375
|
end
|
|
@@ -12100,6 +12119,7 @@ module Google
|
|
|
12100
12119
|
class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
|
|
12101
12120
|
# @private
|
|
12102
12121
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12122
|
+
property :required_subscription_tier, as: 'requiredSubscriptionTier'
|
|
12103
12123
|
collection :search_add_ons, as: 'searchAddOns'
|
|
12104
12124
|
property :search_tier, as: 'searchTier'
|
|
12105
12125
|
end
|
|
@@ -2456,6 +2456,39 @@ module Google
|
|
|
2456
2456
|
execute_or_queue_command(command, &block)
|
|
2457
2457
|
end
|
|
2458
2458
|
|
|
2459
|
+
# Deletes a ServingConfig. Returns a NOT_FOUND error if the ServingConfig does
|
|
2460
|
+
# not exist.
|
|
2461
|
+
# @param [String] name
|
|
2462
|
+
# Required. The resource name of the ServingConfig to delete. Format: `projects/`
|
|
2463
|
+
# project`/locations/`location`/collections/`collection`/engines/`engine`/
|
|
2464
|
+
# servingConfigs/`serving_config_id``
|
|
2465
|
+
# @param [String] fields
|
|
2466
|
+
# Selector specifying which fields to include in a partial response.
|
|
2467
|
+
# @param [String] quota_user
|
|
2468
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
2469
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2470
|
+
# @param [Google::Apis::RequestOptions] options
|
|
2471
|
+
# Request-specific options
|
|
2472
|
+
#
|
|
2473
|
+
# @yield [result, err] Result & error if block supplied
|
|
2474
|
+
# @yieldparam result [Google::Apis::DiscoveryengineV1::GoogleProtobufEmpty] parsed result object
|
|
2475
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
2476
|
+
#
|
|
2477
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleProtobufEmpty]
|
|
2478
|
+
#
|
|
2479
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2480
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2481
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2482
|
+
def delete_project_location_collection_data_store_serving_config(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
2483
|
+
command = make_simple_command(:delete, 'v1/{+name}', options)
|
|
2484
|
+
command.response_representation = Google::Apis::DiscoveryengineV1::GoogleProtobufEmpty::Representation
|
|
2485
|
+
command.response_class = Google::Apis::DiscoveryengineV1::GoogleProtobufEmpty
|
|
2486
|
+
command.params['name'] = name unless name.nil?
|
|
2487
|
+
command.query['fields'] = fields unless fields.nil?
|
|
2488
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2489
|
+
execute_or_queue_command(command, &block)
|
|
2490
|
+
end
|
|
2491
|
+
|
|
2459
2492
|
# Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not
|
|
2460
2493
|
# exist.
|
|
2461
2494
|
# @param [String] name
|
|
@@ -5005,6 +5038,39 @@ module Google
|
|
|
5005
5038
|
execute_or_queue_command(command, &block)
|
|
5006
5039
|
end
|
|
5007
5040
|
|
|
5041
|
+
# Deletes a ServingConfig. Returns a NOT_FOUND error if the ServingConfig does
|
|
5042
|
+
# not exist.
|
|
5043
|
+
# @param [String] name
|
|
5044
|
+
# Required. The resource name of the ServingConfig to delete. Format: `projects/`
|
|
5045
|
+
# project`/locations/`location`/collections/`collection`/engines/`engine`/
|
|
5046
|
+
# servingConfigs/`serving_config_id``
|
|
5047
|
+
# @param [String] fields
|
|
5048
|
+
# Selector specifying which fields to include in a partial response.
|
|
5049
|
+
# @param [String] quota_user
|
|
5050
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
5051
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
5052
|
+
# @param [Google::Apis::RequestOptions] options
|
|
5053
|
+
# Request-specific options
|
|
5054
|
+
#
|
|
5055
|
+
# @yield [result, err] Result & error if block supplied
|
|
5056
|
+
# @yieldparam result [Google::Apis::DiscoveryengineV1::GoogleProtobufEmpty] parsed result object
|
|
5057
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
5058
|
+
#
|
|
5059
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleProtobufEmpty]
|
|
5060
|
+
#
|
|
5061
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
5062
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
5063
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
5064
|
+
def delete_project_location_collection_engine_serving_config(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
5065
|
+
command = make_simple_command(:delete, 'v1/{+name}', options)
|
|
5066
|
+
command.response_representation = Google::Apis::DiscoveryengineV1::GoogleProtobufEmpty::Representation
|
|
5067
|
+
command.response_class = Google::Apis::DiscoveryengineV1::GoogleProtobufEmpty
|
|
5068
|
+
command.params['name'] = name unless name.nil?
|
|
5069
|
+
command.query['fields'] = fields unless fields.nil?
|
|
5070
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
5071
|
+
execute_or_queue_command(command, &block)
|
|
5072
|
+
end
|
|
5073
|
+
|
|
5008
5074
|
# Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not
|
|
5009
5075
|
# exist.
|
|
5010
5076
|
# @param [String] name
|
|
@@ -7341,6 +7407,39 @@ module Google
|
|
|
7341
7407
|
execute_or_queue_command(command, &block)
|
|
7342
7408
|
end
|
|
7343
7409
|
|
|
7410
|
+
# Deletes a ServingConfig. Returns a NOT_FOUND error if the ServingConfig does
|
|
7411
|
+
# not exist.
|
|
7412
|
+
# @param [String] name
|
|
7413
|
+
# Required. The resource name of the ServingConfig to delete. Format: `projects/`
|
|
7414
|
+
# project`/locations/`location`/collections/`collection`/engines/`engine`/
|
|
7415
|
+
# servingConfigs/`serving_config_id``
|
|
7416
|
+
# @param [String] fields
|
|
7417
|
+
# Selector specifying which fields to include in a partial response.
|
|
7418
|
+
# @param [String] quota_user
|
|
7419
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
7420
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
7421
|
+
# @param [Google::Apis::RequestOptions] options
|
|
7422
|
+
# Request-specific options
|
|
7423
|
+
#
|
|
7424
|
+
# @yield [result, err] Result & error if block supplied
|
|
7425
|
+
# @yieldparam result [Google::Apis::DiscoveryengineV1::GoogleProtobufEmpty] parsed result object
|
|
7426
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
7427
|
+
#
|
|
7428
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleProtobufEmpty]
|
|
7429
|
+
#
|
|
7430
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
7431
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
7432
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
7433
|
+
def delete_project_location_data_store_serving_config(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
7434
|
+
command = make_simple_command(:delete, 'v1/{+name}', options)
|
|
7435
|
+
command.response_representation = Google::Apis::DiscoveryengineV1::GoogleProtobufEmpty::Representation
|
|
7436
|
+
command.response_class = Google::Apis::DiscoveryengineV1::GoogleProtobufEmpty
|
|
7437
|
+
command.params['name'] = name unless name.nil?
|
|
7438
|
+
command.query['fields'] = fields unless fields.nil?
|
|
7439
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
7440
|
+
execute_or_queue_command(command, &block)
|
|
7441
|
+
end
|
|
7442
|
+
|
|
7344
7443
|
# Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not
|
|
7345
7444
|
# exist.
|
|
7346
7445
|
# @param [String] name
|
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.61.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.61.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:
|