google-cloud-dialogflow-v2 0.6.3 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +188 -190
  3. data/README.md +66 -2
  4. data/lib/google/cloud/dialogflow/v2.rb +13 -2
  5. data/lib/google/cloud/dialogflow/v2/agent_services_pb.rb +24 -12
  6. data/lib/google/cloud/dialogflow/v2/agents/client.rb +40 -72
  7. data/lib/google/cloud/dialogflow/v2/agents/operations.rb +96 -11
  8. data/lib/google/cloud/dialogflow/v2/agents/paths.rb +42 -3
  9. data/lib/google/cloud/dialogflow/v2/answer_record_pb.rb +100 -0
  10. data/lib/google/cloud/dialogflow/v2/answer_record_services_pb.rb +48 -0
  11. data/lib/google/cloud/dialogflow/v2/answer_records.rb +49 -0
  12. data/lib/google/cloud/dialogflow/v2/answer_records/client.rb +478 -0
  13. data/lib/google/cloud/dialogflow/v2/answer_records/credentials.rb +52 -0
  14. data/lib/google/cloud/dialogflow/v2/answer_records/paths.rb +105 -0
  15. data/lib/google/cloud/dialogflow/v2/audio_config_pb.rb +7 -0
  16. data/lib/google/cloud/dialogflow/v2/context_services_pb.rb +8 -25
  17. data/lib/google/cloud/dialogflow/v2/contexts.rb +1 -18
  18. data/lib/google/cloud/dialogflow/v2/contexts/client.rb +24 -63
  19. data/lib/google/cloud/dialogflow/v2/contexts/paths.rb +74 -2
  20. data/lib/google/cloud/dialogflow/v2/conversation_event_pb.rb +39 -0
  21. data/lib/google/cloud/dialogflow/v2/conversation_pb.rb +89 -0
  22. data/lib/google/cloud/dialogflow/v2/conversation_profile_pb.rb +182 -0
  23. data/lib/google/cloud/dialogflow/v2/conversation_profile_services_pb.rb +61 -0
  24. data/lib/google/cloud/dialogflow/v2/conversation_profiles.rb +49 -0
  25. data/lib/google/cloud/dialogflow/v2/conversation_profiles/client.rb +699 -0
  26. data/lib/google/cloud/dialogflow/v2/conversation_profiles/credentials.rb +52 -0
  27. data/lib/google/cloud/dialogflow/v2/conversation_profiles/paths.rb +246 -0
  28. data/lib/google/cloud/dialogflow/v2/conversation_services_pb.rb +75 -0
  29. data/lib/google/cloud/dialogflow/v2/conversations.rb +49 -0
  30. data/lib/google/cloud/dialogflow/v2/conversations/client.rb +757 -0
  31. data/lib/google/cloud/dialogflow/v2/conversations/credentials.rb +52 -0
  32. data/lib/google/cloud/dialogflow/v2/conversations/paths.rb +146 -0
  33. data/lib/google/cloud/dialogflow/v2/document_pb.rb +99 -0
  34. data/lib/google/cloud/dialogflow/v2/document_services_pb.rb +73 -0
  35. data/lib/google/cloud/dialogflow/v2/documents.rb +50 -0
  36. data/lib/google/cloud/dialogflow/v2/documents/client.rb +810 -0
  37. data/lib/google/cloud/dialogflow/v2/documents/credentials.rb +52 -0
  38. data/lib/google/cloud/dialogflow/v2/documents/operations.rb +655 -0
  39. data/lib/google/cloud/dialogflow/v2/documents/paths.rb +119 -0
  40. data/lib/google/cloud/dialogflow/v2/entity_type_services_pb.rb +12 -39
  41. data/lib/google/cloud/dialogflow/v2/entity_types.rb +1 -28
  42. data/lib/google/cloud/dialogflow/v2/entity_types/client.rb +28 -91
  43. data/lib/google/cloud/dialogflow/v2/entity_types/operations.rb +96 -11
  44. data/lib/google/cloud/dialogflow/v2/entity_types/paths.rb +58 -12
  45. data/lib/google/cloud/dialogflow/v2/environment_pb.rb +50 -1
  46. data/lib/google/cloud/dialogflow/v2/environment_services_pb.rb +24 -3
  47. data/lib/google/cloud/dialogflow/v2/environments.rb +1 -1
  48. data/lib/google/cloud/dialogflow/v2/environments/client.rb +430 -14
  49. data/lib/google/cloud/dialogflow/v2/environments/paths.rb +104 -5
  50. data/lib/google/cloud/dialogflow/v2/fulfillment_pb.rb +59 -0
  51. data/lib/google/cloud/dialogflow/v2/fulfillment_services_pb.rb +47 -0
  52. data/lib/google/cloud/dialogflow/v2/fulfillments.rb +49 -0
  53. data/lib/google/cloud/dialogflow/v2/fulfillments/client.rb +460 -0
  54. data/lib/google/cloud/dialogflow/v2/fulfillments/credentials.rb +52 -0
  55. data/lib/google/cloud/dialogflow/v2/fulfillments/paths.rb +69 -0
  56. data/lib/google/cloud/dialogflow/v2/gcs_pb.rb +20 -0
  57. data/lib/google/cloud/dialogflow/v2/human_agent_assistant_event_pb.rb +26 -0
  58. data/lib/google/cloud/dialogflow/v2/intent_pb.rb +2 -0
  59. data/lib/google/cloud/dialogflow/v2/intent_services_pb.rb +9 -40
  60. data/lib/google/cloud/dialogflow/v2/intents.rb +1 -32
  61. data/lib/google/cloud/dialogflow/v2/intents/client.rb +34 -81
  62. data/lib/google/cloud/dialogflow/v2/intents/operations.rb +96 -11
  63. data/lib/google/cloud/dialogflow/v2/intents/paths.rb +97 -13
  64. data/lib/google/cloud/dialogflow/v2/knowledge_base_pb.rb +60 -0
  65. data/lib/google/cloud/dialogflow/v2/knowledge_base_services_pb.rb +53 -0
  66. data/lib/google/cloud/dialogflow/v2/knowledge_bases.rb +49 -0
  67. data/lib/google/cloud/dialogflow/v2/knowledge_bases/client.rb +696 -0
  68. data/lib/google/cloud/dialogflow/v2/knowledge_bases/credentials.rb +52 -0
  69. data/lib/google/cloud/dialogflow/v2/knowledge_bases/paths.rb +105 -0
  70. data/lib/google/cloud/dialogflow/v2/participant_pb.rb +181 -0
  71. data/lib/google/cloud/dialogflow/v2/participant_services_pb.rb +64 -0
  72. data/lib/google/cloud/dialogflow/v2/participants.rb +49 -0
  73. data/lib/google/cloud/dialogflow/v2/participants/client.rb +894 -0
  74. data/lib/google/cloud/dialogflow/v2/participants/credentials.rb +52 -0
  75. data/lib/google/cloud/dialogflow/v2/participants/paths.rb +334 -0
  76. data/lib/google/cloud/dialogflow/v2/session_entity_type_services_pb.rb +7 -23
  77. data/lib/google/cloud/dialogflow/v2/session_entity_types.rb +1 -17
  78. data/lib/google/cloud/dialogflow/v2/session_entity_types/client.rb +23 -53
  79. data/lib/google/cloud/dialogflow/v2/session_entity_types/paths.rb +74 -2
  80. data/lib/google/cloud/dialogflow/v2/session_pb.rb +2 -0
  81. data/lib/google/cloud/dialogflow/v2/session_services_pb.rb +15 -7
  82. data/lib/google/cloud/dialogflow/v2/sessions.rb +4 -4
  83. data/lib/google/cloud/dialogflow/v2/sessions/client.rb +51 -15
  84. data/lib/google/cloud/dialogflow/v2/sessions/paths.rb +113 -3
  85. data/lib/google/cloud/dialogflow/v2/version.rb +1 -1
  86. data/lib/google/cloud/dialogflow/v2/version_pb.rb +69 -0
  87. data/lib/google/cloud/dialogflow/v2/version_services_pb.rb +59 -0
  88. data/lib/google/cloud/dialogflow/v2/versions.rb +49 -0
  89. data/lib/google/cloud/dialogflow/v2/versions/client.rb +709 -0
  90. data/lib/google/cloud/dialogflow/v2/versions/credentials.rb +52 -0
  91. data/lib/google/cloud/dialogflow/v2/versions/paths.rb +110 -0
  92. data/proto_docs/google/api/field_behavior.rb +6 -0
  93. data/proto_docs/google/api/resource.rb +50 -14
  94. data/proto_docs/google/cloud/dialogflow/v2/agent.rb +1 -2
  95. data/proto_docs/google/cloud/dialogflow/v2/answer_record.rb +252 -0
  96. data/proto_docs/google/cloud/dialogflow/v2/audio_config.rb +25 -0
  97. data/proto_docs/google/cloud/dialogflow/v2/context.rb +17 -2
  98. data/proto_docs/google/cloud/dialogflow/v2/conversation.rb +253 -0
  99. data/proto_docs/google/cloud/dialogflow/v2/conversation_event.rb +83 -0
  100. data/proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb +522 -0
  101. data/proto_docs/google/cloud/dialogflow/v2/document.rb +267 -0
  102. data/proto_docs/google/cloud/dialogflow/v2/entity_type.rb +12 -3
  103. data/proto_docs/google/cloud/dialogflow/v2/environment.rb +187 -5
  104. data/proto_docs/google/cloud/dialogflow/v2/fulfillment.rb +144 -0
  105. data/proto_docs/google/cloud/dialogflow/v2/human_agent_assistant_event.rb +45 -0
  106. data/proto_docs/google/cloud/dialogflow/v2/intent.rb +29 -4
  107. data/proto_docs/google/cloud/dialogflow/v2/knowledge_base.rb +139 -0
  108. data/proto_docs/google/cloud/dialogflow/v2/participant.rb +525 -0
  109. data/proto_docs/google/cloud/dialogflow/v2/session.rb +56 -7
  110. data/proto_docs/google/cloud/dialogflow/v2/session_entity_type.rb +7 -6
  111. data/proto_docs/google/cloud/dialogflow/v2/validation_result.rb +1 -1
  112. data/proto_docs/google/cloud/dialogflow/v2/version.rb +176 -0
  113. data/proto_docs/google/cloud/dialogflow/v2/webhook.rb +2 -2
  114. data/proto_docs/google/longrunning/operations.rb +17 -3
  115. data/proto_docs/google/protobuf/any.rb +5 -2
  116. data/proto_docs/google/protobuf/timestamp.rb +10 -1
  117. data/proto_docs/google/type/latlng.rb +2 -2
  118. metadata +81 -11
@@ -18,11 +18,19 @@
18
18
 
19
19
  require "google/cloud/dialogflow/v2/agents"
20
20
  require "google/cloud/dialogflow/v2/contexts"
21
- require "google/cloud/dialogflow/v2/entity_types"
22
- require "google/cloud/dialogflow/v2/environments"
23
21
  require "google/cloud/dialogflow/v2/intents"
22
+ require "google/cloud/dialogflow/v2/entity_types"
24
23
  require "google/cloud/dialogflow/v2/session_entity_types"
25
24
  require "google/cloud/dialogflow/v2/sessions"
25
+ require "google/cloud/dialogflow/v2/participants"
26
+ require "google/cloud/dialogflow/v2/answer_records"
27
+ require "google/cloud/dialogflow/v2/conversations"
28
+ require "google/cloud/dialogflow/v2/conversation_profiles"
29
+ require "google/cloud/dialogflow/v2/documents"
30
+ require "google/cloud/dialogflow/v2/fulfillments"
31
+ require "google/cloud/dialogflow/v2/environments"
32
+ require "google/cloud/dialogflow/v2/knowledge_bases"
33
+ require "google/cloud/dialogflow/v2/versions"
26
34
  require "google/cloud/dialogflow/v2/version"
27
35
 
28
36
  module Google
@@ -39,3 +47,6 @@ module Google
39
47
  end
40
48
  end
41
49
  end
50
+
51
+ helper_path = ::File.join __dir__, "v2", "_helpers.rb"
52
+ require "google/cloud/dialogflow/v2/_helpers" if ::File.file? helper_path
@@ -27,18 +27,18 @@ module Google
27
27
  # Service for managing [Agents][google.cloud.dialogflow.v2.Agent].
28
28
  class Service
29
29
 
30
- include GRPC::GenericService
30
+ include ::GRPC::GenericService
31
31
 
32
32
  self.marshal_class_method = :encode
33
33
  self.unmarshal_class_method = :decode
34
34
  self.service_name = 'google.cloud.dialogflow.v2.Agents'
35
35
 
36
36
  # Retrieves the specified agent.
37
- rpc :GetAgent, GetAgentRequest, Agent
37
+ rpc :GetAgent, ::Google::Cloud::Dialogflow::V2::GetAgentRequest, ::Google::Cloud::Dialogflow::V2::Agent
38
38
  # Creates/updates the specified agent.
39
- rpc :SetAgent, SetAgentRequest, Agent
39
+ rpc :SetAgent, ::Google::Cloud::Dialogflow::V2::SetAgentRequest, ::Google::Cloud::Dialogflow::V2::Agent
40
40
  # Deletes the specified agent.
41
- rpc :DeleteAgent, DeleteAgentRequest, Google::Protobuf::Empty
41
+ rpc :DeleteAgent, ::Google::Cloud::Dialogflow::V2::DeleteAgentRequest, ::Google::Protobuf::Empty
42
42
  # Returns the list of agents.
43
43
  #
44
44
  # Since there is at most one conversational agent per project, this method is
@@ -46,33 +46,45 @@ module Google
46
46
  # access to. One can achieve that with a wildcard project collection id "-".
47
47
  # Refer to [List
48
48
  # Sub-Collections](https://cloud.google.com/apis/design/design_patterns#list_sub-collections).
49
- rpc :SearchAgents, SearchAgentsRequest, SearchAgentsResponse
49
+ rpc :SearchAgents, ::Google::Cloud::Dialogflow::V2::SearchAgentsRequest, ::Google::Cloud::Dialogflow::V2::SearchAgentsResponse
50
50
  # Trains the specified agent.
51
51
  #
52
52
  # Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
53
- rpc :TrainAgent, TrainAgentRequest, Google::Longrunning::Operation
53
+ rpc :TrainAgent, ::Google::Cloud::Dialogflow::V2::TrainAgentRequest, ::Google::Longrunning::Operation
54
54
  # Exports the specified agent to a ZIP file.
55
55
  #
56
56
  # Operation <response: [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse]>
57
- rpc :ExportAgent, ExportAgentRequest, Google::Longrunning::Operation
57
+ rpc :ExportAgent, ::Google::Cloud::Dialogflow::V2::ExportAgentRequest, ::Google::Longrunning::Operation
58
58
  # Imports the specified agent from a ZIP file.
59
59
  #
60
60
  # Uploads new intents and entity types without deleting the existing ones.
61
61
  # Intents and entity types with the same name are replaced with the new
62
- # versions from ImportAgentRequest.
62
+ # versions from [ImportAgentRequest][google.cloud.dialogflow.v2.ImportAgentRequest]. After the import, the imported draft
63
+ # agent will be trained automatically (unless disabled in agent settings).
64
+ # However, once the import is done, training may not be completed yet. Please
65
+ # call [TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent] and wait for the operation it returns in order to train
66
+ # explicitly.
63
67
  #
64
68
  # Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
65
- rpc :ImportAgent, ImportAgentRequest, Google::Longrunning::Operation
69
+ # An operation which tracks when importing is complete. It only tracks
70
+ # when the draft agent is updated not when it is done training.
71
+ rpc :ImportAgent, ::Google::Cloud::Dialogflow::V2::ImportAgentRequest, ::Google::Longrunning::Operation
66
72
  # Restores the specified agent from a ZIP file.
67
73
  #
68
74
  # Replaces the current agent version with a new one. All the intents and
69
- # entity types in the older version are deleted.
75
+ # entity types in the older version are deleted. After the restore, the
76
+ # restored draft agent will be trained automatically (unless disabled in
77
+ # agent settings). However, once the restore is done, training may not be
78
+ # completed yet. Please call [TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent] and wait for the operation it
79
+ # returns in order to train explicitly.
70
80
  #
71
81
  # Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
72
- rpc :RestoreAgent, RestoreAgentRequest, Google::Longrunning::Operation
82
+ # An operation which tracks when restoring is complete. It only tracks
83
+ # when the draft agent is updated not when it is done training.
84
+ rpc :RestoreAgent, ::Google::Cloud::Dialogflow::V2::RestoreAgentRequest, ::Google::Longrunning::Operation
73
85
  # Gets agent validation result. Agent validation is performed during
74
86
  # training time and is updated automatically when training is completed.
75
- rpc :GetValidationResult, GetValidationResultRequest, ValidationResult
87
+ rpc :GetValidationResult, ::Google::Cloud::Dialogflow::V2::GetValidationResultRequest, ::Google::Cloud::Dialogflow::V2::ValidationResult
76
88
  end
77
89
 
78
90
  Stub = Service.rpc_stub_class
@@ -60,67 +60,17 @@ module Google
60
60
  parent_config = while namespace.any?
61
61
  parent_name = namespace.join "::"
62
62
  parent_const = const_get parent_name
63
- break parent_const.configure if parent_const&.respond_to? :configure
63
+ break parent_const.configure if parent_const.respond_to? :configure
64
64
  namespace.pop
65
65
  end
66
66
  default_config = Client::Configuration.new parent_config
67
67
 
68
- default_config.rpcs.get_agent.timeout = 60.0
69
- default_config.rpcs.get_agent.retry_policy = {
68
+ default_config.timeout = 60.0
69
+ default_config.retry_policy = {
70
70
  initial_delay: 0.1,
71
- max_delay: 60.0,
72
- multiplier: 1.3,
73
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
74
- }
75
-
76
- default_config.rpcs.set_agent.timeout = 60.0
77
- default_config.rpcs.set_agent.retry_policy = {
78
- initial_delay: 0.1,
79
- max_delay: 60.0,
80
- multiplier: 1.3,
81
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
82
- }
83
-
84
- default_config.rpcs.delete_agent.timeout = 60.0
85
- default_config.rpcs.delete_agent.retry_policy = {
86
- initial_delay: 0.1,
87
- max_delay: 60.0,
88
- multiplier: 1.3,
89
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
90
- }
91
-
92
- default_config.rpcs.search_agents.timeout = 60.0
93
- default_config.rpcs.search_agents.retry_policy = {
94
- initial_delay: 0.1,
95
- max_delay: 60.0,
96
- multiplier: 1.3,
97
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
98
- }
99
-
100
- default_config.rpcs.train_agent.timeout = 60.0
101
- default_config.rpcs.train_agent.retry_policy = {
102
- initial_delay: 0.1,
103
- max_delay: 60.0,
104
- multiplier: 1.3,
105
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
106
- }
107
-
108
- default_config.rpcs.export_agent.timeout = 60.0
109
- default_config.rpcs.export_agent.retry_policy = {
110
- initial_delay: 0.1,
111
- max_delay: 60.0,
112
- multiplier: 1.3,
113
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
114
- }
115
-
116
- default_config.rpcs.import_agent.timeout = 60.0
117
-
118
- default_config.rpcs.restore_agent.timeout = 60.0
119
- default_config.rpcs.restore_agent.retry_policy = {
120
- initial_delay: 0.1,
121
- max_delay: 60.0,
122
- multiplier: 1.3,
123
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
71
+ max_delay: 60.0,
72
+ multiplier: 1.3,
73
+ retry_codes: [14]
124
74
  }
125
75
 
126
76
  default_config
@@ -184,7 +134,13 @@ module Google
184
134
 
185
135
  # Create credentials
186
136
  credentials = @config.credentials
187
- credentials ||= Credentials.default scope: @config.scope
137
+ # Use self-signed JWT if the scope and endpoint are unchanged from default,
138
+ # but only if the default endpoint does not have a region prefix.
139
+ enable_self_signed_jwt = @config.scope == Client.configure.scope &&
140
+ @config.endpoint == Client.configure.endpoint &&
141
+ !@config.endpoint.split(".").first.include?("-")
142
+ credentials ||= Credentials.default scope: @config.scope,
143
+ enable_self_signed_jwt: enable_self_signed_jwt
188
144
  if credentials.is_a?(String) || credentials.is_a?(Hash)
189
145
  credentials = Credentials.new credentials, scope: @config.scope
190
146
  end
@@ -645,9 +601,15 @@ module Google
645
601
  #
646
602
  # Uploads new intents and entity types without deleting the existing ones.
647
603
  # Intents and entity types with the same name are replaced with the new
648
- # versions from ImportAgentRequest.
604
+ # versions from {::Google::Cloud::Dialogflow::V2::ImportAgentRequest ImportAgentRequest}. After the import, the imported draft
605
+ # agent will be trained automatically (unless disabled in agent settings).
606
+ # However, once the import is done, training may not be completed yet. Please
607
+ # call {::Google::Cloud::Dialogflow::V2::Agents::Client#train_agent TrainAgent} and wait for the operation it returns in order to train
608
+ # explicitly.
649
609
  #
650
610
  # Operation <response: {::Google::Protobuf::Empty google.protobuf.Empty}>
611
+ # An operation which tracks when importing is complete. It only tracks
612
+ # when the draft agent is updated not when it is done training.
651
613
  #
652
614
  # @overload import_agent(request, options = nil)
653
615
  # Pass arguments to `import_agent` via a request object, either of type
@@ -723,9 +685,15 @@ module Google
723
685
  # Restores the specified agent from a ZIP file.
724
686
  #
725
687
  # Replaces the current agent version with a new one. All the intents and
726
- # entity types in the older version are deleted.
688
+ # entity types in the older version are deleted. After the restore, the
689
+ # restored draft agent will be trained automatically (unless disabled in
690
+ # agent settings). However, once the restore is done, training may not be
691
+ # completed yet. Please call {::Google::Cloud::Dialogflow::V2::Agents::Client#train_agent TrainAgent} and wait for the operation it
692
+ # returns in order to train explicitly.
727
693
  #
728
694
  # Operation <response: {::Google::Protobuf::Empty google.protobuf.Empty}>
695
+ # An operation which tracks when restoring is complete. It only tracks
696
+ # when the draft agent is updated not when it is done training.
729
697
  #
730
698
  # @overload restore_agent(request, options = nil)
731
699
  # Pass arguments to `restore_agent` via a request object, either of type
@@ -956,14 +924,14 @@ module Google
956
924
 
957
925
  config_attr :endpoint, "dialogflow.googleapis.com", ::String
958
926
  config_attr :credentials, nil do |value|
959
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
927
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
960
928
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
961
929
  allowed.any? { |klass| klass === value }
962
930
  end
963
931
  config_attr :scope, nil, ::String, ::Array, nil
964
932
  config_attr :lib_name, nil, ::String, nil
965
933
  config_attr :lib_version, nil, ::String, nil
966
- config_attr(:channel_args, { "grpc.service_config_disable_resolution"=>1 }, ::Hash, nil)
934
+ config_attr(:channel_args, { "grpc.service_config_disable_resolution" => 1 }, ::Hash, nil)
967
935
  config_attr :interceptors, nil, ::Array, nil
968
936
  config_attr :timeout, nil, ::Numeric, nil
969
937
  config_attr :metadata, nil, ::Hash, nil
@@ -984,7 +952,7 @@ module Google
984
952
  def rpcs
985
953
  @rpcs ||= begin
986
954
  parent_rpcs = nil
987
- parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
955
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
988
956
  Rpcs.new parent_rpcs
989
957
  end
990
958
  end
@@ -996,7 +964,7 @@ module Google
996
964
  # Each configuration object is of type `Gapic::Config::Method` and includes
997
965
  # the following configuration fields:
998
966
  #
999
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
967
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
1000
968
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
1001
969
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
1002
970
  # include the following keys:
@@ -1055,23 +1023,23 @@ module Google
1055
1023
 
1056
1024
  # @private
1057
1025
  def initialize parent_rpcs = nil
1058
- get_agent_config = parent_rpcs&.get_agent if parent_rpcs&.respond_to? :get_agent
1026
+ get_agent_config = parent_rpcs.get_agent if parent_rpcs.respond_to? :get_agent
1059
1027
  @get_agent = ::Gapic::Config::Method.new get_agent_config
1060
- set_agent_config = parent_rpcs&.set_agent if parent_rpcs&.respond_to? :set_agent
1028
+ set_agent_config = parent_rpcs.set_agent if parent_rpcs.respond_to? :set_agent
1061
1029
  @set_agent = ::Gapic::Config::Method.new set_agent_config
1062
- delete_agent_config = parent_rpcs&.delete_agent if parent_rpcs&.respond_to? :delete_agent
1030
+ delete_agent_config = parent_rpcs.delete_agent if parent_rpcs.respond_to? :delete_agent
1063
1031
  @delete_agent = ::Gapic::Config::Method.new delete_agent_config
1064
- search_agents_config = parent_rpcs&.search_agents if parent_rpcs&.respond_to? :search_agents
1032
+ search_agents_config = parent_rpcs.search_agents if parent_rpcs.respond_to? :search_agents
1065
1033
  @search_agents = ::Gapic::Config::Method.new search_agents_config
1066
- train_agent_config = parent_rpcs&.train_agent if parent_rpcs&.respond_to? :train_agent
1034
+ train_agent_config = parent_rpcs.train_agent if parent_rpcs.respond_to? :train_agent
1067
1035
  @train_agent = ::Gapic::Config::Method.new train_agent_config
1068
- export_agent_config = parent_rpcs&.export_agent if parent_rpcs&.respond_to? :export_agent
1036
+ export_agent_config = parent_rpcs.export_agent if parent_rpcs.respond_to? :export_agent
1069
1037
  @export_agent = ::Gapic::Config::Method.new export_agent_config
1070
- import_agent_config = parent_rpcs&.import_agent if parent_rpcs&.respond_to? :import_agent
1038
+ import_agent_config = parent_rpcs.import_agent if parent_rpcs.respond_to? :import_agent
1071
1039
  @import_agent = ::Gapic::Config::Method.new import_agent_config
1072
- restore_agent_config = parent_rpcs&.restore_agent if parent_rpcs&.respond_to? :restore_agent
1040
+ restore_agent_config = parent_rpcs.restore_agent if parent_rpcs.respond_to? :restore_agent
1073
1041
  @restore_agent = ::Gapic::Config::Method.new restore_agent_config
1074
- get_validation_result_config = parent_rpcs&.get_validation_result if parent_rpcs&.respond_to? :get_validation_result
1042
+ get_validation_result_config = parent_rpcs.get_validation_result if parent_rpcs.respond_to? :get_validation_result
1075
1043
  @get_validation_result = ::Gapic::Config::Method.new get_validation_result_config
1076
1044
 
1077
1045
  yield self if block_given?
@@ -103,8 +103,13 @@ module Google
103
103
  # Lists operations that match the specified filter in the request. If the
104
104
  # server doesn't support this method, it returns `UNIMPLEMENTED`.
105
105
  #
106
- # NOTE: the `name` binding below allows API services to override the binding
107
- # to use different resource name schemes, such as `users/*/operations`.
106
+ # NOTE: the `name` binding allows API services to override the binding
107
+ # to use different resource name schemes, such as `users/*/operations`. To
108
+ # override the binding, API services can add a binding such as
109
+ # `"/v1/{name=users/*}/operations"` to their service configuration.
110
+ # For backwards compatibility, the default name includes the operations
111
+ # collection id, however overriding users must ensure the name binding
112
+ # is the parent resource, without the operations collection id.
108
113
  #
109
114
  # @overload list_operations(request, options = nil)
110
115
  # Pass arguments to `list_operations` via a request object, either of type
@@ -122,7 +127,7 @@ module Google
122
127
  # the default parameter values, pass an empty Hash as a request object (see above).
123
128
  #
124
129
  # @param name [::String]
125
- # The name of the operation collection.
130
+ # The name of the operation's parent resource.
126
131
  # @param filter [::String]
127
132
  # The standard list filter.
128
133
  # @param page_size [::Integer]
@@ -390,6 +395,79 @@ module Google
390
395
  raise ::Google::Cloud::Error.from_error(e)
391
396
  end
392
397
 
398
+ ##
399
+ # Waits for the specified long-running operation until it is done or reaches
400
+ # at most a specified timeout, returning the latest state. If the operation
401
+ # is already done, the latest state is immediately returned. If the timeout
402
+ # specified is greater than the default HTTP/RPC timeout, the HTTP/RPC
403
+ # timeout is used. If the server does not support this method, it returns
404
+ # `google.rpc.Code.UNIMPLEMENTED`.
405
+ # Note that this method is on a best-effort basis. It may return the latest
406
+ # state before the specified timeout (including immediately), meaning even an
407
+ # immediate response is no guarantee that the operation is done.
408
+ #
409
+ # @overload wait_operation(request, options = nil)
410
+ # Pass arguments to `wait_operation` via a request object, either of type
411
+ # {::Google::Longrunning::WaitOperationRequest} or an equivalent Hash.
412
+ #
413
+ # @param request [::Google::Longrunning::WaitOperationRequest, ::Hash]
414
+ # A request object representing the call parameters. Required. To specify no
415
+ # parameters, or to keep all the default parameter values, pass an empty Hash.
416
+ # @param options [::Gapic::CallOptions, ::Hash]
417
+ # Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
418
+ #
419
+ # @overload wait_operation(name: nil, timeout: nil)
420
+ # Pass arguments to `wait_operation` via keyword arguments. Note that at
421
+ # least one keyword argument is required. To specify no parameters, or to keep all
422
+ # the default parameter values, pass an empty Hash as a request object (see above).
423
+ #
424
+ # @param name [::String]
425
+ # The name of the operation resource to wait on.
426
+ # @param timeout [::Google::Protobuf::Duration, ::Hash]
427
+ # The maximum duration to wait before timing out. If left blank, the wait
428
+ # will be at most the time permitted by the underlying HTTP/RPC protocol.
429
+ # If RPC context deadline is also specified, the shorter one will be used.
430
+ #
431
+ # @yield [response, operation] Access the result along with the RPC operation
432
+ # @yieldparam response [::Gapic::Operation]
433
+ # @yieldparam operation [::GRPC::ActiveCall::Operation]
434
+ #
435
+ # @return [::Gapic::Operation]
436
+ #
437
+ # @raise [::Google::Cloud::Error] if the RPC is aborted.
438
+ #
439
+ def wait_operation request, options = nil
440
+ raise ::ArgumentError, "request must be provided" if request.nil?
441
+
442
+ request = ::Gapic::Protobuf.coerce request, to: ::Google::Longrunning::WaitOperationRequest
443
+
444
+ # Converts hash and nil to an options object
445
+ options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
446
+
447
+ # Customize the options with defaults
448
+ metadata = @config.rpcs.wait_operation.metadata.to_h
449
+
450
+ # Set x-goog-api-client and x-goog-user-project headers
451
+ metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
452
+ lib_name: @config.lib_name, lib_version: @config.lib_version,
453
+ gapic_version: ::Google::Cloud::Dialogflow::V2::VERSION
454
+ metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
455
+
456
+ options.apply_defaults timeout: @config.rpcs.wait_operation.timeout,
457
+ metadata: metadata,
458
+ retry_policy: @config.rpcs.wait_operation.retry_policy
459
+ options.apply_defaults metadata: @config.metadata,
460
+ retry_policy: @config.retry_policy
461
+
462
+ @operations_stub.call_rpc :wait_operation, request, options: options do |response, operation|
463
+ response = ::Gapic::Operation.new response, @operations_client, options: options
464
+ yield response, operation if block_given?
465
+ return response
466
+ end
467
+ rescue ::GRPC::BadStatus => e
468
+ raise ::Google::Cloud::Error.from_error(e)
469
+ end
470
+
393
471
  ##
394
472
  # Configuration class for the Operations API.
395
473
  #
@@ -475,14 +553,14 @@ module Google
475
553
 
476
554
  config_attr :endpoint, "dialogflow.googleapis.com", ::String
477
555
  config_attr :credentials, nil do |value|
478
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
556
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
479
557
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
480
558
  allowed.any? { |klass| klass === value }
481
559
  end
482
560
  config_attr :scope, nil, ::String, ::Array, nil
483
561
  config_attr :lib_name, nil, ::String, nil
484
562
  config_attr :lib_version, nil, ::String, nil
485
- config_attr(:channel_args, { "grpc.service_config_disable_resolution"=>1 }, ::Hash, nil)
563
+ config_attr(:channel_args, { "grpc.service_config_disable_resolution" => 1 }, ::Hash, nil)
486
564
  config_attr :interceptors, nil, ::Array, nil
487
565
  config_attr :timeout, nil, ::Numeric, nil
488
566
  config_attr :metadata, nil, ::Hash, nil
@@ -503,7 +581,7 @@ module Google
503
581
  def rpcs
504
582
  @rpcs ||= begin
505
583
  parent_rpcs = nil
506
- parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
584
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
507
585
  Rpcs.new parent_rpcs
508
586
  end
509
587
  end
@@ -515,7 +593,7 @@ module Google
515
593
  # Each configuration object is of type `Gapic::Config::Method` and includes
516
594
  # the following configuration fields:
517
595
  #
518
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
596
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
519
597
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
520
598
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
521
599
  # include the following keys:
@@ -546,17 +624,24 @@ module Google
546
624
  # @return [::Gapic::Config::Method]
547
625
  #
548
626
  attr_reader :cancel_operation
627
+ ##
628
+ # RPC-specific configuration for `wait_operation`
629
+ # @return [::Gapic::Config::Method]
630
+ #
631
+ attr_reader :wait_operation
549
632
 
550
633
  # @private
551
634
  def initialize parent_rpcs = nil
552
- list_operations_config = parent_rpcs&.list_operations if parent_rpcs&.respond_to? :list_operations
635
+ list_operations_config = parent_rpcs.list_operations if parent_rpcs.respond_to? :list_operations
553
636
  @list_operations = ::Gapic::Config::Method.new list_operations_config
554
- get_operation_config = parent_rpcs&.get_operation if parent_rpcs&.respond_to? :get_operation
637
+ get_operation_config = parent_rpcs.get_operation if parent_rpcs.respond_to? :get_operation
555
638
  @get_operation = ::Gapic::Config::Method.new get_operation_config
556
- delete_operation_config = parent_rpcs&.delete_operation if parent_rpcs&.respond_to? :delete_operation
639
+ delete_operation_config = parent_rpcs.delete_operation if parent_rpcs.respond_to? :delete_operation
557
640
  @delete_operation = ::Gapic::Config::Method.new delete_operation_config
558
- cancel_operation_config = parent_rpcs&.cancel_operation if parent_rpcs&.respond_to? :cancel_operation
641
+ cancel_operation_config = parent_rpcs.cancel_operation if parent_rpcs.respond_to? :cancel_operation
559
642
  @cancel_operation = ::Gapic::Config::Method.new cancel_operation_config
643
+ wait_operation_config = parent_rpcs.wait_operation if parent_rpcs.respond_to? :wait_operation
644
+ @wait_operation = ::Gapic::Config::Method.new wait_operation_config
560
645
 
561
646
  yield self if block_given?
562
647
  end