google-shopping-merchant-accounts-v1beta 0.2.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +30 -20
  3. data/lib/google/shopping/merchant/accounts/v1beta/account_issue_service/client.rb +28 -2
  4. data/lib/google/shopping/merchant/accounts/v1beta/account_issue_service/rest/client.rb +28 -2
  5. data/lib/google/shopping/merchant/accounts/v1beta/account_issue_service/rest/service_stub.rb +22 -8
  6. data/lib/google/shopping/merchant/accounts/v1beta/account_tax_service/client.rb +28 -4
  7. data/lib/google/shopping/merchant/accounts/v1beta/account_tax_service/rest/client.rb +28 -4
  8. data/lib/google/shopping/merchant/accounts/v1beta/account_tax_service/rest/service_stub.rb +38 -20
  9. data/lib/google/shopping/merchant/accounts/v1beta/accounts_pb.rb +1 -1
  10. data/lib/google/shopping/merchant/accounts/v1beta/accounts_service/client.rb +38 -9
  11. data/lib/google/shopping/merchant/accounts/v1beta/accounts_service/rest/client.rb +38 -9
  12. data/lib/google/shopping/merchant/accounts/v1beta/accounts_service/rest/service_stub.rb +62 -38
  13. data/lib/google/shopping/merchant/accounts/v1beta/accounts_services_pb.rb +5 -1
  14. data/lib/google/shopping/merchant/accounts/v1beta/autofeed_settings_service/client.rb +27 -3
  15. data/lib/google/shopping/merchant/accounts/v1beta/autofeed_settings_service/rest/client.rb +27 -3
  16. data/lib/google/shopping/merchant/accounts/v1beta/autofeed_settings_service/rest/service_stub.rb +30 -14
  17. data/lib/google/shopping/merchant/accounts/v1beta/business_identity_service/client.rb +27 -3
  18. data/lib/google/shopping/merchant/accounts/v1beta/business_identity_service/rest/client.rb +27 -3
  19. data/lib/google/shopping/merchant/accounts/v1beta/business_identity_service/rest/service_stub.rb +30 -14
  20. data/lib/google/shopping/merchant/accounts/v1beta/business_info_service/client.rb +27 -3
  21. data/lib/google/shopping/merchant/accounts/v1beta/business_info_service/rest/client.rb +27 -3
  22. data/lib/google/shopping/merchant/accounts/v1beta/business_info_service/rest/service_stub.rb +30 -14
  23. data/lib/google/shopping/merchant/accounts/v1beta/email_preferences_service/client.rb +27 -3
  24. data/lib/google/shopping/merchant/accounts/v1beta/email_preferences_service/rest/client.rb +27 -3
  25. data/lib/google/shopping/merchant/accounts/v1beta/email_preferences_service/rest/service_stub.rb +30 -14
  26. data/lib/google/shopping/merchant/accounts/v1beta/homepage_service/client.rb +27 -5
  27. data/lib/google/shopping/merchant/accounts/v1beta/homepage_service/rest/client.rb +27 -5
  28. data/lib/google/shopping/merchant/accounts/v1beta/homepage_service/rest/service_stub.rb +46 -26
  29. data/lib/google/shopping/merchant/accounts/v1beta/online_return_policy_service/client.rb +28 -3
  30. data/lib/google/shopping/merchant/accounts/v1beta/online_return_policy_service/rest/client.rb +28 -3
  31. data/lib/google/shopping/merchant/accounts/v1beta/online_return_policy_service/rest/service_stub.rb +30 -14
  32. data/lib/google/shopping/merchant/accounts/v1beta/programs_service/client.rb +28 -5
  33. data/lib/google/shopping/merchant/accounts/v1beta/programs_service/rest/client.rb +28 -5
  34. data/lib/google/shopping/merchant/accounts/v1beta/programs_service/rest/service_stub.rb +46 -26
  35. data/lib/google/shopping/merchant/accounts/v1beta/regions_service/client.rb +28 -6
  36. data/lib/google/shopping/merchant/accounts/v1beta/regions_service/rest/client.rb +28 -6
  37. data/lib/google/shopping/merchant/accounts/v1beta/regions_service/rest/service_stub.rb +54 -32
  38. data/lib/google/shopping/merchant/accounts/v1beta/shipping_settings_service/client.rb +27 -3
  39. data/lib/google/shopping/merchant/accounts/v1beta/shipping_settings_service/rest/client.rb +27 -3
  40. data/lib/google/shopping/merchant/accounts/v1beta/shipping_settings_service/rest/service_stub.rb +30 -14
  41. data/lib/google/shopping/merchant/accounts/v1beta/terms_of_service_agreement_state_service/client.rb +27 -3
  42. data/lib/google/shopping/merchant/accounts/v1beta/terms_of_service_agreement_state_service/rest/client.rb +27 -3
  43. data/lib/google/shopping/merchant/accounts/v1beta/terms_of_service_agreement_state_service/rest/service_stub.rb +30 -14
  44. data/lib/google/shopping/merchant/accounts/v1beta/terms_of_service_service/client.rb +27 -4
  45. data/lib/google/shopping/merchant/accounts/v1beta/terms_of_service_service/rest/client.rb +27 -4
  46. data/lib/google/shopping/merchant/accounts/v1beta/terms_of_service_service/rest/service_stub.rb +38 -20
  47. data/lib/google/shopping/merchant/accounts/v1beta/user_service/client.rb +28 -6
  48. data/lib/google/shopping/merchant/accounts/v1beta/user_service/rest/client.rb +28 -6
  49. data/lib/google/shopping/merchant/accounts/v1beta/user_service/rest/service_stub.rb +54 -32
  50. data/lib/google/shopping/merchant/accounts/v1beta/version.rb +1 -1
  51. data/proto_docs/google/api/client.rb +39 -0
  52. data/proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb +4 -0
  53. metadata +5 -5
@@ -31,7 +31,8 @@ module Google
31
31
  # including transcoding, making the REST call, and deserialing the response.
32
32
  #
33
33
  class ServiceStub
34
- def initialize endpoint:, endpoint_template:, universe_domain:, credentials:
34
+ # @private
35
+ def initialize endpoint:, endpoint_template:, universe_domain:, credentials:, logger:
35
36
  # These require statements are intentionally placed here to initialize
36
37
  # the REST modules only when it's required.
37
38
  require "gapic/rest"
@@ -41,7 +42,9 @@ module Google
41
42
  universe_domain: universe_domain,
42
43
  credentials: credentials,
43
44
  numeric_enums: true,
44
- raise_faraday_errors: false
45
+ service_name: self.class,
46
+ raise_faraday_errors: false,
47
+ logger: logger
45
48
  end
46
49
 
47
50
  ##
@@ -62,6 +65,15 @@ module Google
62
65
  @client_stub.endpoint
63
66
  end
64
67
 
68
+ ##
69
+ # The logger used for request/response debug logging.
70
+ #
71
+ # @return [Logger]
72
+ #
73
+ def logger stub: false
74
+ stub ? @client_stub.stub_logger : @client_stub.logger
75
+ end
76
+
65
77
  ##
66
78
  # Baseline implementation for the get_autofeed_settings REST call
67
79
  #
@@ -88,16 +100,18 @@ module Google
88
100
 
89
101
  response = @client_stub.make_http_request(
90
102
  verb,
91
- uri: uri,
92
- body: body || "",
93
- params: query_string_params,
103
+ uri: uri,
104
+ body: body || "",
105
+ params: query_string_params,
106
+ method_name: "get_autofeed_settings",
94
107
  options: options
95
108
  )
96
109
  operation = ::Gapic::Rest::TransportOperation.new response
97
110
  result = ::Google::Shopping::Merchant::Accounts::V1beta::AutofeedSettings.decode_json response.body, ignore_unknown_fields: true
98
-
99
- yield result, operation if block_given?
100
- result
111
+ catch :response do
112
+ yield result, operation if block_given?
113
+ result
114
+ end
101
115
  end
102
116
 
103
117
  ##
@@ -126,16 +140,18 @@ module Google
126
140
 
127
141
  response = @client_stub.make_http_request(
128
142
  verb,
129
- uri: uri,
130
- body: body || "",
131
- params: query_string_params,
143
+ uri: uri,
144
+ body: body || "",
145
+ params: query_string_params,
146
+ method_name: "update_autofeed_settings",
132
147
  options: options
133
148
  )
134
149
  operation = ::Gapic::Rest::TransportOperation.new response
135
150
  result = ::Google::Shopping::Merchant::Accounts::V1beta::AutofeedSettings.decode_json response.body, ignore_unknown_fields: true
136
-
137
- yield result, operation if block_given?
138
- result
151
+ catch :response do
152
+ yield result, operation if block_given?
153
+ result
154
+ end
139
155
  end
140
156
 
141
157
  ##
@@ -164,8 +164,28 @@ module Google
164
164
  universe_domain: @config.universe_domain,
165
165
  channel_args: @config.channel_args,
166
166
  interceptors: @config.interceptors,
167
- channel_pool_config: @config.channel_pool
167
+ channel_pool_config: @config.channel_pool,
168
+ logger: @config.logger
168
169
  )
170
+
171
+ @business_identity_service_stub.stub_logger&.info do |entry|
172
+ entry.set_system_name
173
+ entry.set_service
174
+ entry.message = "Created client for #{entry.service}"
175
+ entry.set_credentials_fields credentials
176
+ entry.set "customEndpoint", @config.endpoint if @config.endpoint
177
+ entry.set "defaultTimeout", @config.timeout if @config.timeout
178
+ entry.set "quotaProject", @quota_project_id if @quota_project_id
179
+ end
180
+ end
181
+
182
+ ##
183
+ # The logger used for request/response debug logging.
184
+ #
185
+ # @return [Logger]
186
+ #
187
+ def logger
188
+ @business_identity_service_stub.logger
169
189
  end
170
190
 
171
191
  # Service calls
@@ -251,7 +271,6 @@ module Google
251
271
 
252
272
  @business_identity_service_stub.call_rpc :get_business_identity, request, options: options do |response, operation|
253
273
  yield response, operation if block_given?
254
- return response
255
274
  end
256
275
  rescue ::GRPC::BadStatus => e
257
276
  raise ::Google::Cloud::Error.from_error(e)
@@ -340,7 +359,6 @@ module Google
340
359
 
341
360
  @business_identity_service_stub.call_rpc :update_business_identity, request, options: options do |response, operation|
342
361
  yield response, operation if block_given?
343
- return response
344
362
  end
345
363
  rescue ::GRPC::BadStatus => e
346
364
  raise ::Google::Cloud::Error.from_error(e)
@@ -429,6 +447,11 @@ module Google
429
447
  # default endpoint URL. The default value of nil uses the environment
430
448
  # universe (usually the default "googleapis.com" universe).
431
449
  # @return [::String,nil]
450
+ # @!attribute [rw] logger
451
+ # A custom logger to use for request/response debug logging, or the value
452
+ # `:default` (the default) to construct a default logger, or `nil` to
453
+ # explicitly disable logging.
454
+ # @return [::Logger,:default,nil]
432
455
  #
433
456
  class Configuration
434
457
  extend ::Gapic::Config
@@ -453,6 +476,7 @@ module Google
453
476
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
454
477
  config_attr :quota_project, nil, ::String, nil
455
478
  config_attr :universe_domain, nil, ::String, nil
479
+ config_attr :logger, :default, ::Logger, nil, :default
456
480
 
457
481
  # @private
458
482
  def initialize parent_config = nil
@@ -157,8 +157,28 @@ module Google
157
157
  endpoint: @config.endpoint,
158
158
  endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
159
159
  universe_domain: @config.universe_domain,
160
- credentials: credentials
160
+ credentials: credentials,
161
+ logger: @config.logger
161
162
  )
163
+
164
+ @business_identity_service_stub.logger(stub: true)&.info do |entry|
165
+ entry.set_system_name
166
+ entry.set_service
167
+ entry.message = "Created client for #{entry.service}"
168
+ entry.set_credentials_fields credentials
169
+ entry.set "customEndpoint", @config.endpoint if @config.endpoint
170
+ entry.set "defaultTimeout", @config.timeout if @config.timeout
171
+ entry.set "quotaProject", @quota_project_id if @quota_project_id
172
+ end
173
+ end
174
+
175
+ ##
176
+ # The logger used for request/response debug logging.
177
+ #
178
+ # @return [Logger]
179
+ #
180
+ def logger
181
+ @business_identity_service_stub.logger
162
182
  end
163
183
 
164
184
  # Service calls
@@ -237,7 +257,6 @@ module Google
237
257
 
238
258
  @business_identity_service_stub.get_business_identity request, options do |result, operation|
239
259
  yield result, operation if block_given?
240
- return result
241
260
  end
242
261
  rescue ::Gapic::Rest::Error => e
243
262
  raise ::Google::Cloud::Error.from_error(e)
@@ -319,7 +338,6 @@ module Google
319
338
 
320
339
  @business_identity_service_stub.update_business_identity request, options do |result, operation|
321
340
  yield result, operation if block_given?
322
- return result
323
341
  end
324
342
  rescue ::Gapic::Rest::Error => e
325
343
  raise ::Google::Cloud::Error.from_error(e)
@@ -399,6 +417,11 @@ module Google
399
417
  # default endpoint URL. The default value of nil uses the environment
400
418
  # universe (usually the default "googleapis.com" universe).
401
419
  # @return [::String,nil]
420
+ # @!attribute [rw] logger
421
+ # A custom logger to use for request/response debug logging, or the value
422
+ # `:default` (the default) to construct a default logger, or `nil` to
423
+ # explicitly disable logging.
424
+ # @return [::Logger,:default,nil]
402
425
  #
403
426
  class Configuration
404
427
  extend ::Gapic::Config
@@ -420,6 +443,7 @@ module Google
420
443
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
421
444
  config_attr :quota_project, nil, ::String, nil
422
445
  config_attr :universe_domain, nil, ::String, nil
446
+ config_attr :logger, :default, ::Logger, nil, :default
423
447
 
424
448
  # @private
425
449
  def initialize parent_config = nil
@@ -31,7 +31,8 @@ module Google
31
31
  # including transcoding, making the REST call, and deserialing the response.
32
32
  #
33
33
  class ServiceStub
34
- def initialize endpoint:, endpoint_template:, universe_domain:, credentials:
34
+ # @private
35
+ def initialize endpoint:, endpoint_template:, universe_domain:, credentials:, logger:
35
36
  # These require statements are intentionally placed here to initialize
36
37
  # the REST modules only when it's required.
37
38
  require "gapic/rest"
@@ -41,7 +42,9 @@ module Google
41
42
  universe_domain: universe_domain,
42
43
  credentials: credentials,
43
44
  numeric_enums: true,
44
- raise_faraday_errors: false
45
+ service_name: self.class,
46
+ raise_faraday_errors: false,
47
+ logger: logger
45
48
  end
46
49
 
47
50
  ##
@@ -62,6 +65,15 @@ module Google
62
65
  @client_stub.endpoint
63
66
  end
64
67
 
68
+ ##
69
+ # The logger used for request/response debug logging.
70
+ #
71
+ # @return [Logger]
72
+ #
73
+ def logger stub: false
74
+ stub ? @client_stub.stub_logger : @client_stub.logger
75
+ end
76
+
65
77
  ##
66
78
  # Baseline implementation for the get_business_identity REST call
67
79
  #
@@ -88,16 +100,18 @@ module Google
88
100
 
89
101
  response = @client_stub.make_http_request(
90
102
  verb,
91
- uri: uri,
92
- body: body || "",
93
- params: query_string_params,
103
+ uri: uri,
104
+ body: body || "",
105
+ params: query_string_params,
106
+ method_name: "get_business_identity",
94
107
  options: options
95
108
  )
96
109
  operation = ::Gapic::Rest::TransportOperation.new response
97
110
  result = ::Google::Shopping::Merchant::Accounts::V1beta::BusinessIdentity.decode_json response.body, ignore_unknown_fields: true
98
-
99
- yield result, operation if block_given?
100
- result
111
+ catch :response do
112
+ yield result, operation if block_given?
113
+ result
114
+ end
101
115
  end
102
116
 
103
117
  ##
@@ -126,16 +140,18 @@ module Google
126
140
 
127
141
  response = @client_stub.make_http_request(
128
142
  verb,
129
- uri: uri,
130
- body: body || "",
131
- params: query_string_params,
143
+ uri: uri,
144
+ body: body || "",
145
+ params: query_string_params,
146
+ method_name: "update_business_identity",
132
147
  options: options
133
148
  )
134
149
  operation = ::Gapic::Rest::TransportOperation.new response
135
150
  result = ::Google::Shopping::Merchant::Accounts::V1beta::BusinessIdentity.decode_json response.body, ignore_unknown_fields: true
136
-
137
- yield result, operation if block_given?
138
- result
151
+ catch :response do
152
+ yield result, operation if block_given?
153
+ result
154
+ end
139
155
  end
140
156
 
141
157
  ##
@@ -163,8 +163,28 @@ module Google
163
163
  universe_domain: @config.universe_domain,
164
164
  channel_args: @config.channel_args,
165
165
  interceptors: @config.interceptors,
166
- channel_pool_config: @config.channel_pool
166
+ channel_pool_config: @config.channel_pool,
167
+ logger: @config.logger
167
168
  )
169
+
170
+ @business_info_service_stub.stub_logger&.info do |entry|
171
+ entry.set_system_name
172
+ entry.set_service
173
+ entry.message = "Created client for #{entry.service}"
174
+ entry.set_credentials_fields credentials
175
+ entry.set "customEndpoint", @config.endpoint if @config.endpoint
176
+ entry.set "defaultTimeout", @config.timeout if @config.timeout
177
+ entry.set "quotaProject", @quota_project_id if @quota_project_id
178
+ end
179
+ end
180
+
181
+ ##
182
+ # The logger used for request/response debug logging.
183
+ #
184
+ # @return [Logger]
185
+ #
186
+ def logger
187
+ @business_info_service_stub.logger
168
188
  end
169
189
 
170
190
  # Service calls
@@ -250,7 +270,6 @@ module Google
250
270
 
251
271
  @business_info_service_stub.call_rpc :get_business_info, request, options: options do |response, operation|
252
272
  yield response, operation if block_given?
253
- return response
254
273
  end
255
274
  rescue ::GRPC::BadStatus => e
256
275
  raise ::Google::Cloud::Error.from_error(e)
@@ -339,7 +358,6 @@ module Google
339
358
 
340
359
  @business_info_service_stub.call_rpc :update_business_info, request, options: options do |response, operation|
341
360
  yield response, operation if block_given?
342
- return response
343
361
  end
344
362
  rescue ::GRPC::BadStatus => e
345
363
  raise ::Google::Cloud::Error.from_error(e)
@@ -428,6 +446,11 @@ module Google
428
446
  # default endpoint URL. The default value of nil uses the environment
429
447
  # universe (usually the default "googleapis.com" universe).
430
448
  # @return [::String,nil]
449
+ # @!attribute [rw] logger
450
+ # A custom logger to use for request/response debug logging, or the value
451
+ # `:default` (the default) to construct a default logger, or `nil` to
452
+ # explicitly disable logging.
453
+ # @return [::Logger,:default,nil]
431
454
  #
432
455
  class Configuration
433
456
  extend ::Gapic::Config
@@ -452,6 +475,7 @@ module Google
452
475
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
453
476
  config_attr :quota_project, nil, ::String, nil
454
477
  config_attr :universe_domain, nil, ::String, nil
478
+ config_attr :logger, :default, ::Logger, nil, :default
455
479
 
456
480
  # @private
457
481
  def initialize parent_config = nil
@@ -156,8 +156,28 @@ module Google
156
156
  endpoint: @config.endpoint,
157
157
  endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
158
158
  universe_domain: @config.universe_domain,
159
- credentials: credentials
159
+ credentials: credentials,
160
+ logger: @config.logger
160
161
  )
162
+
163
+ @business_info_service_stub.logger(stub: true)&.info do |entry|
164
+ entry.set_system_name
165
+ entry.set_service
166
+ entry.message = "Created client for #{entry.service}"
167
+ entry.set_credentials_fields credentials
168
+ entry.set "customEndpoint", @config.endpoint if @config.endpoint
169
+ entry.set "defaultTimeout", @config.timeout if @config.timeout
170
+ entry.set "quotaProject", @quota_project_id if @quota_project_id
171
+ end
172
+ end
173
+
174
+ ##
175
+ # The logger used for request/response debug logging.
176
+ #
177
+ # @return [Logger]
178
+ #
179
+ def logger
180
+ @business_info_service_stub.logger
161
181
  end
162
182
 
163
183
  # Service calls
@@ -236,7 +256,6 @@ module Google
236
256
 
237
257
  @business_info_service_stub.get_business_info request, options do |result, operation|
238
258
  yield result, operation if block_given?
239
- return result
240
259
  end
241
260
  rescue ::Gapic::Rest::Error => e
242
261
  raise ::Google::Cloud::Error.from_error(e)
@@ -318,7 +337,6 @@ module Google
318
337
 
319
338
  @business_info_service_stub.update_business_info request, options do |result, operation|
320
339
  yield result, operation if block_given?
321
- return result
322
340
  end
323
341
  rescue ::Gapic::Rest::Error => e
324
342
  raise ::Google::Cloud::Error.from_error(e)
@@ -398,6 +416,11 @@ module Google
398
416
  # default endpoint URL. The default value of nil uses the environment
399
417
  # universe (usually the default "googleapis.com" universe).
400
418
  # @return [::String,nil]
419
+ # @!attribute [rw] logger
420
+ # A custom logger to use for request/response debug logging, or the value
421
+ # `:default` (the default) to construct a default logger, or `nil` to
422
+ # explicitly disable logging.
423
+ # @return [::Logger,:default,nil]
401
424
  #
402
425
  class Configuration
403
426
  extend ::Gapic::Config
@@ -419,6 +442,7 @@ module Google
419
442
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
420
443
  config_attr :quota_project, nil, ::String, nil
421
444
  config_attr :universe_domain, nil, ::String, nil
445
+ config_attr :logger, :default, ::Logger, nil, :default
422
446
 
423
447
  # @private
424
448
  def initialize parent_config = nil
@@ -31,7 +31,8 @@ module Google
31
31
  # including transcoding, making the REST call, and deserialing the response.
32
32
  #
33
33
  class ServiceStub
34
- def initialize endpoint:, endpoint_template:, universe_domain:, credentials:
34
+ # @private
35
+ def initialize endpoint:, endpoint_template:, universe_domain:, credentials:, logger:
35
36
  # These require statements are intentionally placed here to initialize
36
37
  # the REST modules only when it's required.
37
38
  require "gapic/rest"
@@ -41,7 +42,9 @@ module Google
41
42
  universe_domain: universe_domain,
42
43
  credentials: credentials,
43
44
  numeric_enums: true,
44
- raise_faraday_errors: false
45
+ service_name: self.class,
46
+ raise_faraday_errors: false,
47
+ logger: logger
45
48
  end
46
49
 
47
50
  ##
@@ -62,6 +65,15 @@ module Google
62
65
  @client_stub.endpoint
63
66
  end
64
67
 
68
+ ##
69
+ # The logger used for request/response debug logging.
70
+ #
71
+ # @return [Logger]
72
+ #
73
+ def logger stub: false
74
+ stub ? @client_stub.stub_logger : @client_stub.logger
75
+ end
76
+
65
77
  ##
66
78
  # Baseline implementation for the get_business_info REST call
67
79
  #
@@ -88,16 +100,18 @@ module Google
88
100
 
89
101
  response = @client_stub.make_http_request(
90
102
  verb,
91
- uri: uri,
92
- body: body || "",
93
- params: query_string_params,
103
+ uri: uri,
104
+ body: body || "",
105
+ params: query_string_params,
106
+ method_name: "get_business_info",
94
107
  options: options
95
108
  )
96
109
  operation = ::Gapic::Rest::TransportOperation.new response
97
110
  result = ::Google::Shopping::Merchant::Accounts::V1beta::BusinessInfo.decode_json response.body, ignore_unknown_fields: true
98
-
99
- yield result, operation if block_given?
100
- result
111
+ catch :response do
112
+ yield result, operation if block_given?
113
+ result
114
+ end
101
115
  end
102
116
 
103
117
  ##
@@ -126,16 +140,18 @@ module Google
126
140
 
127
141
  response = @client_stub.make_http_request(
128
142
  verb,
129
- uri: uri,
130
- body: body || "",
131
- params: query_string_params,
143
+ uri: uri,
144
+ body: body || "",
145
+ params: query_string_params,
146
+ method_name: "update_business_info",
132
147
  options: options
133
148
  )
134
149
  operation = ::Gapic::Rest::TransportOperation.new response
135
150
  result = ::Google::Shopping::Merchant::Accounts::V1beta::BusinessInfo.decode_json response.body, ignore_unknown_fields: true
136
-
137
- yield result, operation if block_given?
138
- result
151
+ catch :response do
152
+ yield result, operation if block_given?
153
+ result
154
+ end
139
155
  end
140
156
 
141
157
  ##
@@ -166,8 +166,28 @@ module Google
166
166
  universe_domain: @config.universe_domain,
167
167
  channel_args: @config.channel_args,
168
168
  interceptors: @config.interceptors,
169
- channel_pool_config: @config.channel_pool
169
+ channel_pool_config: @config.channel_pool,
170
+ logger: @config.logger
170
171
  )
172
+
173
+ @email_preferences_service_stub.stub_logger&.info do |entry|
174
+ entry.set_system_name
175
+ entry.set_service
176
+ entry.message = "Created client for #{entry.service}"
177
+ entry.set_credentials_fields credentials
178
+ entry.set "customEndpoint", @config.endpoint if @config.endpoint
179
+ entry.set "defaultTimeout", @config.timeout if @config.timeout
180
+ entry.set "quotaProject", @quota_project_id if @quota_project_id
181
+ end
182
+ end
183
+
184
+ ##
185
+ # The logger used for request/response debug logging.
186
+ #
187
+ # @return [Logger]
188
+ #
189
+ def logger
190
+ @email_preferences_service_stub.logger
171
191
  end
172
192
 
173
193
  # Service calls
@@ -256,7 +276,6 @@ module Google
256
276
 
257
277
  @email_preferences_service_stub.call_rpc :get_email_preferences, request, options: options do |response, operation|
258
278
  yield response, operation if block_given?
259
- return response
260
279
  end
261
280
  rescue ::GRPC::BadStatus => e
262
281
  raise ::Google::Cloud::Error.from_error(e)
@@ -354,7 +373,6 @@ module Google
354
373
 
355
374
  @email_preferences_service_stub.call_rpc :update_email_preferences, request, options: options do |response, operation|
356
375
  yield response, operation if block_given?
357
- return response
358
376
  end
359
377
  rescue ::GRPC::BadStatus => e
360
378
  raise ::Google::Cloud::Error.from_error(e)
@@ -443,6 +461,11 @@ module Google
443
461
  # default endpoint URL. The default value of nil uses the environment
444
462
  # universe (usually the default "googleapis.com" universe).
445
463
  # @return [::String,nil]
464
+ # @!attribute [rw] logger
465
+ # A custom logger to use for request/response debug logging, or the value
466
+ # `:default` (the default) to construct a default logger, or `nil` to
467
+ # explicitly disable logging.
468
+ # @return [::Logger,:default,nil]
446
469
  #
447
470
  class Configuration
448
471
  extend ::Gapic::Config
@@ -467,6 +490,7 @@ module Google
467
490
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
468
491
  config_attr :quota_project, nil, ::String, nil
469
492
  config_attr :universe_domain, nil, ::String, nil
493
+ config_attr :logger, :default, ::Logger, nil, :default
470
494
 
471
495
  # @private
472
496
  def initialize parent_config = nil
@@ -159,8 +159,28 @@ module Google
159
159
  endpoint: @config.endpoint,
160
160
  endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
161
161
  universe_domain: @config.universe_domain,
162
- credentials: credentials
162
+ credentials: credentials,
163
+ logger: @config.logger
163
164
  )
165
+
166
+ @email_preferences_service_stub.logger(stub: true)&.info do |entry|
167
+ entry.set_system_name
168
+ entry.set_service
169
+ entry.message = "Created client for #{entry.service}"
170
+ entry.set_credentials_fields credentials
171
+ entry.set "customEndpoint", @config.endpoint if @config.endpoint
172
+ entry.set "defaultTimeout", @config.timeout if @config.timeout
173
+ entry.set "quotaProject", @quota_project_id if @quota_project_id
174
+ end
175
+ end
176
+
177
+ ##
178
+ # The logger used for request/response debug logging.
179
+ #
180
+ # @return [Logger]
181
+ #
182
+ def logger
183
+ @email_preferences_service_stub.logger
164
184
  end
165
185
 
166
186
  # Service calls
@@ -242,7 +262,6 @@ module Google
242
262
 
243
263
  @email_preferences_service_stub.get_email_preferences request, options do |result, operation|
244
264
  yield result, operation if block_given?
245
- return result
246
265
  end
247
266
  rescue ::Gapic::Rest::Error => e
248
267
  raise ::Google::Cloud::Error.from_error(e)
@@ -333,7 +352,6 @@ module Google
333
352
 
334
353
  @email_preferences_service_stub.update_email_preferences request, options do |result, operation|
335
354
  yield result, operation if block_given?
336
- return result
337
355
  end
338
356
  rescue ::Gapic::Rest::Error => e
339
357
  raise ::Google::Cloud::Error.from_error(e)
@@ -413,6 +431,11 @@ module Google
413
431
  # default endpoint URL. The default value of nil uses the environment
414
432
  # universe (usually the default "googleapis.com" universe).
415
433
  # @return [::String,nil]
434
+ # @!attribute [rw] logger
435
+ # A custom logger to use for request/response debug logging, or the value
436
+ # `:default` (the default) to construct a default logger, or `nil` to
437
+ # explicitly disable logging.
438
+ # @return [::Logger,:default,nil]
416
439
  #
417
440
  class Configuration
418
441
  extend ::Gapic::Config
@@ -434,6 +457,7 @@ module Google
434
457
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
435
458
  config_attr :quota_project, nil, ::String, nil
436
459
  config_attr :universe_domain, nil, ::String, nil
460
+ config_attr :logger, :default, ::Logger, nil, :default
437
461
 
438
462
  # @private
439
463
  def initialize parent_config = nil