google-apis-retail_v2alpha 0.116.0 → 0.117.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: 42e1a6775c9f3c2c5279d8f68d21f3f6dd68d92efbdaadbea11cb1033f64b978
|
4
|
+
data.tar.gz: 04f08e3e8bd02d8e841cfc96b1c5dbfb4470b4b83fc136b9bfde3f4a3923fec5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e964f94f816c2887d70f2e6fd9ffc22b9962a1db64c63e507e223fda8b4fa476ad9a6aa0de76c9b9b25b720655e60a3d375ec96beebccec781d2c35e3acdab3
|
7
|
+
data.tar.gz: cf389802aef7aea6e29cff8d2393f87703fd0086da250088d30b1eaabea8c82730dc7b6d651b6776b485bf9ab2605a0bf2e15ee10c2f8ac5f19f3401bf5fc584
|
data/CHANGELOG.md
CHANGED
@@ -3234,6 +3234,25 @@ module Google
|
|
3234
3234
|
end
|
3235
3235
|
end
|
3236
3236
|
|
3237
|
+
# A message with a list of double values.
|
3238
|
+
class GoogleCloudRetailV2alphaDoubleList
|
3239
|
+
include Google::Apis::Core::Hashable
|
3240
|
+
|
3241
|
+
# The list of double values.
|
3242
|
+
# Corresponds to the JSON property `values`
|
3243
|
+
# @return [Array<Float>]
|
3244
|
+
attr_accessor :values
|
3245
|
+
|
3246
|
+
def initialize(**args)
|
3247
|
+
update!(**args)
|
3248
|
+
end
|
3249
|
+
|
3250
|
+
# Update properties of this object
|
3251
|
+
def update!(**args)
|
3252
|
+
@values = args[:values] if args.key?(:values)
|
3253
|
+
end
|
3254
|
+
end
|
3255
|
+
|
3237
3256
|
# Metadata related to the EnrollSolution method. This will be returned by the
|
3238
3257
|
# google.longrunning.Operation.metadata field.
|
3239
3258
|
class GoogleCloudRetailV2alphaEnrollSolutionMetadata
|
@@ -8347,6 +8366,11 @@ module Google
|
|
8347
8366
|
# @return [Hash<String,String>]
|
8348
8367
|
attr_accessor :matching_variant_fields
|
8349
8368
|
|
8369
|
+
# Google provided available scores.
|
8370
|
+
# Corresponds to the JSON property `modelScores`
|
8371
|
+
# @return [Hash<String,Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaDoubleList>]
|
8372
|
+
attr_accessor :model_scores
|
8373
|
+
|
8350
8374
|
# Specifies previous events related to this product for this user based on
|
8351
8375
|
# UserEvent with same SearchRequest.visitor_id or UserInfo.user_id. This is set
|
8352
8376
|
# only when SearchRequest.PersonalizationSpec.mode is SearchRequest.
|
@@ -8388,6 +8412,7 @@ module Google
|
|
8388
8412
|
@id = args[:id] if args.key?(:id)
|
8389
8413
|
@matching_variant_count = args[:matching_variant_count] if args.key?(:matching_variant_count)
|
8390
8414
|
@matching_variant_fields = args[:matching_variant_fields] if args.key?(:matching_variant_fields)
|
8415
|
+
@model_scores = args[:model_scores] if args.key?(:model_scores)
|
8391
8416
|
@personal_labels = args[:personal_labels] if args.key?(:personal_labels)
|
8392
8417
|
@product = args[:product] if args.key?(:product)
|
8393
8418
|
@variant_rollup_values = args[:variant_rollup_values] if args.key?(:variant_rollup_values)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2alpha
|
18
18
|
# Version of the google-apis-retail_v2alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.117.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250515"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -616,6 +616,12 @@ module Google
|
|
616
616
|
include Google::Apis::Core::JsonObjectSupport
|
617
617
|
end
|
618
618
|
|
619
|
+
class GoogleCloudRetailV2alphaDoubleList
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
619
625
|
class GoogleCloudRetailV2alphaEnrollSolutionMetadata
|
620
626
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
627
|
|
@@ -2640,6 +2646,13 @@ module Google
|
|
2640
2646
|
end
|
2641
2647
|
end
|
2642
2648
|
|
2649
|
+
class GoogleCloudRetailV2alphaDoubleList
|
2650
|
+
# @private
|
2651
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2652
|
+
collection :values, as: 'values'
|
2653
|
+
end
|
2654
|
+
end
|
2655
|
+
|
2643
2656
|
class GoogleCloudRetailV2alphaEnrollSolutionMetadata
|
2644
2657
|
# @private
|
2645
2658
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3927,6 +3940,8 @@ module Google
|
|
3927
3940
|
property :id, as: 'id'
|
3928
3941
|
property :matching_variant_count, as: 'matchingVariantCount'
|
3929
3942
|
hash :matching_variant_fields, as: 'matchingVariantFields'
|
3943
|
+
hash :model_scores, as: 'modelScores', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaDoubleList, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaDoubleList::Representation
|
3944
|
+
|
3930
3945
|
collection :personal_labels, as: 'personalLabels'
|
3931
3946
|
property :product, as: 'product', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaProduct, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaProduct::Representation
|
3932
3947
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-retail_v2alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.117.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-retail_v2alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.117.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Vertex AI Search for commerce API V2alpha
|
79
79
|
test_files: []
|