google-shopping-merchant-inventories-v1beta 0.2.0 → 0.2.1

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: 26949a7ce0f03e002a6f9c988e1050b99113f94dc0d3bbbaffd22e2cfb4803d3
4
- data.tar.gz: 7eaacac60114cd06ab3da409147041304d5ac5d84feabf945043d83a1d2de6fc
3
+ metadata.gz: 5f8d5e2dd42389158e19f92a01eef253235789df949a9282cc263ff544bbfb61
4
+ data.tar.gz: b5c135d216b4f0410314ebbc4f354892b61b92ca4e43f9f3bc762f1bd60f266b
5
5
  SHA512:
6
- metadata.gz: 419c2f772f39ac0eafda050e9d4e5d1dc35e5778e88327505c5e4c0abab40b555bd8d8a3208f62be4cc0dab79766aa9b297859776b76486f763044f120396372
7
- data.tar.gz: 8340fc16095e991dcfc09a3de24b86553d4f1fe951e9b0102e3bc017c6dd125a8e18325fd8e8c7603ae53013c94d34a5c443da8fe8972a51d6d63e2d87d0d9f6
6
+ metadata.gz: 2d230bd94309867516d74db3fe8048b1c82acc0334fc066172887300ca46b28950ef6d6bc8f345936e2524781556e1334c2a21b0e4f84c7112cb62d108d3a2c1
7
+ data.tar.gz: 89fbf9a82910bc267bb1c4b056fa955087769c57c630c4f53c9a4df176ebeada4afca8c6b55119ee0d7438c5688a9a434933dc3489dbdecb397a70350c199b9a
@@ -53,6 +53,15 @@ module Google
53
53
  @client_stub.universe_domain
54
54
  end
55
55
 
56
+ ##
57
+ # The effective endpoint
58
+ #
59
+ # @return [String]
60
+ #
61
+ def endpoint
62
+ @client_stub.endpoint
63
+ end
64
+
56
65
  ##
57
66
  # Baseline implementation for the list_local_inventories REST call
58
67
  #
@@ -53,6 +53,15 @@ module Google
53
53
  @client_stub.universe_domain
54
54
  end
55
55
 
56
+ ##
57
+ # The effective endpoint
58
+ #
59
+ # @return [String]
60
+ #
61
+ def endpoint
62
+ @client_stub.endpoint
63
+ end
64
+
56
65
  ##
57
66
  # Baseline implementation for the list_regional_inventories REST call
58
67
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Merchant
23
23
  module Inventories
24
24
  module V1beta
25
- VERSION = "0.2.0"
25
+ VERSION = "0.2.1"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-inventories-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
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-01-11 00:00:00.000000000 Z
11
+ date: 2024-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common