google-apis-content_v2_1 0.50.0 → 0.51.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 +4 -0
- data/lib/google/apis/content_v2_1/gem_version.rb +2 -2
- data/lib/google/apis/content_v2_1/service.rb +8 -7
- 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: e25694adbe82cfa5759cb84cbcdeba735a88f1411b4a8be14815a9ff393e8a6b
|
|
4
|
+
data.tar.gz: c44987a3204c842595bfbdfa941a55cdb4956126793173384ae131d0d61d490b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e08351a759d223273f6a75e83869b153a7970bd718792b16950007d7f67d086a770520cd07dab09e4a3496fe99bf25d75fab787cef60f6a44e6a35a8f752e635
|
|
7
|
+
data.tar.gz: bb9aefb0a12f55c7eabd97b3ec6dd4288a2f1d3f4f4b7bab42ab75d312a3982982de13a71da008d56590f4304114f9539d040347ae0b4e6bf5e754bea1f5c275
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContentV2_1
|
|
18
18
|
# Version of the google-apis-content_v2_1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.51.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 = "20260429"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2763,13 +2763,14 @@ module Google
|
|
|
2763
2763
|
# Start an action. The action can be requested by merchants in third-party
|
|
2764
2764
|
# application. Before merchants can request the action, the third-party
|
|
2765
2765
|
# application needs to show them action specific content and display a user
|
|
2766
|
-
# input form. You can request
|
|
2767
|
-
#
|
|
2768
|
-
#
|
|
2769
|
-
# once all `required` inputs are provided. If
|
|
2770
|
-
# or invalid value was provided, the service
|
|
2771
|
-
# errors will contain Ids for all problematic
|
|
2772
|
-
# human readable error messages that can be
|
|
2766
|
+
# input form. You can submit an allowlist request in the [Shopping API Support
|
|
2767
|
+
# Form](https://support.google.com/merchants/contact/shopping_api_support_form)
|
|
2768
|
+
# under "What is the issue/question?" to get access to this feature. The action
|
|
2769
|
+
# can be successfully started only once all `required` inputs are provided. If
|
|
2770
|
+
# any `required` input is missing, or invalid value was provided, the service
|
|
2771
|
+
# will return 400 error. Validation errors will contain Ids for all problematic
|
|
2772
|
+
# field together with translated, human readable error messages that can be
|
|
2773
|
+
# shown to the user.
|
|
2773
2774
|
# @param [Fixnum] merchant_id
|
|
2774
2775
|
# Required. The ID of the merchant's account.
|
|
2775
2776
|
# @param [Google::Apis::ContentV2_1::TriggerActionPayload] trigger_action_payload_object
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-content_v2_1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.51.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-content_v2_1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.51.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-content_v2_1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|