google-apis-retail_v2 0.77.0 → 0.78.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: b8567509de839d010d76850d7f6846fa9b1cafa4b8e6ddbe878c7f0da12e567d
|
|
4
|
+
data.tar.gz: fe971ba864026820b7b900ad07cc70a4cd58f431c8323fed3d734e8ba93b6164
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd28d2acb5b2b23ca273396373ce46097859239bbc3d724185ca731643cf7f5c5fdd44dcbd03d1d0b6fcec9cc53285602dce4f1d5099ab47bd54d693e2425c68
|
|
7
|
+
data.tar.gz: 7777c9920919dfdc188dc64833a811c3a474e0c064ace6b2b8d01055e84c5912278859cdb5b824d089d69d8068239d452f99eb95e3af73e6d033af68d9825c61
|
data/CHANGELOG.md
CHANGED
|
@@ -5565,6 +5565,45 @@ module Google
|
|
|
5565
5565
|
end
|
|
5566
5566
|
end
|
|
5567
5567
|
|
|
5568
|
+
# Metadata related to the EnrollSolution method. This will be returned by the
|
|
5569
|
+
# google.longrunning.Operation.metadata field.
|
|
5570
|
+
class GoogleCloudRetailV2alphaEnrollSolutionMetadata
|
|
5571
|
+
include Google::Apis::Core::Hashable
|
|
5572
|
+
|
|
5573
|
+
def initialize(**args)
|
|
5574
|
+
update!(**args)
|
|
5575
|
+
end
|
|
5576
|
+
|
|
5577
|
+
# Update properties of this object
|
|
5578
|
+
def update!(**args)
|
|
5579
|
+
end
|
|
5580
|
+
end
|
|
5581
|
+
|
|
5582
|
+
# Response for EnrollSolution method.
|
|
5583
|
+
class GoogleCloudRetailV2alphaEnrollSolutionResponse
|
|
5584
|
+
include Google::Apis::Core::Hashable
|
|
5585
|
+
|
|
5586
|
+
# Retail API solution that the project has enrolled.
|
|
5587
|
+
# Corresponds to the JSON property `enrolledSolution`
|
|
5588
|
+
# @return [String]
|
|
5589
|
+
attr_accessor :enrolled_solution
|
|
5590
|
+
|
|
5591
|
+
# Search solution use case that the project has enrolled.
|
|
5592
|
+
# Corresponds to the JSON property `searchSolutionUseCase`
|
|
5593
|
+
# @return [String]
|
|
5594
|
+
attr_accessor :search_solution_use_case
|
|
5595
|
+
|
|
5596
|
+
def initialize(**args)
|
|
5597
|
+
update!(**args)
|
|
5598
|
+
end
|
|
5599
|
+
|
|
5600
|
+
# Update properties of this object
|
|
5601
|
+
def update!(**args)
|
|
5602
|
+
@enrolled_solution = args[:enrolled_solution] if args.key?(:enrolled_solution)
|
|
5603
|
+
@search_solution_use_case = args[:search_solution_use_case] if args.key?(:search_solution_use_case)
|
|
5604
|
+
end
|
|
5605
|
+
end
|
|
5606
|
+
|
|
5568
5607
|
# Configuration of destination for Export related errors.
|
|
5569
5608
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
|
5570
5609
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module RetailV2
|
|
18
18
|
# Version of the google-apis-retail_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.78.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230629"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -826,6 +826,18 @@ module Google
|
|
|
826
826
|
include Google::Apis::Core::JsonObjectSupport
|
|
827
827
|
end
|
|
828
828
|
|
|
829
|
+
class GoogleCloudRetailV2alphaEnrollSolutionMetadata
|
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
831
|
+
|
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
833
|
+
end
|
|
834
|
+
|
|
835
|
+
class GoogleCloudRetailV2alphaEnrollSolutionResponse
|
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
837
|
+
|
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
839
|
+
end
|
|
840
|
+
|
|
829
841
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
|
830
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
831
843
|
|
|
@@ -2633,6 +2645,20 @@ module Google
|
|
|
2633
2645
|
end
|
|
2634
2646
|
end
|
|
2635
2647
|
|
|
2648
|
+
class GoogleCloudRetailV2alphaEnrollSolutionMetadata
|
|
2649
|
+
# @private
|
|
2650
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2651
|
+
end
|
|
2652
|
+
end
|
|
2653
|
+
|
|
2654
|
+
class GoogleCloudRetailV2alphaEnrollSolutionResponse
|
|
2655
|
+
# @private
|
|
2656
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2657
|
+
property :enrolled_solution, as: 'enrolledSolution'
|
|
2658
|
+
property :search_solution_use_case, as: 'searchSolutionUseCase'
|
|
2659
|
+
end
|
|
2660
|
+
end
|
|
2661
|
+
|
|
2636
2662
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
|
2637
2663
|
# @private
|
|
2638
2664
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-retail_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.78.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.78.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|