google-apis-retail_v2alpha 0.94.0 → 0.95.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7dd49f5603cb2b82f3eb980d6ef3e7ced3d3e62c5b70b164b33f275deffa2c74
4
- data.tar.gz: dce5e3f86f9a234f52d3305e1cb6752086bdcdf18edc289924ed62dc1b4397fd
3
+ metadata.gz: ae6485dd06395768dab840e17dcfcb972a44a8572b03e23e6dbb3465725df683
4
+ data.tar.gz: e1c3c065d719ebfeb9c20493534cfe07f6694ab1a7975eac01c76212e6dd764f
5
5
  SHA512:
6
- metadata.gz: 4dc61334bd1216fc830073569aa181bfb574a8ebfa2f67f2542e5e2db40ec82dba63cb290ff56b6c093e24b2815fdd8a97cd20b2a5145eece88e55fddbf869f9
7
- data.tar.gz: 3b709183505792ab071ce3bdaf00511a9544eab808559a5c1e66c8aade051f7138df8f39e7ecede1f4fc82f67302a486af8fe579198fc2a5b5311faa77213423
6
+ metadata.gz: 7dc60403000aa8d240b9392bf53c4b87a4197a371d023646c39367a0af86165212cf0f6fd8931b3837c11280397c75529b8cf65bbff208fdcc449855c2a5fcd5
7
+ data.tar.gz: 2feea4a0f6773468a2ab8b60ae491bdbf415bed316e05733d5dbeafca0fae63eec21dfdf2bced1c44f9c36192e9d113e6f567a97261add5cb7f0ce04008e30b5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.95.0 (2024-02-18)
4
+
5
+ * Regenerated from discovery document revision 20240212
6
+
3
7
  ### v0.94.0 (2024-02-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20240205
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V2alpha of the Retail API
1
+ # Simple REST client for version V2alpha of the Vertex AI Search for Retail API
2
2
 
3
- This is a simple client library for version V2alpha of the Retail API. It provides:
3
+ This is a simple client library for version V2alpha of the Vertex AI Search for Retail API. It provides:
4
4
 
5
5
  * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
6
  * Ruby objects for data structures related to the service.
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Retail service in particular.)
67
67
 
68
- For reference information on specific calls in the Retail API, see the {Google::Apis::RetailV2alpha::CloudRetailService class reference docs}.
68
+ For reference information on specific calls in the Vertex AI Search for Retail API, see the {Google::Apis::RetailV2alpha::CloudRetailService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71
 
@@ -440,6 +440,33 @@ module Google
440
440
  end
441
441
  end
442
442
 
443
+ # Metadata related to the progress of the Export operation. This is returned by
444
+ # the google.longrunning.Operation.metadata field.
445
+ class GoogleCloudRetailV2ExportMetadata
446
+ include Google::Apis::Core::Hashable
447
+
448
+ # Operation create time.
449
+ # Corresponds to the JSON property `createTime`
450
+ # @return [String]
451
+ attr_accessor :create_time
452
+
453
+ # Operation last update time. If the operation is done, this is also the finish
454
+ # time.
455
+ # Corresponds to the JSON property `updateTime`
456
+ # @return [String]
457
+ attr_accessor :update_time
458
+
459
+ def initialize(**args)
460
+ update!(**args)
461
+ end
462
+
463
+ # Update properties of this object
464
+ def update!(**args)
465
+ @create_time = args[:create_time] if args.key?(:create_time)
466
+ @update_time = args[:update_time] if args.key?(:update_time)
467
+ end
468
+ end
469
+
443
470
  # A Gcs output result.
444
471
  class GoogleCloudRetailV2GcsOutputResult
445
472
  include Google::Apis::Core::Hashable
@@ -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.94.0"
19
+ GEM_VERSION = "0.95.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240205"
25
+ REVISION = "20240212"
26
26
  end
27
27
  end
28
28
  end
@@ -112,6 +112,12 @@ module Google
112
112
  include Google::Apis::Core::JsonObjectSupport
113
113
  end
114
114
 
115
+ class GoogleCloudRetailV2ExportMetadata
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
115
121
  class GoogleCloudRetailV2GcsOutputResult
116
122
  class Representation < Google::Apis::Core::JsonRepresentation; end
117
123
 
@@ -1643,6 +1649,14 @@ module Google
1643
1649
  end
1644
1650
  end
1645
1651
 
1652
+ class GoogleCloudRetailV2ExportMetadata
1653
+ # @private
1654
+ class Representation < Google::Apis::Core::JsonRepresentation
1655
+ property :create_time, as: 'createTime'
1656
+ property :update_time, as: 'updateTime'
1657
+ end
1658
+ end
1659
+
1646
1660
  class GoogleCloudRetailV2GcsOutputResult
1647
1661
  # @private
1648
1662
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -20,11 +20,12 @@ require 'google/apis/errors'
20
20
  module Google
21
21
  module Apis
22
22
  module RetailV2alpha
23
- # Retail API
23
+ # Vertex AI Search for Retail API
24
24
  #
25
- # Cloud Retail service enables customers to build end-to-end personalized
26
- # recommendation systems without requiring a high level of expertise in machine
27
- # learning, recommendation system, or Google Cloud.
25
+ # Vertex AI Search for Retail API is made up of Retail Search, Browse and
26
+ # Recommendations. These discovery AI solutions help you implement personalized
27
+ # search, browse and recommendations, based on machine learning models, across
28
+ # your websites and mobile applications.
28
29
  #
29
30
  # @example
30
31
  # require 'google/apis/retail_v2alpha'
@@ -19,15 +19,16 @@ require 'google/apis/retail_v2alpha/gem_version.rb'
19
19
 
20
20
  module Google
21
21
  module Apis
22
- # Retail API
22
+ # Vertex AI Search for Retail API
23
23
  #
24
- # Cloud Retail service enables customers to build end-to-end personalized
25
- # recommendation systems without requiring a high level of expertise in machine
26
- # learning, recommendation system, or Google Cloud.
24
+ # Vertex AI Search for Retail API is made up of Retail Search, Browse and
25
+ # Recommendations. These discovery AI solutions help you implement personalized
26
+ # search, browse and recommendations, based on machine learning models, across
27
+ # your websites and mobile applications.
27
28
  #
28
29
  # @see https://cloud.google.com/recommendations
29
30
  module RetailV2alpha
30
- # Version of the Retail API this client connects to.
31
+ # Version of the Vertex AI Search for Retail API this client connects to.
31
32
  # This is NOT the gem version.
32
33
  VERSION = 'V2alpha'
33
34
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.94.0
4
+ version: 0.95.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: 2024-02-11 00:00:00.000000000 Z
11
+ date: 2024-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -30,13 +30,13 @@ dependencies:
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
33
- description: This is the simple REST client for Retail API V2alpha. Simple REST clients
34
- are Ruby client libraries that provide access to Google services via their HTTP
35
- REST API endpoints. These libraries are generated and updated automatically based
36
- on the discovery documents published by the service, and they handle most concerns
37
- such as authentication, pagination, retry, timeouts, and logging. You can use this
38
- client to access the Retail API, but note that some services may provide a separate
39
- modern client that is easier to use.
33
+ description: This is the simple REST client for Vertex AI Search for Retail API V2alpha.
34
+ Simple REST clients are Ruby client libraries that provide access to Google services
35
+ via their HTTP REST API endpoints. These libraries are generated and updated automatically
36
+ based on the discovery documents published by the service, and they handle most
37
+ concerns such as authentication, pagination, retry, timeouts, and logging. You can
38
+ use this client to access the Vertex AI Search for Retail API, but note that some
39
+ services may provide a separate modern client that is easier to use.
40
40
  email: googleapis-packages@google.com
41
41
  executables: []
42
42
  extensions: []
@@ -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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.94.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.95.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -78,5 +78,5 @@ requirements: []
78
78
  rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
- summary: Simple REST client for Retail API V2alpha
81
+ summary: Simple REST client for Vertex AI Search for Retail API V2alpha
82
82
  test_files: []