google-apis-merchantapi_products_v1beta 0.20.0 → 0.21.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: 65d480e95fe8f95b05a57531c2b5e040f0256cb8d1889d00a83f42eae45e2edf
|
4
|
+
data.tar.gz: d16a358e07668705305ad8c968b1dafee028add098958608acc4c2cf7ed8f42c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 323ca6d41a76ec87ba8e05ac033490e92df4864706ba2b76aca9c264a96bba82f0077cd1e1635aa6bbb250f06b18e9af61c2f8c4516c380ecb6a80c0460b33b9
|
7
|
+
data.tar.gz: e3a4c1629bb60136fa6d6e22eccdb345380bbd6c1884bdbb204fb5aff29f25447c351cf151478f37f976c52d3360fce553ad98fe4709c7caf6f803557b83d326
|
data/CHANGELOG.md
CHANGED
@@ -1812,6 +1812,23 @@ module Google
|
|
1812
1812
|
# @return [String]
|
1813
1813
|
attr_accessor :country
|
1814
1814
|
|
1815
|
+
# The handling cutoff time until which an order has to be placed to be processed
|
1816
|
+
# in the same day. This is a string in format of HHMM (e.g. `1530`) for 3:30 PM.
|
1817
|
+
# If not configured, the cutoff time will be defaulted to 8AM PST and `
|
1818
|
+
# handling_cutoff_timezone` will be ignored.
|
1819
|
+
# Corresponds to the JSON property `handlingCutoffTime`
|
1820
|
+
# @return [String]
|
1821
|
+
attr_accessor :handling_cutoff_time
|
1822
|
+
|
1823
|
+
# [Timezone identifier](https://developers.google.com/adwords/api/docs/appendix/
|
1824
|
+
# codes-formats#timezone-ids) For example `Europe/Zurich`. This field only
|
1825
|
+
# applies if `handling_cutoff_time` is set. If `handling_cutoff_time` is set but
|
1826
|
+
# this field is not set, the shipping destination timezone will be used. If both
|
1827
|
+
# fields are not set, the handling cutoff time will default to 8AM PST.
|
1828
|
+
# Corresponds to the JSON property `handlingCutoffTimezone`
|
1829
|
+
# @return [String]
|
1830
|
+
attr_accessor :handling_cutoff_timezone
|
1831
|
+
|
1815
1832
|
# The location where the shipping is applicable, represented by a location group
|
1816
1833
|
# name.
|
1817
1834
|
# Corresponds to the JSON property `locationGroupName`
|
@@ -1890,6 +1907,8 @@ module Google
|
|
1890
1907
|
# Update properties of this object
|
1891
1908
|
def update!(**args)
|
1892
1909
|
@country = args[:country] if args.key?(:country)
|
1910
|
+
@handling_cutoff_time = args[:handling_cutoff_time] if args.key?(:handling_cutoff_time)
|
1911
|
+
@handling_cutoff_timezone = args[:handling_cutoff_timezone] if args.key?(:handling_cutoff_timezone)
|
1893
1912
|
@location_group_name = args[:location_group_name] if args.key?(:location_group_name)
|
1894
1913
|
@location_id = args[:location_id] if args.key?(:location_id)
|
1895
1914
|
@max_handling_time = args[:max_handling_time] if args.key?(:max_handling_time)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MerchantapiProductsV1beta
|
18
18
|
# Version of the google-apis-merchantapi_products_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.21.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 = "20251007"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -630,6 +630,8 @@ module Google
|
|
630
630
|
# @private
|
631
631
|
class Representation < Google::Apis::Core::JsonRepresentation
|
632
632
|
property :country, as: 'country'
|
633
|
+
property :handling_cutoff_time, as: 'handlingCutoffTime'
|
634
|
+
property :handling_cutoff_timezone, as: 'handlingCutoffTimezone'
|
633
635
|
property :location_group_name, as: 'locationGroupName'
|
634
636
|
property :location_id, :numeric_string => true, as: 'locationId'
|
635
637
|
property :max_handling_time, :numeric_string => true, as: 'maxHandlingTime'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-merchantapi_products_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.21.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-merchantapi_products_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_products_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_products_v1beta/v0.21.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_products_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|