google-cloud-dialogflow-v2 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +30 -20
  3. data/lib/google/cloud/dialogflow/v2/agents/client.rb +33 -10
  4. data/lib/google/cloud/dialogflow/v2/agents/operations.rb +12 -15
  5. data/lib/google/cloud/dialogflow/v2/agents/rest/client.rb +33 -10
  6. data/lib/google/cloud/dialogflow/v2/agents/rest/operations.rb +43 -38
  7. data/lib/google/cloud/dialogflow/v2/agents/rest/service_stub.rb +86 -56
  8. data/lib/google/cloud/dialogflow/v2/answer_records/client.rb +29 -3
  9. data/lib/google/cloud/dialogflow/v2/answer_records/rest/client.rb +29 -3
  10. data/lib/google/cloud/dialogflow/v2/answer_records/rest/service_stub.rb +30 -14
  11. data/lib/google/cloud/dialogflow/v2/contexts/client.rb +29 -7
  12. data/lib/google/cloud/dialogflow/v2/contexts/rest/client.rb +29 -7
  13. data/lib/google/cloud/dialogflow/v2/contexts/rest/service_stub.rb +62 -38
  14. data/lib/google/cloud/dialogflow/v2/conversation_datasets/client.rb +32 -6
  15. data/lib/google/cloud/dialogflow/v2/conversation_datasets/operations.rb +12 -15
  16. data/lib/google/cloud/dialogflow/v2/conversation_datasets/rest/client.rb +32 -6
  17. data/lib/google/cloud/dialogflow/v2/conversation_datasets/rest/operations.rb +43 -38
  18. data/lib/google/cloud/dialogflow/v2/conversation_datasets/rest/service_stub.rb +54 -32
  19. data/lib/google/cloud/dialogflow/v2/conversation_models/client.rb +35 -10
  20. data/lib/google/cloud/dialogflow/v2/conversation_models/operations.rb +12 -15
  21. data/lib/google/cloud/dialogflow/v2/conversation_models/rest/client.rb +35 -10
  22. data/lib/google/cloud/dialogflow/v2/conversation_models/rest/operations.rb +43 -38
  23. data/lib/google/cloud/dialogflow/v2/conversation_models/rest/service_stub.rb +86 -56
  24. data/lib/google/cloud/dialogflow/v2/conversation_profile_services_pb.rb +6 -2
  25. data/lib/google/cloud/dialogflow/v2/conversation_profiles/client.rb +37 -10
  26. data/lib/google/cloud/dialogflow/v2/conversation_profiles/operations.rb +12 -15
  27. data/lib/google/cloud/dialogflow/v2/conversation_profiles/rest/client.rb +37 -10
  28. data/lib/google/cloud/dialogflow/v2/conversation_profiles/rest/operations.rb +43 -38
  29. data/lib/google/cloud/dialogflow/v2/conversation_profiles/rest/service_stub.rb +70 -44
  30. data/lib/google/cloud/dialogflow/v2/conversations/client.rb +30 -10
  31. data/lib/google/cloud/dialogflow/v2/conversations/rest/client.rb +30 -10
  32. data/lib/google/cloud/dialogflow/v2/conversations/rest/service_stub.rb +86 -56
  33. data/lib/google/cloud/dialogflow/v2/documents/client.rb +35 -9
  34. data/lib/google/cloud/dialogflow/v2/documents/operations.rb +12 -15
  35. data/lib/google/cloud/dialogflow/v2/documents/rest/client.rb +35 -9
  36. data/lib/google/cloud/dialogflow/v2/documents/rest/operations.rb +43 -38
  37. data/lib/google/cloud/dialogflow/v2/documents/rest/service_stub.rb +78 -50
  38. data/lib/google/cloud/dialogflow/v2/encryption_spec_service/client.rb +29 -3
  39. data/lib/google/cloud/dialogflow/v2/encryption_spec_service/operations.rb +12 -15
  40. data/lib/google/cloud/dialogflow/v2/encryption_spec_service/rest/client.rb +29 -3
  41. data/lib/google/cloud/dialogflow/v2/encryption_spec_service/rest/operations.rb +43 -38
  42. data/lib/google/cloud/dialogflow/v2/encryption_spec_service/rest/service_stub.rb +30 -14
  43. data/lib/google/cloud/dialogflow/v2/entity_types/client.rb +34 -11
  44. data/lib/google/cloud/dialogflow/v2/entity_types/operations.rb +12 -15
  45. data/lib/google/cloud/dialogflow/v2/entity_types/rest/client.rb +34 -11
  46. data/lib/google/cloud/dialogflow/v2/entity_types/rest/operations.rb +43 -38
  47. data/lib/google/cloud/dialogflow/v2/entity_types/rest/service_stub.rb +94 -62
  48. data/lib/google/cloud/dialogflow/v2/environments/client.rb +30 -7
  49. data/lib/google/cloud/dialogflow/v2/environments/rest/client.rb +30 -7
  50. data/lib/google/cloud/dialogflow/v2/environments/rest/service_stub.rb +62 -38
  51. data/lib/google/cloud/dialogflow/v2/fulfillments/client.rb +28 -3
  52. data/lib/google/cloud/dialogflow/v2/fulfillments/rest/client.rb +28 -3
  53. data/lib/google/cloud/dialogflow/v2/fulfillments/rest/service_stub.rb +30 -14
  54. data/lib/google/cloud/dialogflow/v2/generators/client.rb +29 -6
  55. data/lib/google/cloud/dialogflow/v2/generators/rest/client.rb +29 -6
  56. data/lib/google/cloud/dialogflow/v2/generators/rest/service_stub.rb +54 -32
  57. data/lib/google/cloud/dialogflow/v2/intent_pb.rb +1 -1
  58. data/lib/google/cloud/dialogflow/v2/intents/client.rb +31 -8
  59. data/lib/google/cloud/dialogflow/v2/intents/operations.rb +12 -15
  60. data/lib/google/cloud/dialogflow/v2/intents/rest/client.rb +31 -8
  61. data/lib/google/cloud/dialogflow/v2/intents/rest/operations.rb +43 -38
  62. data/lib/google/cloud/dialogflow/v2/intents/rest/service_stub.rb +70 -44
  63. data/lib/google/cloud/dialogflow/v2/knowledge_bases/client.rb +29 -6
  64. data/lib/google/cloud/dialogflow/v2/knowledge_bases/rest/client.rb +29 -6
  65. data/lib/google/cloud/dialogflow/v2/knowledge_bases/rest/service_stub.rb +54 -32
  66. data/lib/google/cloud/dialogflow/v2/participants/client.rb +29 -11
  67. data/lib/google/cloud/dialogflow/v2/participants/rest/client.rb +29 -10
  68. data/lib/google/cloud/dialogflow/v2/participants/rest/service_stub.rb +86 -56
  69. data/lib/google/cloud/dialogflow/v2/session_entity_types/client.rb +29 -6
  70. data/lib/google/cloud/dialogflow/v2/session_entity_types/rest/client.rb +29 -6
  71. data/lib/google/cloud/dialogflow/v2/session_entity_types/rest/service_stub.rb +54 -32
  72. data/lib/google/cloud/dialogflow/v2/sessions/client.rb +28 -3
  73. data/lib/google/cloud/dialogflow/v2/sessions/rest/client.rb +28 -2
  74. data/lib/google/cloud/dialogflow/v2/sessions/rest/service_stub.rb +22 -8
  75. data/lib/google/cloud/dialogflow/v2/version.rb +1 -1
  76. data/lib/google/cloud/dialogflow/v2/versions/client.rb +29 -6
  77. data/lib/google/cloud/dialogflow/v2/versions/rest/client.rb +29 -6
  78. data/lib/google/cloud/dialogflow/v2/versions/rest/service_stub.rb +54 -32
  79. data/proto_docs/google/api/client.rb +19 -0
  80. data/proto_docs/google/cloud/dialogflow/v2/answer_record.rb +3 -2
  81. data/proto_docs/google/cloud/dialogflow/v2/audio_config.rb +2 -2
  82. data/proto_docs/google/cloud/dialogflow/v2/conversation.rb +10 -6
  83. data/proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb +2 -2
  84. data/proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb +7 -4
  85. data/proto_docs/google/cloud/dialogflow/v2/intent.rb +1 -1
  86. data/proto_docs/google/cloud/dialogflow/v2/participant.rb +10 -8
  87. data/proto_docs/google/cloud/dialogflow/v2/session.rb +12 -10
  88. data/proto_docs/google/longrunning/operations.rb +19 -14
  89. metadata +5 -5
@@ -173,14 +173,26 @@ module Google
173
173
  universe_domain: @config.universe_domain,
174
174
  channel_args: @config.channel_args,
175
175
  interceptors: @config.interceptors,
176
- channel_pool_config: @config.channel_pool
176
+ channel_pool_config: @config.channel_pool,
177
+ logger: @config.logger
177
178
  )
178
179
 
180
+ @sessions_stub.stub_logger&.info do |entry|
181
+ entry.set_system_name
182
+ entry.set_service
183
+ entry.message = "Created client for #{entry.service}"
184
+ entry.set_credentials_fields credentials
185
+ entry.set "customEndpoint", @config.endpoint if @config.endpoint
186
+ entry.set "defaultTimeout", @config.timeout if @config.timeout
187
+ entry.set "quotaProject", @quota_project_id if @quota_project_id
188
+ end
189
+
179
190
  @location_client = Google::Cloud::Location::Locations::Client.new do |config|
180
191
  config.credentials = credentials
181
192
  config.quota_project = @quota_project_id
182
193
  config.endpoint = @sessions_stub.endpoint
183
194
  config.universe_domain = @sessions_stub.universe_domain
195
+ config.logger = @sessions_stub.logger if config.respond_to? :logger=
184
196
  end
185
197
  end
186
198
 
@@ -191,6 +203,15 @@ module Google
191
203
  #
192
204
  attr_reader :location_client
193
205
 
206
+ ##
207
+ # The logger used for request/response debug logging.
208
+ #
209
+ # @return [Logger]
210
+ #
211
+ def logger
212
+ @sessions_stub.logger
213
+ end
214
+
194
215
  # Service calls
195
216
 
196
217
  ##
@@ -331,7 +352,6 @@ module Google
331
352
 
332
353
  @sessions_stub.call_rpc :detect_intent, request, options: options do |response, operation|
333
354
  yield response, operation if block_given?
334
- return response
335
355
  end
336
356
  rescue ::GRPC::BadStatus => e
337
357
  raise ::Google::Cloud::Error.from_error(e)
@@ -423,7 +443,6 @@ module Google
423
443
 
424
444
  @sessions_stub.call_rpc :streaming_detect_intent, request, options: options do |response, operation|
425
445
  yield response, operation if block_given?
426
- return response
427
446
  end
428
447
  rescue ::GRPC::BadStatus => e
429
448
  raise ::Google::Cloud::Error.from_error(e)
@@ -512,6 +531,11 @@ module Google
512
531
  # default endpoint URL. The default value of nil uses the environment
513
532
  # universe (usually the default "googleapis.com" universe).
514
533
  # @return [::String,nil]
534
+ # @!attribute [rw] logger
535
+ # A custom logger to use for request/response debug logging, or the value
536
+ # `:default` (the default) to construct a default logger, or `nil` to
537
+ # explicitly disable logging.
538
+ # @return [::Logger,:default,nil]
515
539
  #
516
540
  class Configuration
517
541
  extend ::Gapic::Config
@@ -536,6 +560,7 @@ module Google
536
560
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
537
561
  config_attr :quota_project, nil, ::String, nil
538
562
  config_attr :universe_domain, nil, ::String, nil
563
+ config_attr :logger, :default, ::Logger, nil, :default
539
564
 
540
565
  # @private
541
566
  def initialize parent_config = nil
@@ -164,15 +164,27 @@ module Google
164
164
  endpoint: @config.endpoint,
165
165
  endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
166
166
  universe_domain: @config.universe_domain,
167
- credentials: credentials
167
+ credentials: credentials,
168
+ logger: @config.logger
168
169
  )
169
170
 
171
+ @sessions_stub.logger(stub: true)&.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
+
170
181
  @location_client = Google::Cloud::Location::Locations::Rest::Client.new do |config|
171
182
  config.credentials = credentials
172
183
  config.quota_project = @quota_project_id
173
184
  config.endpoint = @sessions_stub.endpoint
174
185
  config.universe_domain = @sessions_stub.universe_domain
175
186
  config.bindings_override = @config.bindings_override
187
+ config.logger = @sessions_stub.logger if config.respond_to? :logger=
176
188
  end
177
189
  end
178
190
 
@@ -183,6 +195,15 @@ module Google
183
195
  #
184
196
  attr_reader :location_client
185
197
 
198
+ ##
199
+ # The logger used for request/response debug logging.
200
+ #
201
+ # @return [Logger]
202
+ #
203
+ def logger
204
+ @sessions_stub.logger
205
+ end
206
+
186
207
  # Service calls
187
208
 
188
209
  ##
@@ -316,7 +337,6 @@ module Google
316
337
 
317
338
  @sessions_stub.detect_intent request, options do |result, operation|
318
339
  yield result, operation if block_given?
319
- return result
320
340
  end
321
341
  rescue ::Gapic::Rest::Error => e
322
342
  raise ::Google::Cloud::Error.from_error(e)
@@ -396,6 +416,11 @@ module Google
396
416
  # default endpoint URL. The default value of nil uses the environment
397
417
  # universe (usually the default "googleapis.com" universe).
398
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]
399
424
  #
400
425
  class Configuration
401
426
  extend ::Gapic::Config
@@ -424,6 +449,7 @@ module Google
424
449
  # by the host service.
425
450
  # @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
426
451
  config_attr :bindings_override, {}, ::Hash, nil
452
+ config_attr :logger, :default, ::Logger, nil, :default
427
453
 
428
454
  # @private
429
455
  def initialize parent_config = nil
@@ -30,7 +30,8 @@ module Google
30
30
  # including transcoding, making the REST call, and deserialing the response.
31
31
  #
32
32
  class ServiceStub
33
- def initialize endpoint:, endpoint_template:, universe_domain:, credentials:
33
+ # @private
34
+ def initialize endpoint:, endpoint_template:, universe_domain:, credentials:, logger:
34
35
  # These require statements are intentionally placed here to initialize
35
36
  # the REST modules only when it's required.
36
37
  require "gapic/rest"
@@ -40,7 +41,9 @@ module Google
40
41
  universe_domain: universe_domain,
41
42
  credentials: credentials,
42
43
  numeric_enums: true,
43
- raise_faraday_errors: false
44
+ service_name: self.class,
45
+ raise_faraday_errors: false,
46
+ logger: logger
44
47
  end
45
48
 
46
49
  ##
@@ -61,6 +64,15 @@ module Google
61
64
  @client_stub.endpoint
62
65
  end
63
66
 
67
+ ##
68
+ # The logger used for request/response debug logging.
69
+ #
70
+ # @return [Logger]
71
+ #
72
+ def logger stub: false
73
+ stub ? @client_stub.stub_logger : @client_stub.logger
74
+ end
75
+
64
76
  ##
65
77
  # Baseline implementation for the detect_intent REST call
66
78
  #
@@ -87,16 +99,18 @@ module Google
87
99
 
88
100
  response = @client_stub.make_http_request(
89
101
  verb,
90
- uri: uri,
91
- body: body || "",
92
- params: query_string_params,
102
+ uri: uri,
103
+ body: body || "",
104
+ params: query_string_params,
105
+ method_name: "detect_intent",
93
106
  options: options
94
107
  )
95
108
  operation = ::Gapic::Rest::TransportOperation.new response
96
109
  result = ::Google::Cloud::Dialogflow::V2::DetectIntentResponse.decode_json response.body, ignore_unknown_fields: true
97
-
98
- yield result, operation if block_given?
99
- result
110
+ catch :response do
111
+ yield result, operation if block_given?
112
+ result
113
+ end
100
114
  end
101
115
 
102
116
  ##
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dialogflow
23
23
  module V2
24
- VERSION = "1.4.0"
24
+ VERSION = "1.5.0"
25
25
  end
26
26
  end
27
27
  end
@@ -163,14 +163,26 @@ 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
  )
168
169
 
170
+ @versions_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
+
169
180
  @location_client = Google::Cloud::Location::Locations::Client.new do |config|
170
181
  config.credentials = credentials
171
182
  config.quota_project = @quota_project_id
172
183
  config.endpoint = @versions_stub.endpoint
173
184
  config.universe_domain = @versions_stub.universe_domain
185
+ config.logger = @versions_stub.logger if config.respond_to? :logger=
174
186
  end
175
187
  end
176
188
 
@@ -181,6 +193,15 @@ module Google
181
193
  #
182
194
  attr_reader :location_client
183
195
 
196
+ ##
197
+ # The logger used for request/response debug logging.
198
+ #
199
+ # @return [Logger]
200
+ #
201
+ def logger
202
+ @versions_stub.logger
203
+ end
204
+
184
205
  # Service calls
185
206
 
186
207
  ##
@@ -277,7 +298,7 @@ module Google
277
298
  @versions_stub.call_rpc :list_versions, request, options: options do |response, operation|
278
299
  response = ::Gapic::PagedEnumerable.new @versions_stub, :list_versions, request, response, operation, options
279
300
  yield response, operation if block_given?
280
- return response
301
+ throw :response, response
281
302
  end
282
303
  rescue ::GRPC::BadStatus => e
283
304
  raise ::Google::Cloud::Error.from_error(e)
@@ -368,7 +389,6 @@ module Google
368
389
 
369
390
  @versions_stub.call_rpc :get_version, request, options: options do |response, operation|
370
391
  yield response, operation if block_given?
371
- return response
372
392
  end
373
393
  rescue ::GRPC::BadStatus => e
374
394
  raise ::Google::Cloud::Error.from_error(e)
@@ -462,7 +482,6 @@ module Google
462
482
 
463
483
  @versions_stub.call_rpc :create_version, request, options: options do |response, operation|
464
484
  yield response, operation if block_given?
465
- return response
466
485
  end
467
486
  rescue ::GRPC::BadStatus => e
468
487
  raise ::Google::Cloud::Error.from_error(e)
@@ -559,7 +578,6 @@ module Google
559
578
 
560
579
  @versions_stub.call_rpc :update_version, request, options: options do |response, operation|
561
580
  yield response, operation if block_given?
562
- return response
563
581
  end
564
582
  rescue ::GRPC::BadStatus => e
565
583
  raise ::Google::Cloud::Error.from_error(e)
@@ -650,7 +668,6 @@ module Google
650
668
 
651
669
  @versions_stub.call_rpc :delete_version, request, options: options do |response, operation|
652
670
  yield response, operation if block_given?
653
- return response
654
671
  end
655
672
  rescue ::GRPC::BadStatus => e
656
673
  raise ::Google::Cloud::Error.from_error(e)
@@ -739,6 +756,11 @@ module Google
739
756
  # default endpoint URL. The default value of nil uses the environment
740
757
  # universe (usually the default "googleapis.com" universe).
741
758
  # @return [::String,nil]
759
+ # @!attribute [rw] logger
760
+ # A custom logger to use for request/response debug logging, or the value
761
+ # `:default` (the default) to construct a default logger, or `nil` to
762
+ # explicitly disable logging.
763
+ # @return [::Logger,:default,nil]
742
764
  #
743
765
  class Configuration
744
766
  extend ::Gapic::Config
@@ -763,6 +785,7 @@ module Google
763
785
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
764
786
  config_attr :quota_project, nil, ::String, nil
765
787
  config_attr :universe_domain, nil, ::String, nil
788
+ config_attr :logger, :default, ::Logger, nil, :default
766
789
 
767
790
  # @private
768
791
  def initialize parent_config = nil
@@ -156,15 +156,27 @@ 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
  )
161
162
 
163
+ @versions_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
+
162
173
  @location_client = Google::Cloud::Location::Locations::Rest::Client.new do |config|
163
174
  config.credentials = credentials
164
175
  config.quota_project = @quota_project_id
165
176
  config.endpoint = @versions_stub.endpoint
166
177
  config.universe_domain = @versions_stub.universe_domain
167
178
  config.bindings_override = @config.bindings_override
179
+ config.logger = @versions_stub.logger if config.respond_to? :logger=
168
180
  end
169
181
  end
170
182
 
@@ -175,6 +187,15 @@ module Google
175
187
  #
176
188
  attr_reader :location_client
177
189
 
190
+ ##
191
+ # The logger used for request/response debug logging.
192
+ #
193
+ # @return [Logger]
194
+ #
195
+ def logger
196
+ @versions_stub.logger
197
+ end
198
+
178
199
  # Service calls
179
200
 
180
201
  ##
@@ -264,7 +285,7 @@ module Google
264
285
  @versions_stub.list_versions request, options do |result, operation|
265
286
  result = ::Gapic::Rest::PagedEnumerable.new @versions_stub, :list_versions, "versions", request, result, options
266
287
  yield result, operation if block_given?
267
- return result
288
+ throw :response, result
268
289
  end
269
290
  rescue ::Gapic::Rest::Error => e
270
291
  raise ::Google::Cloud::Error.from_error(e)
@@ -348,7 +369,6 @@ module Google
348
369
 
349
370
  @versions_stub.get_version request, options do |result, operation|
350
371
  yield result, operation if block_given?
351
- return result
352
372
  end
353
373
  rescue ::Gapic::Rest::Error => e
354
374
  raise ::Google::Cloud::Error.from_error(e)
@@ -435,7 +455,6 @@ module Google
435
455
 
436
456
  @versions_stub.create_version request, options do |result, operation|
437
457
  yield result, operation if block_given?
438
- return result
439
458
  end
440
459
  rescue ::Gapic::Rest::Error => e
441
460
  raise ::Google::Cloud::Error.from_error(e)
@@ -525,7 +544,6 @@ module Google
525
544
 
526
545
  @versions_stub.update_version request, options do |result, operation|
527
546
  yield result, operation if block_given?
528
- return result
529
547
  end
530
548
  rescue ::Gapic::Rest::Error => e
531
549
  raise ::Google::Cloud::Error.from_error(e)
@@ -609,7 +627,6 @@ module Google
609
627
 
610
628
  @versions_stub.delete_version request, options do |result, operation|
611
629
  yield result, operation if block_given?
612
- return result
613
630
  end
614
631
  rescue ::Gapic::Rest::Error => e
615
632
  raise ::Google::Cloud::Error.from_error(e)
@@ -689,6 +706,11 @@ module Google
689
706
  # default endpoint URL. The default value of nil uses the environment
690
707
  # universe (usually the default "googleapis.com" universe).
691
708
  # @return [::String,nil]
709
+ # @!attribute [rw] logger
710
+ # A custom logger to use for request/response debug logging, or the value
711
+ # `:default` (the default) to construct a default logger, or `nil` to
712
+ # explicitly disable logging.
713
+ # @return [::Logger,:default,nil]
692
714
  #
693
715
  class Configuration
694
716
  extend ::Gapic::Config
@@ -717,6 +739,7 @@ module Google
717
739
  # by the host service.
718
740
  # @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
719
741
  config_attr :bindings_override, {}, ::Hash, nil
742
+ config_attr :logger, :default, ::Logger, nil, :default
720
743
 
721
744
  # @private
722
745
  def initialize parent_config = nil
@@ -30,7 +30,8 @@ module Google
30
30
  # including transcoding, making the REST call, and deserialing the response.
31
31
  #
32
32
  class ServiceStub
33
- def initialize endpoint:, endpoint_template:, universe_domain:, credentials:
33
+ # @private
34
+ def initialize endpoint:, endpoint_template:, universe_domain:, credentials:, logger:
34
35
  # These require statements are intentionally placed here to initialize
35
36
  # the REST modules only when it's required.
36
37
  require "gapic/rest"
@@ -40,7 +41,9 @@ module Google
40
41
  universe_domain: universe_domain,
41
42
  credentials: credentials,
42
43
  numeric_enums: true,
43
- raise_faraday_errors: false
44
+ service_name: self.class,
45
+ raise_faraday_errors: false,
46
+ logger: logger
44
47
  end
45
48
 
46
49
  ##
@@ -61,6 +64,15 @@ module Google
61
64
  @client_stub.endpoint
62
65
  end
63
66
 
67
+ ##
68
+ # The logger used for request/response debug logging.
69
+ #
70
+ # @return [Logger]
71
+ #
72
+ def logger stub: false
73
+ stub ? @client_stub.stub_logger : @client_stub.logger
74
+ end
75
+
64
76
  ##
65
77
  # Baseline implementation for the list_versions REST call
66
78
  #
@@ -87,16 +99,18 @@ module Google
87
99
 
88
100
  response = @client_stub.make_http_request(
89
101
  verb,
90
- uri: uri,
91
- body: body || "",
92
- params: query_string_params,
102
+ uri: uri,
103
+ body: body || "",
104
+ params: query_string_params,
105
+ method_name: "list_versions",
93
106
  options: options
94
107
  )
95
108
  operation = ::Gapic::Rest::TransportOperation.new response
96
109
  result = ::Google::Cloud::Dialogflow::V2::ListVersionsResponse.decode_json response.body, ignore_unknown_fields: true
97
-
98
- yield result, operation if block_given?
99
- result
110
+ catch :response do
111
+ yield result, operation if block_given?
112
+ result
113
+ end
100
114
  end
101
115
 
102
116
  ##
@@ -125,16 +139,18 @@ module Google
125
139
 
126
140
  response = @client_stub.make_http_request(
127
141
  verb,
128
- uri: uri,
129
- body: body || "",
130
- params: query_string_params,
142
+ uri: uri,
143
+ body: body || "",
144
+ params: query_string_params,
145
+ method_name: "get_version",
131
146
  options: options
132
147
  )
133
148
  operation = ::Gapic::Rest::TransportOperation.new response
134
149
  result = ::Google::Cloud::Dialogflow::V2::Version.decode_json response.body, ignore_unknown_fields: true
135
-
136
- yield result, operation if block_given?
137
- result
150
+ catch :response do
151
+ yield result, operation if block_given?
152
+ result
153
+ end
138
154
  end
139
155
 
140
156
  ##
@@ -163,16 +179,18 @@ module Google
163
179
 
164
180
  response = @client_stub.make_http_request(
165
181
  verb,
166
- uri: uri,
167
- body: body || "",
168
- params: query_string_params,
182
+ uri: uri,
183
+ body: body || "",
184
+ params: query_string_params,
185
+ method_name: "create_version",
169
186
  options: options
170
187
  )
171
188
  operation = ::Gapic::Rest::TransportOperation.new response
172
189
  result = ::Google::Cloud::Dialogflow::V2::Version.decode_json response.body, ignore_unknown_fields: true
173
-
174
- yield result, operation if block_given?
175
- result
190
+ catch :response do
191
+ yield result, operation if block_given?
192
+ result
193
+ end
176
194
  end
177
195
 
178
196
  ##
@@ -201,16 +219,18 @@ module Google
201
219
 
202
220
  response = @client_stub.make_http_request(
203
221
  verb,
204
- uri: uri,
205
- body: body || "",
206
- params: query_string_params,
222
+ uri: uri,
223
+ body: body || "",
224
+ params: query_string_params,
225
+ method_name: "update_version",
207
226
  options: options
208
227
  )
209
228
  operation = ::Gapic::Rest::TransportOperation.new response
210
229
  result = ::Google::Cloud::Dialogflow::V2::Version.decode_json response.body, ignore_unknown_fields: true
211
-
212
- yield result, operation if block_given?
213
- result
230
+ catch :response do
231
+ yield result, operation if block_given?
232
+ result
233
+ end
214
234
  end
215
235
 
216
236
  ##
@@ -239,16 +259,18 @@ module Google
239
259
 
240
260
  response = @client_stub.make_http_request(
241
261
  verb,
242
- uri: uri,
243
- body: body || "",
244
- params: query_string_params,
262
+ uri: uri,
263
+ body: body || "",
264
+ params: query_string_params,
265
+ method_name: "delete_version",
245
266
  options: options
246
267
  )
247
268
  operation = ::Gapic::Rest::TransportOperation.new response
248
269
  result = ::Google::Protobuf::Empty.decode_json response.body, ignore_unknown_fields: true
249
-
250
- yield result, operation if block_given?
251
- result
270
+ catch :response do
271
+ yield result, operation if block_given?
272
+ result
273
+ end
252
274
  end
253
275
 
254
276
  ##
@@ -306,9 +306,28 @@ module Google
306
306
  # @!attribute [rw] common
307
307
  # @return [::Google::Api::CommonLanguageSettings]
308
308
  # Some settings.
309
+ # @!attribute [rw] renamed_services
310
+ # @return [::Google::Protobuf::Map{::String => ::String}]
311
+ # Map of service names to renamed services. Keys are the package relative
312
+ # service names and values are the name to be used for the service client
313
+ # and call options.
314
+ #
315
+ # publishing:
316
+ # go_settings:
317
+ # renamed_services:
318
+ # Publisher: TopicAdmin
309
319
  class GoSettings
310
320
  include ::Google::Protobuf::MessageExts
311
321
  extend ::Google::Protobuf::MessageExts::ClassMethods
322
+
323
+ # @!attribute [rw] key
324
+ # @return [::String]
325
+ # @!attribute [rw] value
326
+ # @return [::String]
327
+ class RenamedServicesEntry
328
+ include ::Google::Protobuf::MessageExts
329
+ extend ::Google::Protobuf::MessageExts::ClassMethods
330
+ end
312
331
  end
313
332
 
314
333
  # Describes the generator configuration for a method.
@@ -47,8 +47,9 @@ module Google
47
47
  # returned to the customers.
48
48
  # 2. The customer uses the
49
49
  # {::Google::Cloud::Dialogflow::V2::AnswerRecord#name AnswerRecord.name} to call the
50
- # [UpdateAnswerRecord][] method to send feedback about a specific answer
51
- # that they believe is wrong.
50
+ # {::Google::Cloud::Dialogflow::V2::AnswerRecords::Client#update_answer_record AnswerRecords.UpdateAnswerRecord}
51
+ # method to send feedback about a specific answer that they believe is
52
+ # wrong.
52
53
  # @!attribute [rw] name
53
54
  # @return [::String]
54
55
  # The unique identifier of this answer record.
@@ -450,8 +450,8 @@ module Google
450
450
  # USE_BEST_AVAILABLE.
451
451
  SPEECH_MODEL_VARIANT_UNSPECIFIED = 0
452
452
 
453
- # Use the best available variant of the [Speech
454
- # model][InputAudioConfig.model] that the caller is eligible for.
453
+ # Use the best available variant of the [Speech model][model] that the caller
454
+ # is eligible for.
455
455
  #
456
456
  # Please see the [Dialogflow
457
457
  # docs](https://cloud.google.com/dialogflow/docs/data-logging) for
@@ -293,9 +293,11 @@ module Google
293
293
  # @!attribute [rw] context_size
294
294
  # @return [::Integer]
295
295
  # Number of messages prior to and including
296
- # [last_conversation_message][] used to compile the suggestion. It may be
297
- # smaller than the [SuggestSummaryRequest.context_size][] field in the
298
- # request if there weren't that many messages in the conversation.
296
+ # {::Google::Cloud::Dialogflow::V2::SuggestConversationSummaryResponse#latest_message latest_message}
297
+ # used to compile the suggestion. It may be smaller than the
298
+ # {::Google::Cloud::Dialogflow::V2::SuggestConversationSummaryRequest#context_size SuggestConversationSummaryRequest.context_size}
299
+ # field in the request if there weren't that many messages in the
300
+ # conversation.
299
301
  class SuggestConversationSummaryResponse
300
302
  include ::Google::Protobuf::MessageExts
301
303
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -390,9 +392,11 @@ module Google
390
392
  # @!attribute [rw] context_size
391
393
  # @return [::Integer]
392
394
  # Number of messages prior to and including
393
- # [last_conversation_message][] used to compile the suggestion. It may be
394
- # smaller than the [GenerateStatelessSummaryRequest.context_size][] field in
395
- # the request if there weren't that many messages in the conversation.
395
+ # {::Google::Cloud::Dialogflow::V2::GenerateStatelessSummaryResponse#latest_message latest_message}
396
+ # used to compile the suggestion. It may be smaller than the
397
+ # {::Google::Cloud::Dialogflow::V2::GenerateStatelessSummaryRequest#max_context_size GenerateStatelessSummaryRequest.max_context_size}
398
+ # field in the request if there weren't that many messages in the
399
+ # conversation.
396
400
  class GenerateStatelessSummaryResponse
397
401
  include ::Google::Protobuf::MessageExts
398
402
  extend ::Google::Protobuf::MessageExts::ClassMethods