google-shopping-merchant-accounts-v1 0.1.0 → 0.1.1
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/lib/google/shopping/merchant/accounts/v1/online_return_policy_service/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1/online_return_policy_service/rest/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1/online_return_policy_service/rest.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1/online_return_policy_service.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1/online_return_policy_services_pb.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71a7d68f80112cb5f51e7ae82221b7a3efb7e962b0fa17bcd6f1b1ab551b707e
|
4
|
+
data.tar.gz: f02c07de05fb63bfb91a0b5d9e2fb1137b0006aad2d63b2eee98d4ad1779c182
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 642a19b1819419d5ee0163f8c07fa0efc74dcf1a538e65c4ae6f88c91b41bca816706d43844b2d1d5a2657eeb63216486dc39cfd76c9d23be403fe8488222e17
|
7
|
+
data.tar.gz: b8217ec4b6925738217e649919de4d7e7a1e0724b09da1dff192b6cab43d13449daa241e3231e2b4fa4a999ad8a8874e6614b9fef7128f742bbce53263e8331c
|
@@ -32,7 +32,7 @@ module Google
|
|
32
32
|
# configuration, encompassing return policies for both ads and free listings
|
33
33
|
# ## programs. This API defines the following resource model:
|
34
34
|
#
|
35
|
-
#
|
35
|
+
# {::Google::Shopping::Merchant::Accounts::V1::OnlineReturnPolicy OnlineReturnPolicy}
|
36
36
|
#
|
37
37
|
class Client
|
38
38
|
# @private
|
@@ -34,7 +34,7 @@ module Google
|
|
34
34
|
# configuration, encompassing return policies for both ads and free listings
|
35
35
|
# ## programs. This API defines the following resource model:
|
36
36
|
#
|
37
|
-
#
|
37
|
+
# {::Google::Shopping::Merchant::Accounts::V1::OnlineReturnPolicy OnlineReturnPolicy}
|
38
38
|
#
|
39
39
|
class Client
|
40
40
|
# @private
|
@@ -36,7 +36,7 @@ module Google
|
|
36
36
|
# configuration, encompassing return policies for both ads and free listings
|
37
37
|
# ## programs. This API defines the following resource model:
|
38
38
|
#
|
39
|
-
#
|
39
|
+
# {::Google::Shopping::Merchant::Accounts::V1::OnlineReturnPolicy OnlineReturnPolicy}
|
40
40
|
#
|
41
41
|
# To load this service and instantiate a REST client:
|
42
42
|
#
|
@@ -37,7 +37,7 @@ module Google
|
|
37
37
|
# configuration, encompassing return policies for both ads and free listings
|
38
38
|
# ## programs. This API defines the following resource model:
|
39
39
|
#
|
40
|
-
#
|
40
|
+
# {::Google::Shopping::Merchant::Accounts::V1::OnlineReturnPolicy OnlineReturnPolicy}
|
41
41
|
#
|
42
42
|
# @example Load this service and instantiate a gRPC client
|
43
43
|
#
|
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# configuration, encompassing return policies for both ads and free listings
|
30
30
|
# ## programs. This API defines the following resource model:
|
31
31
|
#
|
32
|
-
# [OnlineReturnPolicy]
|
32
|
+
# [OnlineReturnPolicy][google.shopping.merchant.accounts.v1.OnlineReturnPolicy]
|
33
33
|
class Service
|
34
34
|
|
35
35
|
include ::GRPC::GenericService
|