google-shopping-merchant-lfp-v1beta 0.a → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +12 -0
- data/AUTHENTICATION.md +122 -0
- data/README.md +144 -8
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_inventory_service/client.rb +435 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_inventory_service/credentials.rb +49 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_inventory_service/paths.rb +70 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_inventory_service/rest/client.rb +402 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_inventory_service/rest/service_stub.rb +131 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_inventory_service/rest.rb +56 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_inventory_service.rb +59 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_sale_service/client.rb +433 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_sale_service/credentials.rb +49 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_sale_service/paths.rb +52 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_sale_service/rest/client.rb +400 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_sale_service/rest/service_stub.rb +131 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_sale_service/rest.rb +56 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_sale_service.rb +59 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_store_service/client.rb +734 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_store_service/credentials.rb +49 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_store_service/paths.rb +68 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_store_service/rest/client.rb +680 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_store_service/rest/service_stub.rb +308 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_store_service/rest.rb +56 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfp_store_service.rb +59 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfpinventory_pb.rb +54 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfpinventory_services_pb.rb +51 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfpsale_pb.rb +55 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfpsale_services_pb.rb +49 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfpstore_pb.rb +56 -0
- data/lib/google/shopping/merchant/lfp/v1beta/lfpstore_services_pb.rb +57 -0
- data/lib/google/shopping/merchant/lfp/v1beta/rest.rb +41 -0
- data/lib/google/shopping/merchant/lfp/v1beta/version.rb +7 -2
- data/lib/google/shopping/merchant/lfp/v1beta.rb +49 -0
- data/lib/google-shopping-merchant-lfp-v1beta.rb +21 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/client.rb +399 -0
- data/proto_docs/google/api/field_behavior.rb +85 -0
- data/proto_docs/google/api/field_info.rb +65 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/api/resource.rb +222 -0
- data/proto_docs/google/protobuf/duration.rb +98 -0
- data/proto_docs/google/protobuf/empty.rb +34 -0
- data/proto_docs/google/protobuf/timestamp.rb +127 -0
- data/proto_docs/google/shopping/merchant/lfp/v1beta/lfpinventory.rb +113 -0
- data/proto_docs/google/shopping/merchant/lfp/v1beta/lfpsale.rb +96 -0
- data/proto_docs/google/shopping/merchant/lfp/v1beta/lfpstore.rb +185 -0
- data/proto_docs/google/shopping/type/types.rb +183 -0
- metadata +108 -10
@@ -0,0 +1,402 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2024 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
require "google/cloud/errors"
|
20
|
+
require "google/shopping/merchant/lfp/v1beta/lfpinventory_pb"
|
21
|
+
require "google/shopping/merchant/lfp/v1beta/lfp_inventory_service/rest/service_stub"
|
22
|
+
|
23
|
+
module Google
|
24
|
+
module Shopping
|
25
|
+
module Merchant
|
26
|
+
module Lfp
|
27
|
+
module V1beta
|
28
|
+
module LfpInventoryService
|
29
|
+
module Rest
|
30
|
+
##
|
31
|
+
# REST client for the LfpInventoryService service.
|
32
|
+
#
|
33
|
+
# Service for a [LFP
|
34
|
+
# partner](https://support.google.com/merchants/answer/7676652) to submit local
|
35
|
+
# inventories for a merchant.
|
36
|
+
#
|
37
|
+
class Client
|
38
|
+
# @private
|
39
|
+
DEFAULT_ENDPOINT_TEMPLATE = "merchantapi.$UNIVERSE_DOMAIN$"
|
40
|
+
|
41
|
+
include Paths
|
42
|
+
|
43
|
+
# @private
|
44
|
+
attr_reader :lfp_inventory_service_stub
|
45
|
+
|
46
|
+
##
|
47
|
+
# Configure the LfpInventoryService Client class.
|
48
|
+
#
|
49
|
+
# See {::Google::Shopping::Merchant::Lfp::V1beta::LfpInventoryService::Rest::Client::Configuration}
|
50
|
+
# for a description of the configuration fields.
|
51
|
+
#
|
52
|
+
# @example
|
53
|
+
#
|
54
|
+
# # Modify the configuration for all LfpInventoryService clients
|
55
|
+
# ::Google::Shopping::Merchant::Lfp::V1beta::LfpInventoryService::Rest::Client.configure do |config|
|
56
|
+
# config.timeout = 10.0
|
57
|
+
# end
|
58
|
+
#
|
59
|
+
# @yield [config] Configure the Client client.
|
60
|
+
# @yieldparam config [Client::Configuration]
|
61
|
+
#
|
62
|
+
# @return [Client::Configuration]
|
63
|
+
#
|
64
|
+
def self.configure
|
65
|
+
@configure ||= begin
|
66
|
+
namespace = ["Google", "Shopping", "Merchant", "Lfp", "V1beta"]
|
67
|
+
parent_config = while namespace.any?
|
68
|
+
parent_name = namespace.join "::"
|
69
|
+
parent_const = const_get parent_name
|
70
|
+
break parent_const.configure if parent_const.respond_to? :configure
|
71
|
+
namespace.pop
|
72
|
+
end
|
73
|
+
default_config = Client::Configuration.new parent_config
|
74
|
+
|
75
|
+
default_config.timeout = 60.0
|
76
|
+
default_config.retry_policy = {
|
77
|
+
initial_delay: 1.0, max_delay: 10.0, multiplier: 1.3, retry_codes: [14]
|
78
|
+
}
|
79
|
+
|
80
|
+
default_config
|
81
|
+
end
|
82
|
+
yield @configure if block_given?
|
83
|
+
@configure
|
84
|
+
end
|
85
|
+
|
86
|
+
##
|
87
|
+
# Configure the LfpInventoryService Client instance.
|
88
|
+
#
|
89
|
+
# The configuration is set to the derived mode, meaning that values can be changed,
|
90
|
+
# but structural changes (adding new fields, etc.) are not allowed. Structural changes
|
91
|
+
# should be made on {Client.configure}.
|
92
|
+
#
|
93
|
+
# See {::Google::Shopping::Merchant::Lfp::V1beta::LfpInventoryService::Rest::Client::Configuration}
|
94
|
+
# for a description of the configuration fields.
|
95
|
+
#
|
96
|
+
# @yield [config] Configure the Client client.
|
97
|
+
# @yieldparam config [Client::Configuration]
|
98
|
+
#
|
99
|
+
# @return [Client::Configuration]
|
100
|
+
#
|
101
|
+
def configure
|
102
|
+
yield @config if block_given?
|
103
|
+
@config
|
104
|
+
end
|
105
|
+
|
106
|
+
##
|
107
|
+
# The effective universe domain
|
108
|
+
#
|
109
|
+
# @return [String]
|
110
|
+
#
|
111
|
+
def universe_domain
|
112
|
+
@lfp_inventory_service_stub.universe_domain
|
113
|
+
end
|
114
|
+
|
115
|
+
##
|
116
|
+
# Create a new LfpInventoryService REST client object.
|
117
|
+
#
|
118
|
+
# @example
|
119
|
+
#
|
120
|
+
# # Create a client using the default configuration
|
121
|
+
# client = ::Google::Shopping::Merchant::Lfp::V1beta::LfpInventoryService::Rest::Client.new
|
122
|
+
#
|
123
|
+
# # Create a client using a custom configuration
|
124
|
+
# client = ::Google::Shopping::Merchant::Lfp::V1beta::LfpInventoryService::Rest::Client.new do |config|
|
125
|
+
# config.timeout = 10.0
|
126
|
+
# end
|
127
|
+
#
|
128
|
+
# @yield [config] Configure the LfpInventoryService client.
|
129
|
+
# @yieldparam config [Client::Configuration]
|
130
|
+
#
|
131
|
+
def initialize
|
132
|
+
# Create the configuration object
|
133
|
+
@config = Configuration.new Client.configure
|
134
|
+
|
135
|
+
# Yield the configuration if needed
|
136
|
+
yield @config if block_given?
|
137
|
+
|
138
|
+
# Create credentials
|
139
|
+
credentials = @config.credentials
|
140
|
+
# Use self-signed JWT if the endpoint is unchanged from default,
|
141
|
+
# but only if the default endpoint does not have a region prefix.
|
142
|
+
enable_self_signed_jwt = @config.endpoint.nil? ||
|
143
|
+
(@config.endpoint == Configuration::DEFAULT_ENDPOINT &&
|
144
|
+
!@config.endpoint.split(".").first.include?("-"))
|
145
|
+
credentials ||= Credentials.default scope: @config.scope,
|
146
|
+
enable_self_signed_jwt: enable_self_signed_jwt
|
147
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
148
|
+
credentials = Credentials.new credentials, scope: @config.scope
|
149
|
+
end
|
150
|
+
|
151
|
+
@quota_project_id = @config.quota_project
|
152
|
+
@quota_project_id ||= credentials.quota_project_id if credentials.respond_to? :quota_project_id
|
153
|
+
|
154
|
+
@lfp_inventory_service_stub = ::Google::Shopping::Merchant::Lfp::V1beta::LfpInventoryService::Rest::ServiceStub.new(
|
155
|
+
endpoint: @config.endpoint,
|
156
|
+
endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
|
157
|
+
universe_domain: @config.universe_domain,
|
158
|
+
credentials: credentials
|
159
|
+
)
|
160
|
+
end
|
161
|
+
|
162
|
+
# Service calls
|
163
|
+
|
164
|
+
##
|
165
|
+
# Inserts a `LfpInventory` resource for the given target merchant account. If
|
166
|
+
# the resource already exists, it will be replaced. The inventory
|
167
|
+
# automatically expires after 30 days.
|
168
|
+
#
|
169
|
+
# @overload insert_lfp_inventory(request, options = nil)
|
170
|
+
# Pass arguments to `insert_lfp_inventory` via a request object, either of type
|
171
|
+
# {::Google::Shopping::Merchant::Lfp::V1beta::InsertLfpInventoryRequest} or an equivalent Hash.
|
172
|
+
#
|
173
|
+
# @param request [::Google::Shopping::Merchant::Lfp::V1beta::InsertLfpInventoryRequest, ::Hash]
|
174
|
+
# A request object representing the call parameters. Required. To specify no
|
175
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
176
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
177
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
178
|
+
#
|
179
|
+
# @overload insert_lfp_inventory(parent: nil, lfp_inventory: nil)
|
180
|
+
# Pass arguments to `insert_lfp_inventory` via keyword arguments. Note that at
|
181
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
182
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
183
|
+
#
|
184
|
+
# @param parent [::String]
|
185
|
+
# Required. The LFP provider account.
|
186
|
+
# Format: `accounts/{account}`
|
187
|
+
# @param lfp_inventory [::Google::Shopping::Merchant::Lfp::V1beta::LfpInventory, ::Hash]
|
188
|
+
# Required. The inventory to insert.
|
189
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
190
|
+
# @yieldparam result [::Google::Shopping::Merchant::Lfp::V1beta::LfpInventory]
|
191
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
192
|
+
#
|
193
|
+
# @return [::Google::Shopping::Merchant::Lfp::V1beta::LfpInventory]
|
194
|
+
#
|
195
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
196
|
+
#
|
197
|
+
# @example Basic example
|
198
|
+
# require "google/shopping/merchant/lfp/v1beta"
|
199
|
+
#
|
200
|
+
# # Create a client object. The client can be reused for multiple calls.
|
201
|
+
# client = Google::Shopping::Merchant::Lfp::V1beta::LfpInventoryService::Rest::Client.new
|
202
|
+
#
|
203
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
204
|
+
# request = Google::Shopping::Merchant::Lfp::V1beta::InsertLfpInventoryRequest.new
|
205
|
+
#
|
206
|
+
# # Call the insert_lfp_inventory method.
|
207
|
+
# result = client.insert_lfp_inventory request
|
208
|
+
#
|
209
|
+
# # The returned object is of type Google::Shopping::Merchant::Lfp::V1beta::LfpInventory.
|
210
|
+
# p result
|
211
|
+
#
|
212
|
+
def insert_lfp_inventory request, options = nil
|
213
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
214
|
+
|
215
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Shopping::Merchant::Lfp::V1beta::InsertLfpInventoryRequest
|
216
|
+
|
217
|
+
# Converts hash and nil to an options object
|
218
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
219
|
+
|
220
|
+
# Customize the options with defaults
|
221
|
+
call_metadata = @config.rpcs.insert_lfp_inventory.metadata.to_h
|
222
|
+
|
223
|
+
# Set x-goog-api-client and x-goog-user-project headers
|
224
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
225
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
226
|
+
gapic_version: ::Google::Shopping::Merchant::Lfp::V1beta::VERSION,
|
227
|
+
transports_version_send: [:rest]
|
228
|
+
|
229
|
+
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
230
|
+
|
231
|
+
options.apply_defaults timeout: @config.rpcs.insert_lfp_inventory.timeout,
|
232
|
+
metadata: call_metadata,
|
233
|
+
retry_policy: @config.rpcs.insert_lfp_inventory.retry_policy
|
234
|
+
|
235
|
+
options.apply_defaults timeout: @config.timeout,
|
236
|
+
metadata: @config.metadata,
|
237
|
+
retry_policy: @config.retry_policy
|
238
|
+
|
239
|
+
@lfp_inventory_service_stub.insert_lfp_inventory request, options do |result, operation|
|
240
|
+
yield result, operation if block_given?
|
241
|
+
return result
|
242
|
+
end
|
243
|
+
rescue ::Gapic::Rest::Error => e
|
244
|
+
raise ::Google::Cloud::Error.from_error(e)
|
245
|
+
end
|
246
|
+
|
247
|
+
##
|
248
|
+
# Configuration class for the LfpInventoryService REST API.
|
249
|
+
#
|
250
|
+
# This class represents the configuration for LfpInventoryService REST,
|
251
|
+
# providing control over timeouts, retry behavior, logging, transport
|
252
|
+
# parameters, and other low-level controls. Certain parameters can also be
|
253
|
+
# applied individually to specific RPCs. See
|
254
|
+
# {::Google::Shopping::Merchant::Lfp::V1beta::LfpInventoryService::Rest::Client::Configuration::Rpcs}
|
255
|
+
# for a list of RPCs that can be configured independently.
|
256
|
+
#
|
257
|
+
# Configuration can be applied globally to all clients, or to a single client
|
258
|
+
# on construction.
|
259
|
+
#
|
260
|
+
# @example
|
261
|
+
#
|
262
|
+
# # Modify the global config, setting the timeout for
|
263
|
+
# # insert_lfp_inventory to 20 seconds,
|
264
|
+
# # and all remaining timeouts to 10 seconds.
|
265
|
+
# ::Google::Shopping::Merchant::Lfp::V1beta::LfpInventoryService::Rest::Client.configure do |config|
|
266
|
+
# config.timeout = 10.0
|
267
|
+
# config.rpcs.insert_lfp_inventory.timeout = 20.0
|
268
|
+
# end
|
269
|
+
#
|
270
|
+
# # Apply the above configuration only to a new client.
|
271
|
+
# client = ::Google::Shopping::Merchant::Lfp::V1beta::LfpInventoryService::Rest::Client.new do |config|
|
272
|
+
# config.timeout = 10.0
|
273
|
+
# config.rpcs.insert_lfp_inventory.timeout = 20.0
|
274
|
+
# end
|
275
|
+
#
|
276
|
+
# @!attribute [rw] endpoint
|
277
|
+
# A custom service endpoint, as a hostname or hostname:port. The default is
|
278
|
+
# nil, indicating to use the default endpoint in the current universe domain.
|
279
|
+
# @return [::String,nil]
|
280
|
+
# @!attribute [rw] credentials
|
281
|
+
# Credentials to send with calls. You may provide any of the following types:
|
282
|
+
# * (`String`) The path to a service account key file in JSON format
|
283
|
+
# * (`Hash`) A service account key as a Hash
|
284
|
+
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
285
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
286
|
+
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
287
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
288
|
+
# * (`nil`) indicating no credentials
|
289
|
+
# @return [::Object]
|
290
|
+
# @!attribute [rw] scope
|
291
|
+
# The OAuth scopes
|
292
|
+
# @return [::Array<::String>]
|
293
|
+
# @!attribute [rw] lib_name
|
294
|
+
# The library name as recorded in instrumentation and logging
|
295
|
+
# @return [::String]
|
296
|
+
# @!attribute [rw] lib_version
|
297
|
+
# The library version as recorded in instrumentation and logging
|
298
|
+
# @return [::String]
|
299
|
+
# @!attribute [rw] timeout
|
300
|
+
# The call timeout in seconds.
|
301
|
+
# @return [::Numeric]
|
302
|
+
# @!attribute [rw] metadata
|
303
|
+
# Additional headers to be sent with the call.
|
304
|
+
# @return [::Hash{::Symbol=>::String}]
|
305
|
+
# @!attribute [rw] retry_policy
|
306
|
+
# The retry policy. The value is a hash with the following keys:
|
307
|
+
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
308
|
+
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
309
|
+
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
310
|
+
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
311
|
+
# trigger a retry.
|
312
|
+
# @return [::Hash]
|
313
|
+
# @!attribute [rw] quota_project
|
314
|
+
# A separate project against which to charge quota.
|
315
|
+
# @return [::String]
|
316
|
+
# @!attribute [rw] universe_domain
|
317
|
+
# The universe domain within which to make requests. This determines the
|
318
|
+
# default endpoint URL. The default value of nil uses the environment
|
319
|
+
# universe (usually the default "googleapis.com" universe).
|
320
|
+
# @return [::String,nil]
|
321
|
+
#
|
322
|
+
class Configuration
|
323
|
+
extend ::Gapic::Config
|
324
|
+
|
325
|
+
# @private
|
326
|
+
# The endpoint specific to the default "googleapis.com" universe. Deprecated.
|
327
|
+
DEFAULT_ENDPOINT = "merchantapi.googleapis.com"
|
328
|
+
|
329
|
+
config_attr :endpoint, nil, ::String, nil
|
330
|
+
config_attr :credentials, nil do |value|
|
331
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
332
|
+
allowed.any? { |klass| klass === value }
|
333
|
+
end
|
334
|
+
config_attr :scope, nil, ::String, ::Array, nil
|
335
|
+
config_attr :lib_name, nil, ::String, nil
|
336
|
+
config_attr :lib_version, nil, ::String, nil
|
337
|
+
config_attr :timeout, nil, ::Numeric, nil
|
338
|
+
config_attr :metadata, nil, ::Hash, nil
|
339
|
+
config_attr :retry_policy, nil, ::Hash, ::Proc, nil
|
340
|
+
config_attr :quota_project, nil, ::String, nil
|
341
|
+
config_attr :universe_domain, nil, ::String, nil
|
342
|
+
|
343
|
+
# @private
|
344
|
+
def initialize parent_config = nil
|
345
|
+
@parent_config = parent_config unless parent_config.nil?
|
346
|
+
|
347
|
+
yield self if block_given?
|
348
|
+
end
|
349
|
+
|
350
|
+
##
|
351
|
+
# Configurations for individual RPCs
|
352
|
+
# @return [Rpcs]
|
353
|
+
#
|
354
|
+
def rpcs
|
355
|
+
@rpcs ||= begin
|
356
|
+
parent_rpcs = nil
|
357
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
358
|
+
Rpcs.new parent_rpcs
|
359
|
+
end
|
360
|
+
end
|
361
|
+
|
362
|
+
##
|
363
|
+
# Configuration RPC class for the LfpInventoryService API.
|
364
|
+
#
|
365
|
+
# Includes fields providing the configuration for each RPC in this service.
|
366
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
367
|
+
# the following configuration fields:
|
368
|
+
#
|
369
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
370
|
+
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional headers
|
371
|
+
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
372
|
+
# include the following keys:
|
373
|
+
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
374
|
+
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
375
|
+
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
376
|
+
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
377
|
+
# trigger a retry.
|
378
|
+
#
|
379
|
+
class Rpcs
|
380
|
+
##
|
381
|
+
# RPC-specific configuration for `insert_lfp_inventory`
|
382
|
+
# @return [::Gapic::Config::Method]
|
383
|
+
#
|
384
|
+
attr_reader :insert_lfp_inventory
|
385
|
+
|
386
|
+
# @private
|
387
|
+
def initialize parent_rpcs = nil
|
388
|
+
insert_lfp_inventory_config = parent_rpcs.insert_lfp_inventory if parent_rpcs.respond_to? :insert_lfp_inventory
|
389
|
+
@insert_lfp_inventory = ::Gapic::Config::Method.new insert_lfp_inventory_config
|
390
|
+
|
391
|
+
yield self if block_given?
|
392
|
+
end
|
393
|
+
end
|
394
|
+
end
|
395
|
+
end
|
396
|
+
end
|
397
|
+
end
|
398
|
+
end
|
399
|
+
end
|
400
|
+
end
|
401
|
+
end
|
402
|
+
end
|
@@ -0,0 +1,131 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2024 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
require "google/shopping/merchant/lfp/v1beta/lfpinventory_pb"
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Shopping
|
23
|
+
module Merchant
|
24
|
+
module Lfp
|
25
|
+
module V1beta
|
26
|
+
module LfpInventoryService
|
27
|
+
module Rest
|
28
|
+
##
|
29
|
+
# REST service stub for the LfpInventoryService service.
|
30
|
+
# Service stub contains baseline method implementations
|
31
|
+
# including transcoding, making the REST call, and deserialing the response.
|
32
|
+
#
|
33
|
+
class ServiceStub
|
34
|
+
def initialize endpoint:, endpoint_template:, universe_domain:, credentials:
|
35
|
+
# These require statements are intentionally placed here to initialize
|
36
|
+
# the REST modules only when it's required.
|
37
|
+
require "gapic/rest"
|
38
|
+
|
39
|
+
@client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint,
|
40
|
+
endpoint_template: endpoint_template,
|
41
|
+
universe_domain: universe_domain,
|
42
|
+
credentials: credentials,
|
43
|
+
numeric_enums: true,
|
44
|
+
raise_faraday_errors: false
|
45
|
+
end
|
46
|
+
|
47
|
+
##
|
48
|
+
# The effective universe domain
|
49
|
+
#
|
50
|
+
# @return [String]
|
51
|
+
#
|
52
|
+
def universe_domain
|
53
|
+
@client_stub.universe_domain
|
54
|
+
end
|
55
|
+
|
56
|
+
##
|
57
|
+
# The effective endpoint
|
58
|
+
#
|
59
|
+
# @return [String]
|
60
|
+
#
|
61
|
+
def endpoint
|
62
|
+
@client_stub.endpoint
|
63
|
+
end
|
64
|
+
|
65
|
+
##
|
66
|
+
# Baseline implementation for the insert_lfp_inventory REST call
|
67
|
+
#
|
68
|
+
# @param request_pb [::Google::Shopping::Merchant::Lfp::V1beta::InsertLfpInventoryRequest]
|
69
|
+
# A request object representing the call parameters. Required.
|
70
|
+
# @param options [::Gapic::CallOptions]
|
71
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
72
|
+
#
|
73
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
74
|
+
# @yieldparam result [::Google::Shopping::Merchant::Lfp::V1beta::LfpInventory]
|
75
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
76
|
+
#
|
77
|
+
# @return [::Google::Shopping::Merchant::Lfp::V1beta::LfpInventory]
|
78
|
+
# A result object deserialized from the server's reply
|
79
|
+
def insert_lfp_inventory request_pb, options = nil
|
80
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
81
|
+
|
82
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_insert_lfp_inventory_request request_pb
|
83
|
+
query_string_params = if query_string_params.any?
|
84
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
85
|
+
else
|
86
|
+
{}
|
87
|
+
end
|
88
|
+
|
89
|
+
response = @client_stub.make_http_request(
|
90
|
+
verb,
|
91
|
+
uri: uri,
|
92
|
+
body: body || "",
|
93
|
+
params: query_string_params,
|
94
|
+
options: options
|
95
|
+
)
|
96
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
97
|
+
result = ::Google::Shopping::Merchant::Lfp::V1beta::LfpInventory.decode_json response.body, ignore_unknown_fields: true
|
98
|
+
|
99
|
+
yield result, operation if block_given?
|
100
|
+
result
|
101
|
+
end
|
102
|
+
|
103
|
+
##
|
104
|
+
# @private
|
105
|
+
#
|
106
|
+
# GRPC transcoding helper method for the insert_lfp_inventory REST call
|
107
|
+
#
|
108
|
+
# @param request_pb [::Google::Shopping::Merchant::Lfp::V1beta::InsertLfpInventoryRequest]
|
109
|
+
# A request object representing the call parameters. Required.
|
110
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
111
|
+
# Uri, Body, Query string parameters
|
112
|
+
def self.transcode_insert_lfp_inventory_request request_pb
|
113
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
114
|
+
.with_bindings(
|
115
|
+
uri_method: :post,
|
116
|
+
uri_template: "/lfp/v1beta/{parent}/lfpInventories:insert",
|
117
|
+
body: "lfp_inventory",
|
118
|
+
matches: [
|
119
|
+
["parent", %r{^accounts/[^/]+/?$}, false]
|
120
|
+
]
|
121
|
+
)
|
122
|
+
transcoder.transcode request_pb
|
123
|
+
end
|
124
|
+
end
|
125
|
+
end
|
126
|
+
end
|
127
|
+
end
|
128
|
+
end
|
129
|
+
end
|
130
|
+
end
|
131
|
+
end
|
@@ -0,0 +1,56 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2024 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
require "gapic/rest"
|
20
|
+
require "gapic/config"
|
21
|
+
require "gapic/config/method"
|
22
|
+
|
23
|
+
require "google/shopping/merchant/lfp/v1beta/version"
|
24
|
+
|
25
|
+
require "google/shopping/merchant/lfp/v1beta/lfp_inventory_service/credentials"
|
26
|
+
require "google/shopping/merchant/lfp/v1beta/lfp_inventory_service/paths"
|
27
|
+
require "google/shopping/merchant/lfp/v1beta/lfp_inventory_service/rest/client"
|
28
|
+
|
29
|
+
module Google
|
30
|
+
module Shopping
|
31
|
+
module Merchant
|
32
|
+
module Lfp
|
33
|
+
module V1beta
|
34
|
+
##
|
35
|
+
# Service for a [LFP
|
36
|
+
# partner](https://support.google.com/merchants/answer/7676652) to submit local
|
37
|
+
# inventories for a merchant.
|
38
|
+
#
|
39
|
+
# To load this service and instantiate a REST client:
|
40
|
+
#
|
41
|
+
# require "google/shopping/merchant/lfp/v1beta/lfp_inventory_service/rest"
|
42
|
+
# client = ::Google::Shopping::Merchant::Lfp::V1beta::LfpInventoryService::Rest::Client.new
|
43
|
+
#
|
44
|
+
module LfpInventoryService
|
45
|
+
# Client for the REST transport
|
46
|
+
module Rest
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
52
|
+
end
|
53
|
+
end
|
54
|
+
|
55
|
+
helper_path = ::File.join __dir__, "rest", "helpers.rb"
|
56
|
+
require "google/shopping/merchant/lfp/v1beta/lfp_inventory_service/rest/helpers" if ::File.file? helper_path
|
@@ -0,0 +1,59 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2024 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
require "gapic/common"
|
20
|
+
require "gapic/config"
|
21
|
+
require "gapic/config/method"
|
22
|
+
|
23
|
+
require "google/shopping/merchant/lfp/v1beta/version"
|
24
|
+
|
25
|
+
require "google/shopping/merchant/lfp/v1beta/lfp_inventory_service/credentials"
|
26
|
+
require "google/shopping/merchant/lfp/v1beta/lfp_inventory_service/paths"
|
27
|
+
require "google/shopping/merchant/lfp/v1beta/lfp_inventory_service/client"
|
28
|
+
require "google/shopping/merchant/lfp/v1beta/lfp_inventory_service/rest"
|
29
|
+
|
30
|
+
module Google
|
31
|
+
module Shopping
|
32
|
+
module Merchant
|
33
|
+
module Lfp
|
34
|
+
module V1beta
|
35
|
+
##
|
36
|
+
# Service for a [LFP
|
37
|
+
# partner](https://support.google.com/merchants/answer/7676652) to submit local
|
38
|
+
# inventories for a merchant.
|
39
|
+
#
|
40
|
+
# @example Load this service and instantiate a gRPC client
|
41
|
+
#
|
42
|
+
# require "google/shopping/merchant/lfp/v1beta/lfp_inventory_service"
|
43
|
+
# client = ::Google::Shopping::Merchant::Lfp::V1beta::LfpInventoryService::Client.new
|
44
|
+
#
|
45
|
+
# @example Load this service and instantiate a REST client
|
46
|
+
#
|
47
|
+
# require "google/shopping/merchant/lfp/v1beta/lfp_inventory_service/rest"
|
48
|
+
# client = ::Google::Shopping::Merchant::Lfp::V1beta::LfpInventoryService::Rest::Client.new
|
49
|
+
#
|
50
|
+
module LfpInventoryService
|
51
|
+
end
|
52
|
+
end
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
helper_path = ::File.join __dir__, "lfp_inventory_service", "helpers.rb"
|
59
|
+
require "google/shopping/merchant/lfp/v1beta/lfp_inventory_service/helpers" if ::File.file? helper_path
|