google-cloud-ces-v1beta 0.a → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +12 -0
  3. data/AUTHENTICATION.md +122 -0
  4. data/README.md +154 -8
  5. data/lib/google/cloud/ces/v1beta/agent_card_pb.rb +26 -0
  6. data/lib/google/cloud/ces/v1beta/agent_pb.rb +30 -0
  7. data/lib/google/cloud/ces/v1beta/agent_service/client.rb +5641 -0
  8. data/lib/google/cloud/ces/v1beta/agent_service/credentials.rb +48 -0
  9. data/lib/google/cloud/ces/v1beta/agent_service/operations.rb +843 -0
  10. data/lib/google/cloud/ces/v1beta/agent_service/paths.rb +481 -0
  11. data/lib/google/cloud/ces/v1beta/agent_service/rest/client.rb +5249 -0
  12. data/lib/google/cloud/ces/v1beta/agent_service/rest/operations.rb +927 -0
  13. data/lib/google/cloud/ces/v1beta/agent_service/rest/service_stub.rb +3213 -0
  14. data/lib/google/cloud/ces/v1beta/agent_service/rest.rb +55 -0
  15. data/lib/google/cloud/ces/v1beta/agent_service.rb +57 -0
  16. data/lib/google/cloud/ces/v1beta/agent_service_pb.rb +132 -0
  17. data/lib/google/cloud/ces/v1beta/agent_service_services_pb.rb +148 -0
  18. data/lib/google/cloud/ces/v1beta/agent_tool_pb.rb +24 -0
  19. data/lib/google/cloud/ces/v1beta/agent_transfers_pb.rb +29 -0
  20. data/lib/google/cloud/ces/v1beta/app_pb.rb +70 -0
  21. data/lib/google/cloud/ces/v1beta/app_version_pb.rb +32 -0
  22. data/lib/google/cloud/ces/v1beta/auth_pb.rb +34 -0
  23. data/lib/google/cloud/ces/v1beta/bigquery_export_pb.rb +23 -0
  24. data/lib/google/cloud/ces/v1beta/bindings_override.rb +75 -0
  25. data/lib/google/cloud/ces/v1beta/changelog_pb.rb +26 -0
  26. data/lib/google/cloud/ces/v1beta/client_function_pb.rb +24 -0
  27. data/lib/google/cloud/ces/v1beta/common_pb.rb +46 -0
  28. data/lib/google/cloud/ces/v1beta/connector_tool_pb.rb +27 -0
  29. data/lib/google/cloud/ces/v1beta/connector_toolset_pb.rb +25 -0
  30. data/lib/google/cloud/ces/v1beta/conversation_pb.rb +31 -0
  31. data/lib/google/cloud/ces/v1beta/data_store_pb.rb +27 -0
  32. data/lib/google/cloud/ces/v1beta/data_store_tool_pb.rb +40 -0
  33. data/lib/google/cloud/ces/v1beta/deployment_pb.rb +30 -0
  34. data/lib/google/cloud/ces/v1beta/evaluation_metrics_config_pb.rb +31 -0
  35. data/lib/google/cloud/ces/v1beta/evaluation_pb.rb +99 -0
  36. data/lib/google/cloud/ces/v1beta/evaluation_service/client.rb +4050 -0
  37. data/lib/google/cloud/ces/v1beta/evaluation_service/credentials.rb +48 -0
  38. data/lib/google/cloud/ces/v1beta/evaluation_service/operations.rb +843 -0
  39. data/lib/google/cloud/ces/v1beta/evaluation_service/paths.rb +306 -0
  40. data/lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb +3770 -0
  41. data/lib/google/cloud/ces/v1beta/evaluation_service/rest/operations.rb +927 -0
  42. data/lib/google/cloud/ces/v1beta/evaluation_service/rest/service_stub.rb +2233 -0
  43. data/lib/google/cloud/ces/v1beta/evaluation_service/rest.rb +54 -0
  44. data/lib/google/cloud/ces/v1beta/evaluation_service.rb +56 -0
  45. data/lib/google/cloud/ces/v1beta/evaluation_service_pb.rb +93 -0
  46. data/lib/google/cloud/ces/v1beta/evaluation_service_services_pb.rb +116 -0
  47. data/lib/google/cloud/ces/v1beta/example_pb.rb +34 -0
  48. data/lib/google/cloud/ces/v1beta/fakes_pb.rb +25 -0
  49. data/lib/google/cloud/ces/v1beta/file_context_pb.rb +24 -0
  50. data/lib/google/cloud/ces/v1beta/file_search_tool_pb.rb +24 -0
  51. data/lib/google/cloud/ces/v1beta/golden_run_pb.rb +21 -0
  52. data/lib/google/cloud/ces/v1beta/google_search_tool_pb.rb +24 -0
  53. data/lib/google/cloud/ces/v1beta/guardrail_pb.rb +37 -0
  54. data/lib/google/cloud/ces/v1beta/mcp_tool_pb.rb +27 -0
  55. data/lib/google/cloud/ces/v1beta/mcp_toolset_pb.rb +28 -0
  56. data/lib/google/cloud/ces/v1beta/mocks_pb.rb +26 -0
  57. data/lib/google/cloud/ces/v1beta/omnichannel_pb.rb +31 -0
  58. data/lib/google/cloud/ces/v1beta/omnichannel_service_pb.rb +27 -0
  59. data/lib/google/cloud/ces/v1beta/open_api_tool_pb.rb +25 -0
  60. data/lib/google/cloud/ces/v1beta/open_api_toolset_pb.rb +25 -0
  61. data/lib/google/cloud/ces/v1beta/python_function_pb.rb +24 -0
  62. data/lib/google/cloud/ces/v1beta/rest.rb +42 -0
  63. data/lib/google/cloud/ces/v1beta/schema_pb.rb +25 -0
  64. data/lib/google/cloud/ces/v1beta/search_suggestions_pb.rb +22 -0
  65. data/lib/google/cloud/ces/v1beta/security_settings_pb.rb +27 -0
  66. data/lib/google/cloud/ces/v1beta/session_service/client.rb +762 -0
  67. data/lib/google/cloud/ces/v1beta/session_service/credentials.rb +48 -0
  68. data/lib/google/cloud/ces/v1beta/session_service/paths.rb +117 -0
  69. data/lib/google/cloud/ces/v1beta/session_service/rest/client.rb +562 -0
  70. data/lib/google/cloud/ces/v1beta/session_service/rest/service_stub.rb +199 -0
  71. data/lib/google/cloud/ces/v1beta/session_service/rest.rb +53 -0
  72. data/lib/google/cloud/ces/v1beta/session_service.rb +55 -0
  73. data/lib/google/cloud/ces/v1beta/session_service_pb.rb +54 -0
  74. data/lib/google/cloud/ces/v1beta/session_service_services_pb.rb +120 -0
  75. data/lib/google/cloud/ces/v1beta/system_tool_pb.rb +23 -0
  76. data/lib/google/cloud/ces/v1beta/tool_pb.rb +40 -0
  77. data/lib/google/cloud/ces/v1beta/tool_service/client.rb +733 -0
  78. data/lib/google/cloud/ces/v1beta/tool_service/credentials.rb +48 -0
  79. data/lib/google/cloud/ces/v1beta/tool_service/paths.rb +94 -0
  80. data/lib/google/cloud/ces/v1beta/tool_service/rest/client.rb +677 -0
  81. data/lib/google/cloud/ces/v1beta/tool_service/rest/service_stub.rb +267 -0
  82. data/lib/google/cloud/ces/v1beta/tool_service/rest.rb +53 -0
  83. data/lib/google/cloud/ces/v1beta/tool_service.rb +55 -0
  84. data/lib/google/cloud/ces/v1beta/tool_service_pb.rb +37 -0
  85. data/lib/google/cloud/ces/v1beta/tool_service_services_pb.rb +50 -0
  86. data/lib/google/cloud/ces/v1beta/toolset_pb.rb +30 -0
  87. data/lib/google/cloud/ces/v1beta/toolset_tool_pb.rb +24 -0
  88. data/lib/google/cloud/ces/v1beta/version.rb +7 -2
  89. data/lib/google/cloud/ces/v1beta/widget_service/client.rb +503 -0
  90. data/lib/google/cloud/ces/v1beta/widget_service/credentials.rb +48 -0
  91. data/lib/google/cloud/ces/v1beta/widget_service/paths.rb +75 -0
  92. data/lib/google/cloud/ces/v1beta/widget_service/rest/client.rb +461 -0
  93. data/lib/google/cloud/ces/v1beta/widget_service/rest/service_stub.rb +143 -0
  94. data/lib/google/cloud/ces/v1beta/widget_service/rest.rb +53 -0
  95. data/lib/google/cloud/ces/v1beta/widget_service.rb +55 -0
  96. data/lib/google/cloud/ces/v1beta/widget_service_pb.rb +28 -0
  97. data/lib/google/cloud/ces/v1beta/widget_service_services_pb.rb +46 -0
  98. data/lib/google/cloud/ces/v1beta/widget_tool_pb.rb +31 -0
  99. data/lib/google/cloud/ces/v1beta.rb +49 -0
  100. data/lib/google-cloud-ces-v1beta.rb +21 -0
  101. data/proto_docs/README.md +4 -0
  102. data/proto_docs/google/api/client.rb +593 -0
  103. data/proto_docs/google/api/field_behavior.rb +85 -0
  104. data/proto_docs/google/api/launch_stage.rb +71 -0
  105. data/proto_docs/google/api/resource.rb +227 -0
  106. data/proto_docs/google/cloud/ces/v1beta/agent.rb +233 -0
  107. data/proto_docs/google/cloud/ces/v1beta/agent_card.rb +122 -0
  108. data/proto_docs/google/cloud/ces/v1beta/agent_service.rb +1682 -0
  109. data/proto_docs/google/cloud/ces/v1beta/agent_tool.rb +48 -0
  110. data/proto_docs/google/cloud/ces/v1beta/agent_transfers.rb +111 -0
  111. data/proto_docs/google/cloud/ces/v1beta/app.rb +883 -0
  112. data/proto_docs/google/cloud/ces/v1beta/app_version.rb +83 -0
  113. data/proto_docs/google/cloud/ces/v1beta/auth.rb +214 -0
  114. data/proto_docs/google/cloud/ces/v1beta/bigquery_export.rb +45 -0
  115. data/proto_docs/google/cloud/ces/v1beta/changelog.rb +73 -0
  116. data/proto_docs/google/cloud/ces/v1beta/client_function.rb +48 -0
  117. data/proto_docs/google/cloud/ces/v1beta/common.rb +375 -0
  118. data/proto_docs/google/cloud/ces/v1beta/connector_tool.rb +122 -0
  119. data/proto_docs/google/cloud/ces/v1beta/connector_toolset.rb +52 -0
  120. data/proto_docs/google/cloud/ces/v1beta/conversation.rb +159 -0
  121. data/proto_docs/google/cloud/ces/v1beta/data_store.rb +102 -0
  122. data/proto_docs/google/cloud/ces/v1beta/data_store_tool.rb +328 -0
  123. data/proto_docs/google/cloud/ces/v1beta/deployment.rb +123 -0
  124. data/proto_docs/google/cloud/ces/v1beta/evaluation.rb +1687 -0
  125. data/proto_docs/google/cloud/ces/v1beta/evaluation_metrics_config.rb +151 -0
  126. data/proto_docs/google/cloud/ces/v1beta/evaluation_service.rb +1087 -0
  127. data/proto_docs/google/cloud/ces/v1beta/example.rb +245 -0
  128. data/proto_docs/google/cloud/ces/v1beta/fakes.rb +67 -0
  129. data/proto_docs/google/cloud/ces/v1beta/file_context.rb +50 -0
  130. data/proto_docs/google/cloud/ces/v1beta/file_search_tool.rb +60 -0
  131. data/proto_docs/google/cloud/ces/v1beta/golden_run.rb +40 -0
  132. data/proto_docs/google/cloud/ces/v1beta/google_search_tool.rb +76 -0
  133. data/proto_docs/google/cloud/ces/v1beta/guardrail.rb +324 -0
  134. data/proto_docs/google/cloud/ces/v1beta/mcp_tool.rb +110 -0
  135. data/proto_docs/google/cloud/ces/v1beta/mcp_toolset.rb +118 -0
  136. data/proto_docs/google/cloud/ces/v1beta/mocks.rb +60 -0
  137. data/proto_docs/google/cloud/ces/v1beta/omnichannel.rb +163 -0
  138. data/proto_docs/google/cloud/ces/v1beta/omnichannel_service.rb +45 -0
  139. data/proto_docs/google/cloud/ces/v1beta/open_api_tool.rb +66 -0
  140. data/proto_docs/google/cloud/ces/v1beta/open_api_toolset.rb +57 -0
  141. data/proto_docs/google/cloud/ces/v1beta/python_function.rb +47 -0
  142. data/proto_docs/google/cloud/ces/v1beta/schema.rb +162 -0
  143. data/proto_docs/google/cloud/ces/v1beta/search_suggestions.rb +55 -0
  144. data/proto_docs/google/cloud/ces/v1beta/security_settings.rb +80 -0
  145. data/proto_docs/google/cloud/ces/v1beta/session_service.rb +493 -0
  146. data/proto_docs/google/cloud/ces/v1beta/system_tool.rb +38 -0
  147. data/proto_docs/google/cloud/ces/v1beta/tool.rb +136 -0
  148. data/proto_docs/google/cloud/ces/v1beta/tool_service.rb +185 -0
  149. data/proto_docs/google/cloud/ces/v1beta/toolset.rb +80 -0
  150. data/proto_docs/google/cloud/ces/v1beta/toolset_tool.rb +40 -0
  151. data/proto_docs/google/cloud/ces/v1beta/widget_service.rb +62 -0
  152. data/proto_docs/google/cloud/ces/v1beta/widget_tool.rb +182 -0
  153. data/proto_docs/google/longrunning/operations.rb +191 -0
  154. data/proto_docs/google/protobuf/any.rb +145 -0
  155. data/proto_docs/google/protobuf/duration.rb +98 -0
  156. data/proto_docs/google/protobuf/empty.rb +34 -0
  157. data/proto_docs/google/protobuf/field_mask.rb +229 -0
  158. data/proto_docs/google/protobuf/struct.rb +108 -0
  159. data/proto_docs/google/protobuf/timestamp.rb +127 -0
  160. data/proto_docs/google/rpc/status.rb +48 -0
  161. metadata +208 -9
@@ -0,0 +1,3213 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2026 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "google/cloud/ces/v1beta/agent_service_pb"
20
+
21
+ module Google
22
+ module Cloud
23
+ module Ces
24
+ module V1beta
25
+ module AgentService
26
+ module Rest
27
+ ##
28
+ # REST service stub for the AgentService service.
29
+ # Service stub contains baseline method implementations
30
+ # including transcoding, making the REST call, and deserialing the response.
31
+ #
32
+ class ServiceStub
33
+ # @private
34
+ def initialize endpoint:, endpoint_template:, universe_domain:, credentials:, logger:
35
+ # These require statements are intentionally placed here to initialize
36
+ # the REST modules only when it's required.
37
+ require "gapic/rest"
38
+
39
+ @client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint,
40
+ endpoint_template: endpoint_template,
41
+ universe_domain: universe_domain,
42
+ credentials: credentials,
43
+ numeric_enums: true,
44
+ service_name: self.class,
45
+ raise_faraday_errors: false,
46
+ logger: logger
47
+ end
48
+
49
+ ##
50
+ # The effective universe domain
51
+ #
52
+ # @return [String]
53
+ #
54
+ def universe_domain
55
+ @client_stub.universe_domain
56
+ end
57
+
58
+ ##
59
+ # The effective endpoint
60
+ #
61
+ # @return [String]
62
+ #
63
+ def endpoint
64
+ @client_stub.endpoint
65
+ end
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
+
76
+ ##
77
+ # Baseline implementation for the list_apps REST call
78
+ #
79
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListAppsRequest]
80
+ # A request object representing the call parameters. Required.
81
+ # @param options [::Gapic::CallOptions]
82
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
83
+ #
84
+ # @yield [result, operation] Access the result along with the TransportOperation object
85
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::ListAppsResponse]
86
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
87
+ #
88
+ # @return [::Google::Cloud::Ces::V1beta::ListAppsResponse]
89
+ # A result object deserialized from the server's reply
90
+ def list_apps request_pb, options = nil
91
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
92
+
93
+ verb, uri, query_string_params, body = ServiceStub.transcode_list_apps_request request_pb
94
+ query_string_params = if query_string_params.any?
95
+ query_string_params.to_h { |p| p.split "=", 2 }
96
+ else
97
+ {}
98
+ end
99
+
100
+ response = @client_stub.make_http_request(
101
+ verb,
102
+ uri: uri,
103
+ body: body || "",
104
+ params: query_string_params,
105
+ method_name: "list_apps",
106
+ options: options
107
+ )
108
+ operation = ::Gapic::Rest::TransportOperation.new response
109
+ result = ::Google::Cloud::Ces::V1beta::ListAppsResponse.decode_json response.body, ignore_unknown_fields: true
110
+ catch :response do
111
+ yield result, operation if block_given?
112
+ result
113
+ end
114
+ end
115
+
116
+ ##
117
+ # Baseline implementation for the get_app REST call
118
+ #
119
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetAppRequest]
120
+ # A request object representing the call parameters. Required.
121
+ # @param options [::Gapic::CallOptions]
122
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
123
+ #
124
+ # @yield [result, operation] Access the result along with the TransportOperation object
125
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::App]
126
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
127
+ #
128
+ # @return [::Google::Cloud::Ces::V1beta::App]
129
+ # A result object deserialized from the server's reply
130
+ def get_app request_pb, options = nil
131
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
132
+
133
+ verb, uri, query_string_params, body = ServiceStub.transcode_get_app_request request_pb
134
+ query_string_params = if query_string_params.any?
135
+ query_string_params.to_h { |p| p.split "=", 2 }
136
+ else
137
+ {}
138
+ end
139
+
140
+ response = @client_stub.make_http_request(
141
+ verb,
142
+ uri: uri,
143
+ body: body || "",
144
+ params: query_string_params,
145
+ method_name: "get_app",
146
+ options: options
147
+ )
148
+ operation = ::Gapic::Rest::TransportOperation.new response
149
+ result = ::Google::Cloud::Ces::V1beta::App.decode_json response.body, ignore_unknown_fields: true
150
+ catch :response do
151
+ yield result, operation if block_given?
152
+ result
153
+ end
154
+ end
155
+
156
+ ##
157
+ # Baseline implementation for the create_app REST call
158
+ #
159
+ # @param request_pb [::Google::Cloud::Ces::V1beta::CreateAppRequest]
160
+ # A request object representing the call parameters. Required.
161
+ # @param options [::Gapic::CallOptions]
162
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
163
+ #
164
+ # @yield [result, operation] Access the result along with the TransportOperation object
165
+ # @yieldparam result [::Google::Longrunning::Operation]
166
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
167
+ #
168
+ # @return [::Google::Longrunning::Operation]
169
+ # A result object deserialized from the server's reply
170
+ def create_app request_pb, options = nil
171
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
172
+
173
+ verb, uri, query_string_params, body = ServiceStub.transcode_create_app_request request_pb
174
+ query_string_params = if query_string_params.any?
175
+ query_string_params.to_h { |p| p.split "=", 2 }
176
+ else
177
+ {}
178
+ end
179
+
180
+ response = @client_stub.make_http_request(
181
+ verb,
182
+ uri: uri,
183
+ body: body || "",
184
+ params: query_string_params,
185
+ method_name: "create_app",
186
+ options: options
187
+ )
188
+ operation = ::Gapic::Rest::TransportOperation.new response
189
+ result = ::Google::Longrunning::Operation.decode_json response.body, ignore_unknown_fields: true
190
+ catch :response do
191
+ yield result, operation if block_given?
192
+ result
193
+ end
194
+ end
195
+
196
+ ##
197
+ # Baseline implementation for the update_app REST call
198
+ #
199
+ # @param request_pb [::Google::Cloud::Ces::V1beta::UpdateAppRequest]
200
+ # A request object representing the call parameters. Required.
201
+ # @param options [::Gapic::CallOptions]
202
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
203
+ #
204
+ # @yield [result, operation] Access the result along with the TransportOperation object
205
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::App]
206
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
207
+ #
208
+ # @return [::Google::Cloud::Ces::V1beta::App]
209
+ # A result object deserialized from the server's reply
210
+ def update_app request_pb, options = nil
211
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
212
+
213
+ verb, uri, query_string_params, body = ServiceStub.transcode_update_app_request request_pb
214
+ query_string_params = if query_string_params.any?
215
+ query_string_params.to_h { |p| p.split "=", 2 }
216
+ else
217
+ {}
218
+ end
219
+
220
+ response = @client_stub.make_http_request(
221
+ verb,
222
+ uri: uri,
223
+ body: body || "",
224
+ params: query_string_params,
225
+ method_name: "update_app",
226
+ options: options
227
+ )
228
+ operation = ::Gapic::Rest::TransportOperation.new response
229
+ result = ::Google::Cloud::Ces::V1beta::App.decode_json response.body, ignore_unknown_fields: true
230
+ catch :response do
231
+ yield result, operation if block_given?
232
+ result
233
+ end
234
+ end
235
+
236
+ ##
237
+ # Baseline implementation for the delete_app REST call
238
+ #
239
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteAppRequest]
240
+ # A request object representing the call parameters. Required.
241
+ # @param options [::Gapic::CallOptions]
242
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
243
+ #
244
+ # @yield [result, operation] Access the result along with the TransportOperation object
245
+ # @yieldparam result [::Google::Longrunning::Operation]
246
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
247
+ #
248
+ # @return [::Google::Longrunning::Operation]
249
+ # A result object deserialized from the server's reply
250
+ def delete_app request_pb, options = nil
251
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
252
+
253
+ verb, uri, query_string_params, body = ServiceStub.transcode_delete_app_request request_pb
254
+ query_string_params = if query_string_params.any?
255
+ query_string_params.to_h { |p| p.split "=", 2 }
256
+ else
257
+ {}
258
+ end
259
+
260
+ response = @client_stub.make_http_request(
261
+ verb,
262
+ uri: uri,
263
+ body: body || "",
264
+ params: query_string_params,
265
+ method_name: "delete_app",
266
+ options: options
267
+ )
268
+ operation = ::Gapic::Rest::TransportOperation.new response
269
+ result = ::Google::Longrunning::Operation.decode_json response.body, ignore_unknown_fields: true
270
+ catch :response do
271
+ yield result, operation if block_given?
272
+ result
273
+ end
274
+ end
275
+
276
+ ##
277
+ # Baseline implementation for the export_app REST call
278
+ #
279
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ExportAppRequest]
280
+ # A request object representing the call parameters. Required.
281
+ # @param options [::Gapic::CallOptions]
282
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
283
+ #
284
+ # @yield [result, operation] Access the result along with the TransportOperation object
285
+ # @yieldparam result [::Google::Longrunning::Operation]
286
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
287
+ #
288
+ # @return [::Google::Longrunning::Operation]
289
+ # A result object deserialized from the server's reply
290
+ def export_app request_pb, options = nil
291
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
292
+
293
+ verb, uri, query_string_params, body = ServiceStub.transcode_export_app_request request_pb
294
+ query_string_params = if query_string_params.any?
295
+ query_string_params.to_h { |p| p.split "=", 2 }
296
+ else
297
+ {}
298
+ end
299
+
300
+ response = @client_stub.make_http_request(
301
+ verb,
302
+ uri: uri,
303
+ body: body || "",
304
+ params: query_string_params,
305
+ method_name: "export_app",
306
+ options: options
307
+ )
308
+ operation = ::Gapic::Rest::TransportOperation.new response
309
+ result = ::Google::Longrunning::Operation.decode_json response.body, ignore_unknown_fields: true
310
+ catch :response do
311
+ yield result, operation if block_given?
312
+ result
313
+ end
314
+ end
315
+
316
+ ##
317
+ # Baseline implementation for the import_app REST call
318
+ #
319
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ImportAppRequest]
320
+ # A request object representing the call parameters. Required.
321
+ # @param options [::Gapic::CallOptions]
322
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
323
+ #
324
+ # @yield [result, operation] Access the result along with the TransportOperation object
325
+ # @yieldparam result [::Google::Longrunning::Operation]
326
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
327
+ #
328
+ # @return [::Google::Longrunning::Operation]
329
+ # A result object deserialized from the server's reply
330
+ def import_app request_pb, options = nil
331
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
332
+
333
+ verb, uri, query_string_params, body = ServiceStub.transcode_import_app_request request_pb
334
+ query_string_params = if query_string_params.any?
335
+ query_string_params.to_h { |p| p.split "=", 2 }
336
+ else
337
+ {}
338
+ end
339
+
340
+ response = @client_stub.make_http_request(
341
+ verb,
342
+ uri: uri,
343
+ body: body || "",
344
+ params: query_string_params,
345
+ method_name: "import_app",
346
+ options: options
347
+ )
348
+ operation = ::Gapic::Rest::TransportOperation.new response
349
+ result = ::Google::Longrunning::Operation.decode_json response.body, ignore_unknown_fields: true
350
+ catch :response do
351
+ yield result, operation if block_given?
352
+ result
353
+ end
354
+ end
355
+
356
+ ##
357
+ # Baseline implementation for the get_security_settings REST call
358
+ #
359
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetSecuritySettingsRequest]
360
+ # A request object representing the call parameters. Required.
361
+ # @param options [::Gapic::CallOptions]
362
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
363
+ #
364
+ # @yield [result, operation] Access the result along with the TransportOperation object
365
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::SecuritySettings]
366
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
367
+ #
368
+ # @return [::Google::Cloud::Ces::V1beta::SecuritySettings]
369
+ # A result object deserialized from the server's reply
370
+ def get_security_settings request_pb, options = nil
371
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
372
+
373
+ verb, uri, query_string_params, body = ServiceStub.transcode_get_security_settings_request request_pb
374
+ query_string_params = if query_string_params.any?
375
+ query_string_params.to_h { |p| p.split "=", 2 }
376
+ else
377
+ {}
378
+ end
379
+
380
+ response = @client_stub.make_http_request(
381
+ verb,
382
+ uri: uri,
383
+ body: body || "",
384
+ params: query_string_params,
385
+ method_name: "get_security_settings",
386
+ options: options
387
+ )
388
+ operation = ::Gapic::Rest::TransportOperation.new response
389
+ result = ::Google::Cloud::Ces::V1beta::SecuritySettings.decode_json response.body, ignore_unknown_fields: true
390
+ catch :response do
391
+ yield result, operation if block_given?
392
+ result
393
+ end
394
+ end
395
+
396
+ ##
397
+ # Baseline implementation for the update_security_settings REST call
398
+ #
399
+ # @param request_pb [::Google::Cloud::Ces::V1beta::UpdateSecuritySettingsRequest]
400
+ # A request object representing the call parameters. Required.
401
+ # @param options [::Gapic::CallOptions]
402
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
403
+ #
404
+ # @yield [result, operation] Access the result along with the TransportOperation object
405
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::SecuritySettings]
406
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
407
+ #
408
+ # @return [::Google::Cloud::Ces::V1beta::SecuritySettings]
409
+ # A result object deserialized from the server's reply
410
+ def update_security_settings request_pb, options = nil
411
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
412
+
413
+ verb, uri, query_string_params, body = ServiceStub.transcode_update_security_settings_request request_pb
414
+ query_string_params = if query_string_params.any?
415
+ query_string_params.to_h { |p| p.split "=", 2 }
416
+ else
417
+ {}
418
+ end
419
+
420
+ response = @client_stub.make_http_request(
421
+ verb,
422
+ uri: uri,
423
+ body: body || "",
424
+ params: query_string_params,
425
+ method_name: "update_security_settings",
426
+ options: options
427
+ )
428
+ operation = ::Gapic::Rest::TransportOperation.new response
429
+ result = ::Google::Cloud::Ces::V1beta::SecuritySettings.decode_json response.body, ignore_unknown_fields: true
430
+ catch :response do
431
+ yield result, operation if block_given?
432
+ result
433
+ end
434
+ end
435
+
436
+ ##
437
+ # Baseline implementation for the list_agents REST call
438
+ #
439
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListAgentsRequest]
440
+ # A request object representing the call parameters. Required.
441
+ # @param options [::Gapic::CallOptions]
442
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
443
+ #
444
+ # @yield [result, operation] Access the result along with the TransportOperation object
445
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::ListAgentsResponse]
446
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
447
+ #
448
+ # @return [::Google::Cloud::Ces::V1beta::ListAgentsResponse]
449
+ # A result object deserialized from the server's reply
450
+ def list_agents request_pb, options = nil
451
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
452
+
453
+ verb, uri, query_string_params, body = ServiceStub.transcode_list_agents_request request_pb
454
+ query_string_params = if query_string_params.any?
455
+ query_string_params.to_h { |p| p.split "=", 2 }
456
+ else
457
+ {}
458
+ end
459
+
460
+ response = @client_stub.make_http_request(
461
+ verb,
462
+ uri: uri,
463
+ body: body || "",
464
+ params: query_string_params,
465
+ method_name: "list_agents",
466
+ options: options
467
+ )
468
+ operation = ::Gapic::Rest::TransportOperation.new response
469
+ result = ::Google::Cloud::Ces::V1beta::ListAgentsResponse.decode_json response.body, ignore_unknown_fields: true
470
+ catch :response do
471
+ yield result, operation if block_given?
472
+ result
473
+ end
474
+ end
475
+
476
+ ##
477
+ # Baseline implementation for the get_agent REST call
478
+ #
479
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetAgentRequest]
480
+ # A request object representing the call parameters. Required.
481
+ # @param options [::Gapic::CallOptions]
482
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
483
+ #
484
+ # @yield [result, operation] Access the result along with the TransportOperation object
485
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Agent]
486
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
487
+ #
488
+ # @return [::Google::Cloud::Ces::V1beta::Agent]
489
+ # A result object deserialized from the server's reply
490
+ def get_agent request_pb, options = nil
491
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
492
+
493
+ verb, uri, query_string_params, body = ServiceStub.transcode_get_agent_request request_pb
494
+ query_string_params = if query_string_params.any?
495
+ query_string_params.to_h { |p| p.split "=", 2 }
496
+ else
497
+ {}
498
+ end
499
+
500
+ response = @client_stub.make_http_request(
501
+ verb,
502
+ uri: uri,
503
+ body: body || "",
504
+ params: query_string_params,
505
+ method_name: "get_agent",
506
+ options: options
507
+ )
508
+ operation = ::Gapic::Rest::TransportOperation.new response
509
+ result = ::Google::Cloud::Ces::V1beta::Agent.decode_json response.body, ignore_unknown_fields: true
510
+ catch :response do
511
+ yield result, operation if block_given?
512
+ result
513
+ end
514
+ end
515
+
516
+ ##
517
+ # Baseline implementation for the create_agent REST call
518
+ #
519
+ # @param request_pb [::Google::Cloud::Ces::V1beta::CreateAgentRequest]
520
+ # A request object representing the call parameters. Required.
521
+ # @param options [::Gapic::CallOptions]
522
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
523
+ #
524
+ # @yield [result, operation] Access the result along with the TransportOperation object
525
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Agent]
526
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
527
+ #
528
+ # @return [::Google::Cloud::Ces::V1beta::Agent]
529
+ # A result object deserialized from the server's reply
530
+ def create_agent request_pb, options = nil
531
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
532
+
533
+ verb, uri, query_string_params, body = ServiceStub.transcode_create_agent_request request_pb
534
+ query_string_params = if query_string_params.any?
535
+ query_string_params.to_h { |p| p.split "=", 2 }
536
+ else
537
+ {}
538
+ end
539
+
540
+ response = @client_stub.make_http_request(
541
+ verb,
542
+ uri: uri,
543
+ body: body || "",
544
+ params: query_string_params,
545
+ method_name: "create_agent",
546
+ options: options
547
+ )
548
+ operation = ::Gapic::Rest::TransportOperation.new response
549
+ result = ::Google::Cloud::Ces::V1beta::Agent.decode_json response.body, ignore_unknown_fields: true
550
+ catch :response do
551
+ yield result, operation if block_given?
552
+ result
553
+ end
554
+ end
555
+
556
+ ##
557
+ # Baseline implementation for the update_agent REST call
558
+ #
559
+ # @param request_pb [::Google::Cloud::Ces::V1beta::UpdateAgentRequest]
560
+ # A request object representing the call parameters. Required.
561
+ # @param options [::Gapic::CallOptions]
562
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
563
+ #
564
+ # @yield [result, operation] Access the result along with the TransportOperation object
565
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Agent]
566
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
567
+ #
568
+ # @return [::Google::Cloud::Ces::V1beta::Agent]
569
+ # A result object deserialized from the server's reply
570
+ def update_agent request_pb, options = nil
571
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
572
+
573
+ verb, uri, query_string_params, body = ServiceStub.transcode_update_agent_request request_pb
574
+ query_string_params = if query_string_params.any?
575
+ query_string_params.to_h { |p| p.split "=", 2 }
576
+ else
577
+ {}
578
+ end
579
+
580
+ response = @client_stub.make_http_request(
581
+ verb,
582
+ uri: uri,
583
+ body: body || "",
584
+ params: query_string_params,
585
+ method_name: "update_agent",
586
+ options: options
587
+ )
588
+ operation = ::Gapic::Rest::TransportOperation.new response
589
+ result = ::Google::Cloud::Ces::V1beta::Agent.decode_json response.body, ignore_unknown_fields: true
590
+ catch :response do
591
+ yield result, operation if block_given?
592
+ result
593
+ end
594
+ end
595
+
596
+ ##
597
+ # Baseline implementation for the delete_agent REST call
598
+ #
599
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteAgentRequest]
600
+ # A request object representing the call parameters. Required.
601
+ # @param options [::Gapic::CallOptions]
602
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
603
+ #
604
+ # @yield [result, operation] Access the result along with the TransportOperation object
605
+ # @yieldparam result [::Google::Protobuf::Empty]
606
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
607
+ #
608
+ # @return [::Google::Protobuf::Empty]
609
+ # A result object deserialized from the server's reply
610
+ def delete_agent request_pb, options = nil
611
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
612
+
613
+ verb, uri, query_string_params, body = ServiceStub.transcode_delete_agent_request request_pb
614
+ query_string_params = if query_string_params.any?
615
+ query_string_params.to_h { |p| p.split "=", 2 }
616
+ else
617
+ {}
618
+ end
619
+
620
+ response = @client_stub.make_http_request(
621
+ verb,
622
+ uri: uri,
623
+ body: body || "",
624
+ params: query_string_params,
625
+ method_name: "delete_agent",
626
+ options: options
627
+ )
628
+ operation = ::Gapic::Rest::TransportOperation.new response
629
+ result = ::Google::Protobuf::Empty.decode_json response.body, ignore_unknown_fields: true
630
+ catch :response do
631
+ yield result, operation if block_given?
632
+ result
633
+ end
634
+ end
635
+
636
+ ##
637
+ # Baseline implementation for the list_examples REST call
638
+ #
639
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListExamplesRequest]
640
+ # A request object representing the call parameters. Required.
641
+ # @param options [::Gapic::CallOptions]
642
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
643
+ #
644
+ # @yield [result, operation] Access the result along with the TransportOperation object
645
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::ListExamplesResponse]
646
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
647
+ #
648
+ # @return [::Google::Cloud::Ces::V1beta::ListExamplesResponse]
649
+ # A result object deserialized from the server's reply
650
+ def list_examples request_pb, options = nil
651
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
652
+
653
+ verb, uri, query_string_params, body = ServiceStub.transcode_list_examples_request request_pb
654
+ query_string_params = if query_string_params.any?
655
+ query_string_params.to_h { |p| p.split "=", 2 }
656
+ else
657
+ {}
658
+ end
659
+
660
+ response = @client_stub.make_http_request(
661
+ verb,
662
+ uri: uri,
663
+ body: body || "",
664
+ params: query_string_params,
665
+ method_name: "list_examples",
666
+ options: options
667
+ )
668
+ operation = ::Gapic::Rest::TransportOperation.new response
669
+ result = ::Google::Cloud::Ces::V1beta::ListExamplesResponse.decode_json response.body, ignore_unknown_fields: true
670
+ catch :response do
671
+ yield result, operation if block_given?
672
+ result
673
+ end
674
+ end
675
+
676
+ ##
677
+ # Baseline implementation for the get_example REST call
678
+ #
679
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetExampleRequest]
680
+ # A request object representing the call parameters. Required.
681
+ # @param options [::Gapic::CallOptions]
682
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
683
+ #
684
+ # @yield [result, operation] Access the result along with the TransportOperation object
685
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Example]
686
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
687
+ #
688
+ # @return [::Google::Cloud::Ces::V1beta::Example]
689
+ # A result object deserialized from the server's reply
690
+ def get_example request_pb, options = nil
691
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
692
+
693
+ verb, uri, query_string_params, body = ServiceStub.transcode_get_example_request request_pb
694
+ query_string_params = if query_string_params.any?
695
+ query_string_params.to_h { |p| p.split "=", 2 }
696
+ else
697
+ {}
698
+ end
699
+
700
+ response = @client_stub.make_http_request(
701
+ verb,
702
+ uri: uri,
703
+ body: body || "",
704
+ params: query_string_params,
705
+ method_name: "get_example",
706
+ options: options
707
+ )
708
+ operation = ::Gapic::Rest::TransportOperation.new response
709
+ result = ::Google::Cloud::Ces::V1beta::Example.decode_json response.body, ignore_unknown_fields: true
710
+ catch :response do
711
+ yield result, operation if block_given?
712
+ result
713
+ end
714
+ end
715
+
716
+ ##
717
+ # Baseline implementation for the create_example REST call
718
+ #
719
+ # @param request_pb [::Google::Cloud::Ces::V1beta::CreateExampleRequest]
720
+ # A request object representing the call parameters. Required.
721
+ # @param options [::Gapic::CallOptions]
722
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
723
+ #
724
+ # @yield [result, operation] Access the result along with the TransportOperation object
725
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Example]
726
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
727
+ #
728
+ # @return [::Google::Cloud::Ces::V1beta::Example]
729
+ # A result object deserialized from the server's reply
730
+ def create_example request_pb, options = nil
731
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
732
+
733
+ verb, uri, query_string_params, body = ServiceStub.transcode_create_example_request request_pb
734
+ query_string_params = if query_string_params.any?
735
+ query_string_params.to_h { |p| p.split "=", 2 }
736
+ else
737
+ {}
738
+ end
739
+
740
+ response = @client_stub.make_http_request(
741
+ verb,
742
+ uri: uri,
743
+ body: body || "",
744
+ params: query_string_params,
745
+ method_name: "create_example",
746
+ options: options
747
+ )
748
+ operation = ::Gapic::Rest::TransportOperation.new response
749
+ result = ::Google::Cloud::Ces::V1beta::Example.decode_json response.body, ignore_unknown_fields: true
750
+ catch :response do
751
+ yield result, operation if block_given?
752
+ result
753
+ end
754
+ end
755
+
756
+ ##
757
+ # Baseline implementation for the update_example REST call
758
+ #
759
+ # @param request_pb [::Google::Cloud::Ces::V1beta::UpdateExampleRequest]
760
+ # A request object representing the call parameters. Required.
761
+ # @param options [::Gapic::CallOptions]
762
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
763
+ #
764
+ # @yield [result, operation] Access the result along with the TransportOperation object
765
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Example]
766
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
767
+ #
768
+ # @return [::Google::Cloud::Ces::V1beta::Example]
769
+ # A result object deserialized from the server's reply
770
+ def update_example request_pb, options = nil
771
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
772
+
773
+ verb, uri, query_string_params, body = ServiceStub.transcode_update_example_request request_pb
774
+ query_string_params = if query_string_params.any?
775
+ query_string_params.to_h { |p| p.split "=", 2 }
776
+ else
777
+ {}
778
+ end
779
+
780
+ response = @client_stub.make_http_request(
781
+ verb,
782
+ uri: uri,
783
+ body: body || "",
784
+ params: query_string_params,
785
+ method_name: "update_example",
786
+ options: options
787
+ )
788
+ operation = ::Gapic::Rest::TransportOperation.new response
789
+ result = ::Google::Cloud::Ces::V1beta::Example.decode_json response.body, ignore_unknown_fields: true
790
+ catch :response do
791
+ yield result, operation if block_given?
792
+ result
793
+ end
794
+ end
795
+
796
+ ##
797
+ # Baseline implementation for the delete_example REST call
798
+ #
799
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteExampleRequest]
800
+ # A request object representing the call parameters. Required.
801
+ # @param options [::Gapic::CallOptions]
802
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
803
+ #
804
+ # @yield [result, operation] Access the result along with the TransportOperation object
805
+ # @yieldparam result [::Google::Protobuf::Empty]
806
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
807
+ #
808
+ # @return [::Google::Protobuf::Empty]
809
+ # A result object deserialized from the server's reply
810
+ def delete_example request_pb, options = nil
811
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
812
+
813
+ verb, uri, query_string_params, body = ServiceStub.transcode_delete_example_request request_pb
814
+ query_string_params = if query_string_params.any?
815
+ query_string_params.to_h { |p| p.split "=", 2 }
816
+ else
817
+ {}
818
+ end
819
+
820
+ response = @client_stub.make_http_request(
821
+ verb,
822
+ uri: uri,
823
+ body: body || "",
824
+ params: query_string_params,
825
+ method_name: "delete_example",
826
+ options: options
827
+ )
828
+ operation = ::Gapic::Rest::TransportOperation.new response
829
+ result = ::Google::Protobuf::Empty.decode_json response.body, ignore_unknown_fields: true
830
+ catch :response do
831
+ yield result, operation if block_given?
832
+ result
833
+ end
834
+ end
835
+
836
+ ##
837
+ # Baseline implementation for the list_tools REST call
838
+ #
839
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListToolsRequest]
840
+ # A request object representing the call parameters. Required.
841
+ # @param options [::Gapic::CallOptions]
842
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
843
+ #
844
+ # @yield [result, operation] Access the result along with the TransportOperation object
845
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::ListToolsResponse]
846
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
847
+ #
848
+ # @return [::Google::Cloud::Ces::V1beta::ListToolsResponse]
849
+ # A result object deserialized from the server's reply
850
+ def list_tools request_pb, options = nil
851
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
852
+
853
+ verb, uri, query_string_params, body = ServiceStub.transcode_list_tools_request request_pb
854
+ query_string_params = if query_string_params.any?
855
+ query_string_params.to_h { |p| p.split "=", 2 }
856
+ else
857
+ {}
858
+ end
859
+
860
+ response = @client_stub.make_http_request(
861
+ verb,
862
+ uri: uri,
863
+ body: body || "",
864
+ params: query_string_params,
865
+ method_name: "list_tools",
866
+ options: options
867
+ )
868
+ operation = ::Gapic::Rest::TransportOperation.new response
869
+ result = ::Google::Cloud::Ces::V1beta::ListToolsResponse.decode_json response.body, ignore_unknown_fields: true
870
+ catch :response do
871
+ yield result, operation if block_given?
872
+ result
873
+ end
874
+ end
875
+
876
+ ##
877
+ # Baseline implementation for the get_tool REST call
878
+ #
879
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetToolRequest]
880
+ # A request object representing the call parameters. Required.
881
+ # @param options [::Gapic::CallOptions]
882
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
883
+ #
884
+ # @yield [result, operation] Access the result along with the TransportOperation object
885
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Tool]
886
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
887
+ #
888
+ # @return [::Google::Cloud::Ces::V1beta::Tool]
889
+ # A result object deserialized from the server's reply
890
+ def get_tool request_pb, options = nil
891
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
892
+
893
+ verb, uri, query_string_params, body = ServiceStub.transcode_get_tool_request request_pb
894
+ query_string_params = if query_string_params.any?
895
+ query_string_params.to_h { |p| p.split "=", 2 }
896
+ else
897
+ {}
898
+ end
899
+
900
+ response = @client_stub.make_http_request(
901
+ verb,
902
+ uri: uri,
903
+ body: body || "",
904
+ params: query_string_params,
905
+ method_name: "get_tool",
906
+ options: options
907
+ )
908
+ operation = ::Gapic::Rest::TransportOperation.new response
909
+ result = ::Google::Cloud::Ces::V1beta::Tool.decode_json response.body, ignore_unknown_fields: true
910
+ catch :response do
911
+ yield result, operation if block_given?
912
+ result
913
+ end
914
+ end
915
+
916
+ ##
917
+ # Baseline implementation for the list_conversations REST call
918
+ #
919
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListConversationsRequest]
920
+ # A request object representing the call parameters. Required.
921
+ # @param options [::Gapic::CallOptions]
922
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
923
+ #
924
+ # @yield [result, operation] Access the result along with the TransportOperation object
925
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::ListConversationsResponse]
926
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
927
+ #
928
+ # @return [::Google::Cloud::Ces::V1beta::ListConversationsResponse]
929
+ # A result object deserialized from the server's reply
930
+ def list_conversations request_pb, options = nil
931
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
932
+
933
+ verb, uri, query_string_params, body = ServiceStub.transcode_list_conversations_request request_pb
934
+ query_string_params = if query_string_params.any?
935
+ query_string_params.to_h { |p| p.split "=", 2 }
936
+ else
937
+ {}
938
+ end
939
+
940
+ response = @client_stub.make_http_request(
941
+ verb,
942
+ uri: uri,
943
+ body: body || "",
944
+ params: query_string_params,
945
+ method_name: "list_conversations",
946
+ options: options
947
+ )
948
+ operation = ::Gapic::Rest::TransportOperation.new response
949
+ result = ::Google::Cloud::Ces::V1beta::ListConversationsResponse.decode_json response.body, ignore_unknown_fields: true
950
+ catch :response do
951
+ yield result, operation if block_given?
952
+ result
953
+ end
954
+ end
955
+
956
+ ##
957
+ # Baseline implementation for the get_conversation REST call
958
+ #
959
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetConversationRequest]
960
+ # A request object representing the call parameters. Required.
961
+ # @param options [::Gapic::CallOptions]
962
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
963
+ #
964
+ # @yield [result, operation] Access the result along with the TransportOperation object
965
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Conversation]
966
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
967
+ #
968
+ # @return [::Google::Cloud::Ces::V1beta::Conversation]
969
+ # A result object deserialized from the server's reply
970
+ def get_conversation request_pb, options = nil
971
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
972
+
973
+ verb, uri, query_string_params, body = ServiceStub.transcode_get_conversation_request request_pb
974
+ query_string_params = if query_string_params.any?
975
+ query_string_params.to_h { |p| p.split "=", 2 }
976
+ else
977
+ {}
978
+ end
979
+
980
+ response = @client_stub.make_http_request(
981
+ verb,
982
+ uri: uri,
983
+ body: body || "",
984
+ params: query_string_params,
985
+ method_name: "get_conversation",
986
+ options: options
987
+ )
988
+ operation = ::Gapic::Rest::TransportOperation.new response
989
+ result = ::Google::Cloud::Ces::V1beta::Conversation.decode_json response.body, ignore_unknown_fields: true
990
+ catch :response do
991
+ yield result, operation if block_given?
992
+ result
993
+ end
994
+ end
995
+
996
+ ##
997
+ # Baseline implementation for the delete_conversation REST call
998
+ #
999
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteConversationRequest]
1000
+ # A request object representing the call parameters. Required.
1001
+ # @param options [::Gapic::CallOptions]
1002
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1003
+ #
1004
+ # @yield [result, operation] Access the result along with the TransportOperation object
1005
+ # @yieldparam result [::Google::Protobuf::Empty]
1006
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1007
+ #
1008
+ # @return [::Google::Protobuf::Empty]
1009
+ # A result object deserialized from the server's reply
1010
+ def delete_conversation request_pb, options = nil
1011
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1012
+
1013
+ verb, uri, query_string_params, body = ServiceStub.transcode_delete_conversation_request request_pb
1014
+ query_string_params = if query_string_params.any?
1015
+ query_string_params.to_h { |p| p.split "=", 2 }
1016
+ else
1017
+ {}
1018
+ end
1019
+
1020
+ response = @client_stub.make_http_request(
1021
+ verb,
1022
+ uri: uri,
1023
+ body: body || "",
1024
+ params: query_string_params,
1025
+ method_name: "delete_conversation",
1026
+ options: options
1027
+ )
1028
+ operation = ::Gapic::Rest::TransportOperation.new response
1029
+ result = ::Google::Protobuf::Empty.decode_json response.body, ignore_unknown_fields: true
1030
+ catch :response do
1031
+ yield result, operation if block_given?
1032
+ result
1033
+ end
1034
+ end
1035
+
1036
+ ##
1037
+ # Baseline implementation for the batch_delete_conversations REST call
1038
+ #
1039
+ # @param request_pb [::Google::Cloud::Ces::V1beta::BatchDeleteConversationsRequest]
1040
+ # A request object representing the call parameters. Required.
1041
+ # @param options [::Gapic::CallOptions]
1042
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1043
+ #
1044
+ # @yield [result, operation] Access the result along with the TransportOperation object
1045
+ # @yieldparam result [::Google::Longrunning::Operation]
1046
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1047
+ #
1048
+ # @return [::Google::Longrunning::Operation]
1049
+ # A result object deserialized from the server's reply
1050
+ def batch_delete_conversations request_pb, options = nil
1051
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1052
+
1053
+ verb, uri, query_string_params, body = ServiceStub.transcode_batch_delete_conversations_request request_pb
1054
+ query_string_params = if query_string_params.any?
1055
+ query_string_params.to_h { |p| p.split "=", 2 }
1056
+ else
1057
+ {}
1058
+ end
1059
+
1060
+ response = @client_stub.make_http_request(
1061
+ verb,
1062
+ uri: uri,
1063
+ body: body || "",
1064
+ params: query_string_params,
1065
+ method_name: "batch_delete_conversations",
1066
+ options: options
1067
+ )
1068
+ operation = ::Gapic::Rest::TransportOperation.new response
1069
+ result = ::Google::Longrunning::Operation.decode_json response.body, ignore_unknown_fields: true
1070
+ catch :response do
1071
+ yield result, operation if block_given?
1072
+ result
1073
+ end
1074
+ end
1075
+
1076
+ ##
1077
+ # Baseline implementation for the create_tool REST call
1078
+ #
1079
+ # @param request_pb [::Google::Cloud::Ces::V1beta::CreateToolRequest]
1080
+ # A request object representing the call parameters. Required.
1081
+ # @param options [::Gapic::CallOptions]
1082
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1083
+ #
1084
+ # @yield [result, operation] Access the result along with the TransportOperation object
1085
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Tool]
1086
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1087
+ #
1088
+ # @return [::Google::Cloud::Ces::V1beta::Tool]
1089
+ # A result object deserialized from the server's reply
1090
+ def create_tool request_pb, options = nil
1091
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1092
+
1093
+ verb, uri, query_string_params, body = ServiceStub.transcode_create_tool_request request_pb
1094
+ query_string_params = if query_string_params.any?
1095
+ query_string_params.to_h { |p| p.split "=", 2 }
1096
+ else
1097
+ {}
1098
+ end
1099
+
1100
+ response = @client_stub.make_http_request(
1101
+ verb,
1102
+ uri: uri,
1103
+ body: body || "",
1104
+ params: query_string_params,
1105
+ method_name: "create_tool",
1106
+ options: options
1107
+ )
1108
+ operation = ::Gapic::Rest::TransportOperation.new response
1109
+ result = ::Google::Cloud::Ces::V1beta::Tool.decode_json response.body, ignore_unknown_fields: true
1110
+ catch :response do
1111
+ yield result, operation if block_given?
1112
+ result
1113
+ end
1114
+ end
1115
+
1116
+ ##
1117
+ # Baseline implementation for the update_tool REST call
1118
+ #
1119
+ # @param request_pb [::Google::Cloud::Ces::V1beta::UpdateToolRequest]
1120
+ # A request object representing the call parameters. Required.
1121
+ # @param options [::Gapic::CallOptions]
1122
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1123
+ #
1124
+ # @yield [result, operation] Access the result along with the TransportOperation object
1125
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Tool]
1126
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1127
+ #
1128
+ # @return [::Google::Cloud::Ces::V1beta::Tool]
1129
+ # A result object deserialized from the server's reply
1130
+ def update_tool request_pb, options = nil
1131
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1132
+
1133
+ verb, uri, query_string_params, body = ServiceStub.transcode_update_tool_request request_pb
1134
+ query_string_params = if query_string_params.any?
1135
+ query_string_params.to_h { |p| p.split "=", 2 }
1136
+ else
1137
+ {}
1138
+ end
1139
+
1140
+ response = @client_stub.make_http_request(
1141
+ verb,
1142
+ uri: uri,
1143
+ body: body || "",
1144
+ params: query_string_params,
1145
+ method_name: "update_tool",
1146
+ options: options
1147
+ )
1148
+ operation = ::Gapic::Rest::TransportOperation.new response
1149
+ result = ::Google::Cloud::Ces::V1beta::Tool.decode_json response.body, ignore_unknown_fields: true
1150
+ catch :response do
1151
+ yield result, operation if block_given?
1152
+ result
1153
+ end
1154
+ end
1155
+
1156
+ ##
1157
+ # Baseline implementation for the delete_tool REST call
1158
+ #
1159
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteToolRequest]
1160
+ # A request object representing the call parameters. Required.
1161
+ # @param options [::Gapic::CallOptions]
1162
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1163
+ #
1164
+ # @yield [result, operation] Access the result along with the TransportOperation object
1165
+ # @yieldparam result [::Google::Protobuf::Empty]
1166
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1167
+ #
1168
+ # @return [::Google::Protobuf::Empty]
1169
+ # A result object deserialized from the server's reply
1170
+ def delete_tool request_pb, options = nil
1171
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1172
+
1173
+ verb, uri, query_string_params, body = ServiceStub.transcode_delete_tool_request request_pb
1174
+ query_string_params = if query_string_params.any?
1175
+ query_string_params.to_h { |p| p.split "=", 2 }
1176
+ else
1177
+ {}
1178
+ end
1179
+
1180
+ response = @client_stub.make_http_request(
1181
+ verb,
1182
+ uri: uri,
1183
+ body: body || "",
1184
+ params: query_string_params,
1185
+ method_name: "delete_tool",
1186
+ options: options
1187
+ )
1188
+ operation = ::Gapic::Rest::TransportOperation.new response
1189
+ result = ::Google::Protobuf::Empty.decode_json response.body, ignore_unknown_fields: true
1190
+ catch :response do
1191
+ yield result, operation if block_given?
1192
+ result
1193
+ end
1194
+ end
1195
+
1196
+ ##
1197
+ # Baseline implementation for the list_guardrails REST call
1198
+ #
1199
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListGuardrailsRequest]
1200
+ # A request object representing the call parameters. Required.
1201
+ # @param options [::Gapic::CallOptions]
1202
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1203
+ #
1204
+ # @yield [result, operation] Access the result along with the TransportOperation object
1205
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::ListGuardrailsResponse]
1206
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1207
+ #
1208
+ # @return [::Google::Cloud::Ces::V1beta::ListGuardrailsResponse]
1209
+ # A result object deserialized from the server's reply
1210
+ def list_guardrails request_pb, options = nil
1211
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1212
+
1213
+ verb, uri, query_string_params, body = ServiceStub.transcode_list_guardrails_request request_pb
1214
+ query_string_params = if query_string_params.any?
1215
+ query_string_params.to_h { |p| p.split "=", 2 }
1216
+ else
1217
+ {}
1218
+ end
1219
+
1220
+ response = @client_stub.make_http_request(
1221
+ verb,
1222
+ uri: uri,
1223
+ body: body || "",
1224
+ params: query_string_params,
1225
+ method_name: "list_guardrails",
1226
+ options: options
1227
+ )
1228
+ operation = ::Gapic::Rest::TransportOperation.new response
1229
+ result = ::Google::Cloud::Ces::V1beta::ListGuardrailsResponse.decode_json response.body, ignore_unknown_fields: true
1230
+ catch :response do
1231
+ yield result, operation if block_given?
1232
+ result
1233
+ end
1234
+ end
1235
+
1236
+ ##
1237
+ # Baseline implementation for the get_guardrail REST call
1238
+ #
1239
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetGuardrailRequest]
1240
+ # A request object representing the call parameters. Required.
1241
+ # @param options [::Gapic::CallOptions]
1242
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1243
+ #
1244
+ # @yield [result, operation] Access the result along with the TransportOperation object
1245
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Guardrail]
1246
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1247
+ #
1248
+ # @return [::Google::Cloud::Ces::V1beta::Guardrail]
1249
+ # A result object deserialized from the server's reply
1250
+ def get_guardrail request_pb, options = nil
1251
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1252
+
1253
+ verb, uri, query_string_params, body = ServiceStub.transcode_get_guardrail_request request_pb
1254
+ query_string_params = if query_string_params.any?
1255
+ query_string_params.to_h { |p| p.split "=", 2 }
1256
+ else
1257
+ {}
1258
+ end
1259
+
1260
+ response = @client_stub.make_http_request(
1261
+ verb,
1262
+ uri: uri,
1263
+ body: body || "",
1264
+ params: query_string_params,
1265
+ method_name: "get_guardrail",
1266
+ options: options
1267
+ )
1268
+ operation = ::Gapic::Rest::TransportOperation.new response
1269
+ result = ::Google::Cloud::Ces::V1beta::Guardrail.decode_json response.body, ignore_unknown_fields: true
1270
+ catch :response do
1271
+ yield result, operation if block_given?
1272
+ result
1273
+ end
1274
+ end
1275
+
1276
+ ##
1277
+ # Baseline implementation for the create_guardrail REST call
1278
+ #
1279
+ # @param request_pb [::Google::Cloud::Ces::V1beta::CreateGuardrailRequest]
1280
+ # A request object representing the call parameters. Required.
1281
+ # @param options [::Gapic::CallOptions]
1282
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1283
+ #
1284
+ # @yield [result, operation] Access the result along with the TransportOperation object
1285
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Guardrail]
1286
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1287
+ #
1288
+ # @return [::Google::Cloud::Ces::V1beta::Guardrail]
1289
+ # A result object deserialized from the server's reply
1290
+ def create_guardrail request_pb, options = nil
1291
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1292
+
1293
+ verb, uri, query_string_params, body = ServiceStub.transcode_create_guardrail_request request_pb
1294
+ query_string_params = if query_string_params.any?
1295
+ query_string_params.to_h { |p| p.split "=", 2 }
1296
+ else
1297
+ {}
1298
+ end
1299
+
1300
+ response = @client_stub.make_http_request(
1301
+ verb,
1302
+ uri: uri,
1303
+ body: body || "",
1304
+ params: query_string_params,
1305
+ method_name: "create_guardrail",
1306
+ options: options
1307
+ )
1308
+ operation = ::Gapic::Rest::TransportOperation.new response
1309
+ result = ::Google::Cloud::Ces::V1beta::Guardrail.decode_json response.body, ignore_unknown_fields: true
1310
+ catch :response do
1311
+ yield result, operation if block_given?
1312
+ result
1313
+ end
1314
+ end
1315
+
1316
+ ##
1317
+ # Baseline implementation for the update_guardrail REST call
1318
+ #
1319
+ # @param request_pb [::Google::Cloud::Ces::V1beta::UpdateGuardrailRequest]
1320
+ # A request object representing the call parameters. Required.
1321
+ # @param options [::Gapic::CallOptions]
1322
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1323
+ #
1324
+ # @yield [result, operation] Access the result along with the TransportOperation object
1325
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Guardrail]
1326
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1327
+ #
1328
+ # @return [::Google::Cloud::Ces::V1beta::Guardrail]
1329
+ # A result object deserialized from the server's reply
1330
+ def update_guardrail request_pb, options = nil
1331
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1332
+
1333
+ verb, uri, query_string_params, body = ServiceStub.transcode_update_guardrail_request request_pb
1334
+ query_string_params = if query_string_params.any?
1335
+ query_string_params.to_h { |p| p.split "=", 2 }
1336
+ else
1337
+ {}
1338
+ end
1339
+
1340
+ response = @client_stub.make_http_request(
1341
+ verb,
1342
+ uri: uri,
1343
+ body: body || "",
1344
+ params: query_string_params,
1345
+ method_name: "update_guardrail",
1346
+ options: options
1347
+ )
1348
+ operation = ::Gapic::Rest::TransportOperation.new response
1349
+ result = ::Google::Cloud::Ces::V1beta::Guardrail.decode_json response.body, ignore_unknown_fields: true
1350
+ catch :response do
1351
+ yield result, operation if block_given?
1352
+ result
1353
+ end
1354
+ end
1355
+
1356
+ ##
1357
+ # Baseline implementation for the delete_guardrail REST call
1358
+ #
1359
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteGuardrailRequest]
1360
+ # A request object representing the call parameters. Required.
1361
+ # @param options [::Gapic::CallOptions]
1362
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1363
+ #
1364
+ # @yield [result, operation] Access the result along with the TransportOperation object
1365
+ # @yieldparam result [::Google::Protobuf::Empty]
1366
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1367
+ #
1368
+ # @return [::Google::Protobuf::Empty]
1369
+ # A result object deserialized from the server's reply
1370
+ def delete_guardrail request_pb, options = nil
1371
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1372
+
1373
+ verb, uri, query_string_params, body = ServiceStub.transcode_delete_guardrail_request request_pb
1374
+ query_string_params = if query_string_params.any?
1375
+ query_string_params.to_h { |p| p.split "=", 2 }
1376
+ else
1377
+ {}
1378
+ end
1379
+
1380
+ response = @client_stub.make_http_request(
1381
+ verb,
1382
+ uri: uri,
1383
+ body: body || "",
1384
+ params: query_string_params,
1385
+ method_name: "delete_guardrail",
1386
+ options: options
1387
+ )
1388
+ operation = ::Gapic::Rest::TransportOperation.new response
1389
+ result = ::Google::Protobuf::Empty.decode_json response.body, ignore_unknown_fields: true
1390
+ catch :response do
1391
+ yield result, operation if block_given?
1392
+ result
1393
+ end
1394
+ end
1395
+
1396
+ ##
1397
+ # Baseline implementation for the list_deployments REST call
1398
+ #
1399
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListDeploymentsRequest]
1400
+ # A request object representing the call parameters. Required.
1401
+ # @param options [::Gapic::CallOptions]
1402
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1403
+ #
1404
+ # @yield [result, operation] Access the result along with the TransportOperation object
1405
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::ListDeploymentsResponse]
1406
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1407
+ #
1408
+ # @return [::Google::Cloud::Ces::V1beta::ListDeploymentsResponse]
1409
+ # A result object deserialized from the server's reply
1410
+ def list_deployments request_pb, options = nil
1411
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1412
+
1413
+ verb, uri, query_string_params, body = ServiceStub.transcode_list_deployments_request request_pb
1414
+ query_string_params = if query_string_params.any?
1415
+ query_string_params.to_h { |p| p.split "=", 2 }
1416
+ else
1417
+ {}
1418
+ end
1419
+
1420
+ response = @client_stub.make_http_request(
1421
+ verb,
1422
+ uri: uri,
1423
+ body: body || "",
1424
+ params: query_string_params,
1425
+ method_name: "list_deployments",
1426
+ options: options
1427
+ )
1428
+ operation = ::Gapic::Rest::TransportOperation.new response
1429
+ result = ::Google::Cloud::Ces::V1beta::ListDeploymentsResponse.decode_json response.body, ignore_unknown_fields: true
1430
+ catch :response do
1431
+ yield result, operation if block_given?
1432
+ result
1433
+ end
1434
+ end
1435
+
1436
+ ##
1437
+ # Baseline implementation for the get_deployment REST call
1438
+ #
1439
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetDeploymentRequest]
1440
+ # A request object representing the call parameters. Required.
1441
+ # @param options [::Gapic::CallOptions]
1442
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1443
+ #
1444
+ # @yield [result, operation] Access the result along with the TransportOperation object
1445
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Deployment]
1446
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1447
+ #
1448
+ # @return [::Google::Cloud::Ces::V1beta::Deployment]
1449
+ # A result object deserialized from the server's reply
1450
+ def get_deployment request_pb, options = nil
1451
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1452
+
1453
+ verb, uri, query_string_params, body = ServiceStub.transcode_get_deployment_request request_pb
1454
+ query_string_params = if query_string_params.any?
1455
+ query_string_params.to_h { |p| p.split "=", 2 }
1456
+ else
1457
+ {}
1458
+ end
1459
+
1460
+ response = @client_stub.make_http_request(
1461
+ verb,
1462
+ uri: uri,
1463
+ body: body || "",
1464
+ params: query_string_params,
1465
+ method_name: "get_deployment",
1466
+ options: options
1467
+ )
1468
+ operation = ::Gapic::Rest::TransportOperation.new response
1469
+ result = ::Google::Cloud::Ces::V1beta::Deployment.decode_json response.body, ignore_unknown_fields: true
1470
+ catch :response do
1471
+ yield result, operation if block_given?
1472
+ result
1473
+ end
1474
+ end
1475
+
1476
+ ##
1477
+ # Baseline implementation for the create_deployment REST call
1478
+ #
1479
+ # @param request_pb [::Google::Cloud::Ces::V1beta::CreateDeploymentRequest]
1480
+ # A request object representing the call parameters. Required.
1481
+ # @param options [::Gapic::CallOptions]
1482
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1483
+ #
1484
+ # @yield [result, operation] Access the result along with the TransportOperation object
1485
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Deployment]
1486
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1487
+ #
1488
+ # @return [::Google::Cloud::Ces::V1beta::Deployment]
1489
+ # A result object deserialized from the server's reply
1490
+ def create_deployment request_pb, options = nil
1491
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1492
+
1493
+ verb, uri, query_string_params, body = ServiceStub.transcode_create_deployment_request request_pb
1494
+ query_string_params = if query_string_params.any?
1495
+ query_string_params.to_h { |p| p.split "=", 2 }
1496
+ else
1497
+ {}
1498
+ end
1499
+
1500
+ response = @client_stub.make_http_request(
1501
+ verb,
1502
+ uri: uri,
1503
+ body: body || "",
1504
+ params: query_string_params,
1505
+ method_name: "create_deployment",
1506
+ options: options
1507
+ )
1508
+ operation = ::Gapic::Rest::TransportOperation.new response
1509
+ result = ::Google::Cloud::Ces::V1beta::Deployment.decode_json response.body, ignore_unknown_fields: true
1510
+ catch :response do
1511
+ yield result, operation if block_given?
1512
+ result
1513
+ end
1514
+ end
1515
+
1516
+ ##
1517
+ # Baseline implementation for the update_deployment REST call
1518
+ #
1519
+ # @param request_pb [::Google::Cloud::Ces::V1beta::UpdateDeploymentRequest]
1520
+ # A request object representing the call parameters. Required.
1521
+ # @param options [::Gapic::CallOptions]
1522
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1523
+ #
1524
+ # @yield [result, operation] Access the result along with the TransportOperation object
1525
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Deployment]
1526
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1527
+ #
1528
+ # @return [::Google::Cloud::Ces::V1beta::Deployment]
1529
+ # A result object deserialized from the server's reply
1530
+ def update_deployment request_pb, options = nil
1531
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1532
+
1533
+ verb, uri, query_string_params, body = ServiceStub.transcode_update_deployment_request request_pb
1534
+ query_string_params = if query_string_params.any?
1535
+ query_string_params.to_h { |p| p.split "=", 2 }
1536
+ else
1537
+ {}
1538
+ end
1539
+
1540
+ response = @client_stub.make_http_request(
1541
+ verb,
1542
+ uri: uri,
1543
+ body: body || "",
1544
+ params: query_string_params,
1545
+ method_name: "update_deployment",
1546
+ options: options
1547
+ )
1548
+ operation = ::Gapic::Rest::TransportOperation.new response
1549
+ result = ::Google::Cloud::Ces::V1beta::Deployment.decode_json response.body, ignore_unknown_fields: true
1550
+ catch :response do
1551
+ yield result, operation if block_given?
1552
+ result
1553
+ end
1554
+ end
1555
+
1556
+ ##
1557
+ # Baseline implementation for the delete_deployment REST call
1558
+ #
1559
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteDeploymentRequest]
1560
+ # A request object representing the call parameters. Required.
1561
+ # @param options [::Gapic::CallOptions]
1562
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1563
+ #
1564
+ # @yield [result, operation] Access the result along with the TransportOperation object
1565
+ # @yieldparam result [::Google::Protobuf::Empty]
1566
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1567
+ #
1568
+ # @return [::Google::Protobuf::Empty]
1569
+ # A result object deserialized from the server's reply
1570
+ def delete_deployment request_pb, options = nil
1571
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1572
+
1573
+ verb, uri, query_string_params, body = ServiceStub.transcode_delete_deployment_request request_pb
1574
+ query_string_params = if query_string_params.any?
1575
+ query_string_params.to_h { |p| p.split "=", 2 }
1576
+ else
1577
+ {}
1578
+ end
1579
+
1580
+ response = @client_stub.make_http_request(
1581
+ verb,
1582
+ uri: uri,
1583
+ body: body || "",
1584
+ params: query_string_params,
1585
+ method_name: "delete_deployment",
1586
+ options: options
1587
+ )
1588
+ operation = ::Gapic::Rest::TransportOperation.new response
1589
+ result = ::Google::Protobuf::Empty.decode_json response.body, ignore_unknown_fields: true
1590
+ catch :response do
1591
+ yield result, operation if block_given?
1592
+ result
1593
+ end
1594
+ end
1595
+
1596
+ ##
1597
+ # Baseline implementation for the list_toolsets REST call
1598
+ #
1599
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListToolsetsRequest]
1600
+ # A request object representing the call parameters. Required.
1601
+ # @param options [::Gapic::CallOptions]
1602
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1603
+ #
1604
+ # @yield [result, operation] Access the result along with the TransportOperation object
1605
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::ListToolsetsResponse]
1606
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1607
+ #
1608
+ # @return [::Google::Cloud::Ces::V1beta::ListToolsetsResponse]
1609
+ # A result object deserialized from the server's reply
1610
+ def list_toolsets request_pb, options = nil
1611
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1612
+
1613
+ verb, uri, query_string_params, body = ServiceStub.transcode_list_toolsets_request request_pb
1614
+ query_string_params = if query_string_params.any?
1615
+ query_string_params.to_h { |p| p.split "=", 2 }
1616
+ else
1617
+ {}
1618
+ end
1619
+
1620
+ response = @client_stub.make_http_request(
1621
+ verb,
1622
+ uri: uri,
1623
+ body: body || "",
1624
+ params: query_string_params,
1625
+ method_name: "list_toolsets",
1626
+ options: options
1627
+ )
1628
+ operation = ::Gapic::Rest::TransportOperation.new response
1629
+ result = ::Google::Cloud::Ces::V1beta::ListToolsetsResponse.decode_json response.body, ignore_unknown_fields: true
1630
+ catch :response do
1631
+ yield result, operation if block_given?
1632
+ result
1633
+ end
1634
+ end
1635
+
1636
+ ##
1637
+ # Baseline implementation for the get_toolset REST call
1638
+ #
1639
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetToolsetRequest]
1640
+ # A request object representing the call parameters. Required.
1641
+ # @param options [::Gapic::CallOptions]
1642
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1643
+ #
1644
+ # @yield [result, operation] Access the result along with the TransportOperation object
1645
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Toolset]
1646
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1647
+ #
1648
+ # @return [::Google::Cloud::Ces::V1beta::Toolset]
1649
+ # A result object deserialized from the server's reply
1650
+ def get_toolset request_pb, options = nil
1651
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1652
+
1653
+ verb, uri, query_string_params, body = ServiceStub.transcode_get_toolset_request request_pb
1654
+ query_string_params = if query_string_params.any?
1655
+ query_string_params.to_h { |p| p.split "=", 2 }
1656
+ else
1657
+ {}
1658
+ end
1659
+
1660
+ response = @client_stub.make_http_request(
1661
+ verb,
1662
+ uri: uri,
1663
+ body: body || "",
1664
+ params: query_string_params,
1665
+ method_name: "get_toolset",
1666
+ options: options
1667
+ )
1668
+ operation = ::Gapic::Rest::TransportOperation.new response
1669
+ result = ::Google::Cloud::Ces::V1beta::Toolset.decode_json response.body, ignore_unknown_fields: true
1670
+ catch :response do
1671
+ yield result, operation if block_given?
1672
+ result
1673
+ end
1674
+ end
1675
+
1676
+ ##
1677
+ # Baseline implementation for the create_toolset REST call
1678
+ #
1679
+ # @param request_pb [::Google::Cloud::Ces::V1beta::CreateToolsetRequest]
1680
+ # A request object representing the call parameters. Required.
1681
+ # @param options [::Gapic::CallOptions]
1682
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1683
+ #
1684
+ # @yield [result, operation] Access the result along with the TransportOperation object
1685
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Toolset]
1686
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1687
+ #
1688
+ # @return [::Google::Cloud::Ces::V1beta::Toolset]
1689
+ # A result object deserialized from the server's reply
1690
+ def create_toolset request_pb, options = nil
1691
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1692
+
1693
+ verb, uri, query_string_params, body = ServiceStub.transcode_create_toolset_request request_pb
1694
+ query_string_params = if query_string_params.any?
1695
+ query_string_params.to_h { |p| p.split "=", 2 }
1696
+ else
1697
+ {}
1698
+ end
1699
+
1700
+ response = @client_stub.make_http_request(
1701
+ verb,
1702
+ uri: uri,
1703
+ body: body || "",
1704
+ params: query_string_params,
1705
+ method_name: "create_toolset",
1706
+ options: options
1707
+ )
1708
+ operation = ::Gapic::Rest::TransportOperation.new response
1709
+ result = ::Google::Cloud::Ces::V1beta::Toolset.decode_json response.body, ignore_unknown_fields: true
1710
+ catch :response do
1711
+ yield result, operation if block_given?
1712
+ result
1713
+ end
1714
+ end
1715
+
1716
+ ##
1717
+ # Baseline implementation for the update_toolset REST call
1718
+ #
1719
+ # @param request_pb [::Google::Cloud::Ces::V1beta::UpdateToolsetRequest]
1720
+ # A request object representing the call parameters. Required.
1721
+ # @param options [::Gapic::CallOptions]
1722
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1723
+ #
1724
+ # @yield [result, operation] Access the result along with the TransportOperation object
1725
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Toolset]
1726
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1727
+ #
1728
+ # @return [::Google::Cloud::Ces::V1beta::Toolset]
1729
+ # A result object deserialized from the server's reply
1730
+ def update_toolset request_pb, options = nil
1731
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1732
+
1733
+ verb, uri, query_string_params, body = ServiceStub.transcode_update_toolset_request request_pb
1734
+ query_string_params = if query_string_params.any?
1735
+ query_string_params.to_h { |p| p.split "=", 2 }
1736
+ else
1737
+ {}
1738
+ end
1739
+
1740
+ response = @client_stub.make_http_request(
1741
+ verb,
1742
+ uri: uri,
1743
+ body: body || "",
1744
+ params: query_string_params,
1745
+ method_name: "update_toolset",
1746
+ options: options
1747
+ )
1748
+ operation = ::Gapic::Rest::TransportOperation.new response
1749
+ result = ::Google::Cloud::Ces::V1beta::Toolset.decode_json response.body, ignore_unknown_fields: true
1750
+ catch :response do
1751
+ yield result, operation if block_given?
1752
+ result
1753
+ end
1754
+ end
1755
+
1756
+ ##
1757
+ # Baseline implementation for the delete_toolset REST call
1758
+ #
1759
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteToolsetRequest]
1760
+ # A request object representing the call parameters. Required.
1761
+ # @param options [::Gapic::CallOptions]
1762
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1763
+ #
1764
+ # @yield [result, operation] Access the result along with the TransportOperation object
1765
+ # @yieldparam result [::Google::Protobuf::Empty]
1766
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1767
+ #
1768
+ # @return [::Google::Protobuf::Empty]
1769
+ # A result object deserialized from the server's reply
1770
+ def delete_toolset request_pb, options = nil
1771
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1772
+
1773
+ verb, uri, query_string_params, body = ServiceStub.transcode_delete_toolset_request request_pb
1774
+ query_string_params = if query_string_params.any?
1775
+ query_string_params.to_h { |p| p.split "=", 2 }
1776
+ else
1777
+ {}
1778
+ end
1779
+
1780
+ response = @client_stub.make_http_request(
1781
+ verb,
1782
+ uri: uri,
1783
+ body: body || "",
1784
+ params: query_string_params,
1785
+ method_name: "delete_toolset",
1786
+ options: options
1787
+ )
1788
+ operation = ::Gapic::Rest::TransportOperation.new response
1789
+ result = ::Google::Protobuf::Empty.decode_json response.body, ignore_unknown_fields: true
1790
+ catch :response do
1791
+ yield result, operation if block_given?
1792
+ result
1793
+ end
1794
+ end
1795
+
1796
+ ##
1797
+ # Baseline implementation for the list_app_versions REST call
1798
+ #
1799
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListAppVersionsRequest]
1800
+ # A request object representing the call parameters. Required.
1801
+ # @param options [::Gapic::CallOptions]
1802
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1803
+ #
1804
+ # @yield [result, operation] Access the result along with the TransportOperation object
1805
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::ListAppVersionsResponse]
1806
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1807
+ #
1808
+ # @return [::Google::Cloud::Ces::V1beta::ListAppVersionsResponse]
1809
+ # A result object deserialized from the server's reply
1810
+ def list_app_versions request_pb, options = nil
1811
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1812
+
1813
+ verb, uri, query_string_params, body = ServiceStub.transcode_list_app_versions_request request_pb
1814
+ query_string_params = if query_string_params.any?
1815
+ query_string_params.to_h { |p| p.split "=", 2 }
1816
+ else
1817
+ {}
1818
+ end
1819
+
1820
+ response = @client_stub.make_http_request(
1821
+ verb,
1822
+ uri: uri,
1823
+ body: body || "",
1824
+ params: query_string_params,
1825
+ method_name: "list_app_versions",
1826
+ options: options
1827
+ )
1828
+ operation = ::Gapic::Rest::TransportOperation.new response
1829
+ result = ::Google::Cloud::Ces::V1beta::ListAppVersionsResponse.decode_json response.body, ignore_unknown_fields: true
1830
+ catch :response do
1831
+ yield result, operation if block_given?
1832
+ result
1833
+ end
1834
+ end
1835
+
1836
+ ##
1837
+ # Baseline implementation for the get_app_version REST call
1838
+ #
1839
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetAppVersionRequest]
1840
+ # A request object representing the call parameters. Required.
1841
+ # @param options [::Gapic::CallOptions]
1842
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1843
+ #
1844
+ # @yield [result, operation] Access the result along with the TransportOperation object
1845
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::AppVersion]
1846
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1847
+ #
1848
+ # @return [::Google::Cloud::Ces::V1beta::AppVersion]
1849
+ # A result object deserialized from the server's reply
1850
+ def get_app_version request_pb, options = nil
1851
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1852
+
1853
+ verb, uri, query_string_params, body = ServiceStub.transcode_get_app_version_request request_pb
1854
+ query_string_params = if query_string_params.any?
1855
+ query_string_params.to_h { |p| p.split "=", 2 }
1856
+ else
1857
+ {}
1858
+ end
1859
+
1860
+ response = @client_stub.make_http_request(
1861
+ verb,
1862
+ uri: uri,
1863
+ body: body || "",
1864
+ params: query_string_params,
1865
+ method_name: "get_app_version",
1866
+ options: options
1867
+ )
1868
+ operation = ::Gapic::Rest::TransportOperation.new response
1869
+ result = ::Google::Cloud::Ces::V1beta::AppVersion.decode_json response.body, ignore_unknown_fields: true
1870
+ catch :response do
1871
+ yield result, operation if block_given?
1872
+ result
1873
+ end
1874
+ end
1875
+
1876
+ ##
1877
+ # Baseline implementation for the create_app_version REST call
1878
+ #
1879
+ # @param request_pb [::Google::Cloud::Ces::V1beta::CreateAppVersionRequest]
1880
+ # A request object representing the call parameters. Required.
1881
+ # @param options [::Gapic::CallOptions]
1882
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1883
+ #
1884
+ # @yield [result, operation] Access the result along with the TransportOperation object
1885
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::AppVersion]
1886
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1887
+ #
1888
+ # @return [::Google::Cloud::Ces::V1beta::AppVersion]
1889
+ # A result object deserialized from the server's reply
1890
+ def create_app_version request_pb, options = nil
1891
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1892
+
1893
+ verb, uri, query_string_params, body = ServiceStub.transcode_create_app_version_request request_pb
1894
+ query_string_params = if query_string_params.any?
1895
+ query_string_params.to_h { |p| p.split "=", 2 }
1896
+ else
1897
+ {}
1898
+ end
1899
+
1900
+ response = @client_stub.make_http_request(
1901
+ verb,
1902
+ uri: uri,
1903
+ body: body || "",
1904
+ params: query_string_params,
1905
+ method_name: "create_app_version",
1906
+ options: options
1907
+ )
1908
+ operation = ::Gapic::Rest::TransportOperation.new response
1909
+ result = ::Google::Cloud::Ces::V1beta::AppVersion.decode_json response.body, ignore_unknown_fields: true
1910
+ catch :response do
1911
+ yield result, operation if block_given?
1912
+ result
1913
+ end
1914
+ end
1915
+
1916
+ ##
1917
+ # Baseline implementation for the delete_app_version REST call
1918
+ #
1919
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteAppVersionRequest]
1920
+ # A request object representing the call parameters. Required.
1921
+ # @param options [::Gapic::CallOptions]
1922
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1923
+ #
1924
+ # @yield [result, operation] Access the result along with the TransportOperation object
1925
+ # @yieldparam result [::Google::Protobuf::Empty]
1926
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1927
+ #
1928
+ # @return [::Google::Protobuf::Empty]
1929
+ # A result object deserialized from the server's reply
1930
+ def delete_app_version request_pb, options = nil
1931
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1932
+
1933
+ verb, uri, query_string_params, body = ServiceStub.transcode_delete_app_version_request request_pb
1934
+ query_string_params = if query_string_params.any?
1935
+ query_string_params.to_h { |p| p.split "=", 2 }
1936
+ else
1937
+ {}
1938
+ end
1939
+
1940
+ response = @client_stub.make_http_request(
1941
+ verb,
1942
+ uri: uri,
1943
+ body: body || "",
1944
+ params: query_string_params,
1945
+ method_name: "delete_app_version",
1946
+ options: options
1947
+ )
1948
+ operation = ::Gapic::Rest::TransportOperation.new response
1949
+ result = ::Google::Protobuf::Empty.decode_json response.body, ignore_unknown_fields: true
1950
+ catch :response do
1951
+ yield result, operation if block_given?
1952
+ result
1953
+ end
1954
+ end
1955
+
1956
+ ##
1957
+ # Baseline implementation for the restore_app_version REST call
1958
+ #
1959
+ # @param request_pb [::Google::Cloud::Ces::V1beta::RestoreAppVersionRequest]
1960
+ # A request object representing the call parameters. Required.
1961
+ # @param options [::Gapic::CallOptions]
1962
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1963
+ #
1964
+ # @yield [result, operation] Access the result along with the TransportOperation object
1965
+ # @yieldparam result [::Google::Longrunning::Operation]
1966
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
1967
+ #
1968
+ # @return [::Google::Longrunning::Operation]
1969
+ # A result object deserialized from the server's reply
1970
+ def restore_app_version request_pb, options = nil
1971
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
1972
+
1973
+ verb, uri, query_string_params, body = ServiceStub.transcode_restore_app_version_request request_pb
1974
+ query_string_params = if query_string_params.any?
1975
+ query_string_params.to_h { |p| p.split "=", 2 }
1976
+ else
1977
+ {}
1978
+ end
1979
+
1980
+ response = @client_stub.make_http_request(
1981
+ verb,
1982
+ uri: uri,
1983
+ body: body || "",
1984
+ params: query_string_params,
1985
+ method_name: "restore_app_version",
1986
+ options: options
1987
+ )
1988
+ operation = ::Gapic::Rest::TransportOperation.new response
1989
+ result = ::Google::Longrunning::Operation.decode_json response.body, ignore_unknown_fields: true
1990
+ catch :response do
1991
+ yield result, operation if block_given?
1992
+ result
1993
+ end
1994
+ end
1995
+
1996
+ ##
1997
+ # Baseline implementation for the generate_app_resource REST call
1998
+ #
1999
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest]
2000
+ # A request object representing the call parameters. Required.
2001
+ # @param options [::Gapic::CallOptions]
2002
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
2003
+ #
2004
+ # @yield [result, operation] Access the result along with the TransportOperation object
2005
+ # @yieldparam result [::Google::Longrunning::Operation]
2006
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
2007
+ #
2008
+ # @return [::Google::Longrunning::Operation]
2009
+ # A result object deserialized from the server's reply
2010
+ def generate_app_resource request_pb, options = nil
2011
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
2012
+
2013
+ verb, uri, query_string_params, body = ServiceStub.transcode_generate_app_resource_request request_pb
2014
+ query_string_params = if query_string_params.any?
2015
+ query_string_params.to_h { |p| p.split "=", 2 }
2016
+ else
2017
+ {}
2018
+ end
2019
+
2020
+ response = @client_stub.make_http_request(
2021
+ verb,
2022
+ uri: uri,
2023
+ body: body || "",
2024
+ params: query_string_params,
2025
+ method_name: "generate_app_resource",
2026
+ options: options
2027
+ )
2028
+ operation = ::Gapic::Rest::TransportOperation.new response
2029
+ result = ::Google::Longrunning::Operation.decode_json response.body, ignore_unknown_fields: true
2030
+ catch :response do
2031
+ yield result, operation if block_given?
2032
+ result
2033
+ end
2034
+ end
2035
+
2036
+ ##
2037
+ # Baseline implementation for the list_changelogs REST call
2038
+ #
2039
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListChangelogsRequest]
2040
+ # A request object representing the call parameters. Required.
2041
+ # @param options [::Gapic::CallOptions]
2042
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
2043
+ #
2044
+ # @yield [result, operation] Access the result along with the TransportOperation object
2045
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::ListChangelogsResponse]
2046
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
2047
+ #
2048
+ # @return [::Google::Cloud::Ces::V1beta::ListChangelogsResponse]
2049
+ # A result object deserialized from the server's reply
2050
+ def list_changelogs request_pb, options = nil
2051
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
2052
+
2053
+ verb, uri, query_string_params, body = ServiceStub.transcode_list_changelogs_request request_pb
2054
+ query_string_params = if query_string_params.any?
2055
+ query_string_params.to_h { |p| p.split "=", 2 }
2056
+ else
2057
+ {}
2058
+ end
2059
+
2060
+ response = @client_stub.make_http_request(
2061
+ verb,
2062
+ uri: uri,
2063
+ body: body || "",
2064
+ params: query_string_params,
2065
+ method_name: "list_changelogs",
2066
+ options: options
2067
+ )
2068
+ operation = ::Gapic::Rest::TransportOperation.new response
2069
+ result = ::Google::Cloud::Ces::V1beta::ListChangelogsResponse.decode_json response.body, ignore_unknown_fields: true
2070
+ catch :response do
2071
+ yield result, operation if block_given?
2072
+ result
2073
+ end
2074
+ end
2075
+
2076
+ ##
2077
+ # Baseline implementation for the get_changelog REST call
2078
+ #
2079
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetChangelogRequest]
2080
+ # A request object representing the call parameters. Required.
2081
+ # @param options [::Gapic::CallOptions]
2082
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
2083
+ #
2084
+ # @yield [result, operation] Access the result along with the TransportOperation object
2085
+ # @yieldparam result [::Google::Cloud::Ces::V1beta::Changelog]
2086
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
2087
+ #
2088
+ # @return [::Google::Cloud::Ces::V1beta::Changelog]
2089
+ # A result object deserialized from the server's reply
2090
+ def get_changelog request_pb, options = nil
2091
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
2092
+
2093
+ verb, uri, query_string_params, body = ServiceStub.transcode_get_changelog_request request_pb
2094
+ query_string_params = if query_string_params.any?
2095
+ query_string_params.to_h { |p| p.split "=", 2 }
2096
+ else
2097
+ {}
2098
+ end
2099
+
2100
+ response = @client_stub.make_http_request(
2101
+ verb,
2102
+ uri: uri,
2103
+ body: body || "",
2104
+ params: query_string_params,
2105
+ method_name: "get_changelog",
2106
+ options: options
2107
+ )
2108
+ operation = ::Gapic::Rest::TransportOperation.new response
2109
+ result = ::Google::Cloud::Ces::V1beta::Changelog.decode_json response.body, ignore_unknown_fields: true
2110
+ catch :response do
2111
+ yield result, operation if block_given?
2112
+ result
2113
+ end
2114
+ end
2115
+
2116
+ ##
2117
+ # @private
2118
+ #
2119
+ # GRPC transcoding helper method for the list_apps REST call
2120
+ #
2121
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListAppsRequest]
2122
+ # A request object representing the call parameters. Required.
2123
+ # @return [Array(String, [String, nil], Hash{String => String})]
2124
+ # Uri, Body, Query string parameters
2125
+ def self.transcode_list_apps_request request_pb
2126
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2127
+ .with_bindings(
2128
+ uri_method: :get,
2129
+ uri_template: "/v1beta/{parent}/apps",
2130
+ matches: [
2131
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/?$}, false]
2132
+ ]
2133
+ )
2134
+ transcoder.transcode request_pb
2135
+ end
2136
+
2137
+ ##
2138
+ # @private
2139
+ #
2140
+ # GRPC transcoding helper method for the get_app REST call
2141
+ #
2142
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetAppRequest]
2143
+ # A request object representing the call parameters. Required.
2144
+ # @return [Array(String, [String, nil], Hash{String => String})]
2145
+ # Uri, Body, Query string parameters
2146
+ def self.transcode_get_app_request request_pb
2147
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2148
+ .with_bindings(
2149
+ uri_method: :get,
2150
+ uri_template: "/v1beta/{name}",
2151
+ matches: [
2152
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2153
+ ]
2154
+ )
2155
+ transcoder.transcode request_pb
2156
+ end
2157
+
2158
+ ##
2159
+ # @private
2160
+ #
2161
+ # GRPC transcoding helper method for the create_app REST call
2162
+ #
2163
+ # @param request_pb [::Google::Cloud::Ces::V1beta::CreateAppRequest]
2164
+ # A request object representing the call parameters. Required.
2165
+ # @return [Array(String, [String, nil], Hash{String => String})]
2166
+ # Uri, Body, Query string parameters
2167
+ def self.transcode_create_app_request request_pb
2168
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2169
+ .with_bindings(
2170
+ uri_method: :post,
2171
+ uri_template: "/v1beta/{parent}/apps",
2172
+ body: "app",
2173
+ matches: [
2174
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/?$}, false]
2175
+ ]
2176
+ )
2177
+ transcoder.transcode request_pb
2178
+ end
2179
+
2180
+ ##
2181
+ # @private
2182
+ #
2183
+ # GRPC transcoding helper method for the update_app REST call
2184
+ #
2185
+ # @param request_pb [::Google::Cloud::Ces::V1beta::UpdateAppRequest]
2186
+ # A request object representing the call parameters. Required.
2187
+ # @return [Array(String, [String, nil], Hash{String => String})]
2188
+ # Uri, Body, Query string parameters
2189
+ def self.transcode_update_app_request request_pb
2190
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2191
+ .with_bindings(
2192
+ uri_method: :patch,
2193
+ uri_template: "/v1beta/{app.name}",
2194
+ body: "app",
2195
+ matches: [
2196
+ ["app.name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2197
+ ]
2198
+ )
2199
+ transcoder.transcode request_pb
2200
+ end
2201
+
2202
+ ##
2203
+ # @private
2204
+ #
2205
+ # GRPC transcoding helper method for the delete_app REST call
2206
+ #
2207
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteAppRequest]
2208
+ # A request object representing the call parameters. Required.
2209
+ # @return [Array(String, [String, nil], Hash{String => String})]
2210
+ # Uri, Body, Query string parameters
2211
+ def self.transcode_delete_app_request request_pb
2212
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2213
+ .with_bindings(
2214
+ uri_method: :delete,
2215
+ uri_template: "/v1beta/{name}",
2216
+ matches: [
2217
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2218
+ ]
2219
+ )
2220
+ transcoder.transcode request_pb
2221
+ end
2222
+
2223
+ ##
2224
+ # @private
2225
+ #
2226
+ # GRPC transcoding helper method for the export_app REST call
2227
+ #
2228
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ExportAppRequest]
2229
+ # A request object representing the call parameters. Required.
2230
+ # @return [Array(String, [String, nil], Hash{String => String})]
2231
+ # Uri, Body, Query string parameters
2232
+ def self.transcode_export_app_request request_pb
2233
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2234
+ .with_bindings(
2235
+ uri_method: :post,
2236
+ uri_template: "/v1beta/{name}:exportApp",
2237
+ body: "*",
2238
+ matches: [
2239
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2240
+ ]
2241
+ )
2242
+ transcoder.transcode request_pb
2243
+ end
2244
+
2245
+ ##
2246
+ # @private
2247
+ #
2248
+ # GRPC transcoding helper method for the import_app REST call
2249
+ #
2250
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ImportAppRequest]
2251
+ # A request object representing the call parameters. Required.
2252
+ # @return [Array(String, [String, nil], Hash{String => String})]
2253
+ # Uri, Body, Query string parameters
2254
+ def self.transcode_import_app_request request_pb
2255
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2256
+ .with_bindings(
2257
+ uri_method: :post,
2258
+ uri_template: "/v1beta/{parent}/apps:importApp",
2259
+ body: "*",
2260
+ matches: [
2261
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/?$}, false]
2262
+ ]
2263
+ )
2264
+ transcoder.transcode request_pb
2265
+ end
2266
+
2267
+ ##
2268
+ # @private
2269
+ #
2270
+ # GRPC transcoding helper method for the get_security_settings REST call
2271
+ #
2272
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetSecuritySettingsRequest]
2273
+ # A request object representing the call parameters. Required.
2274
+ # @return [Array(String, [String, nil], Hash{String => String})]
2275
+ # Uri, Body, Query string parameters
2276
+ def self.transcode_get_security_settings_request request_pb
2277
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2278
+ .with_bindings(
2279
+ uri_method: :get,
2280
+ uri_template: "/v1beta/{name}",
2281
+ matches: [
2282
+ ["name", %r{^projects/[^/]+/locations/[^/]+/securitySettings/?$}, false]
2283
+ ]
2284
+ )
2285
+ transcoder.transcode request_pb
2286
+ end
2287
+
2288
+ ##
2289
+ # @private
2290
+ #
2291
+ # GRPC transcoding helper method for the update_security_settings REST call
2292
+ #
2293
+ # @param request_pb [::Google::Cloud::Ces::V1beta::UpdateSecuritySettingsRequest]
2294
+ # A request object representing the call parameters. Required.
2295
+ # @return [Array(String, [String, nil], Hash{String => String})]
2296
+ # Uri, Body, Query string parameters
2297
+ def self.transcode_update_security_settings_request request_pb
2298
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2299
+ .with_bindings(
2300
+ uri_method: :patch,
2301
+ uri_template: "/v1beta/{security_settings.name}",
2302
+ body: "security_settings",
2303
+ matches: [
2304
+ ["security_settings.name", %r{^projects/[^/]+/locations/[^/]+/securitySettings/?$}, false]
2305
+ ]
2306
+ )
2307
+ transcoder.transcode request_pb
2308
+ end
2309
+
2310
+ ##
2311
+ # @private
2312
+ #
2313
+ # GRPC transcoding helper method for the list_agents REST call
2314
+ #
2315
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListAgentsRequest]
2316
+ # A request object representing the call parameters. Required.
2317
+ # @return [Array(String, [String, nil], Hash{String => String})]
2318
+ # Uri, Body, Query string parameters
2319
+ def self.transcode_list_agents_request request_pb
2320
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2321
+ .with_bindings(
2322
+ uri_method: :get,
2323
+ uri_template: "/v1beta/{parent}/agents",
2324
+ matches: [
2325
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2326
+ ]
2327
+ )
2328
+ transcoder.transcode request_pb
2329
+ end
2330
+
2331
+ ##
2332
+ # @private
2333
+ #
2334
+ # GRPC transcoding helper method for the get_agent REST call
2335
+ #
2336
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetAgentRequest]
2337
+ # A request object representing the call parameters. Required.
2338
+ # @return [Array(String, [String, nil], Hash{String => String})]
2339
+ # Uri, Body, Query string parameters
2340
+ def self.transcode_get_agent_request request_pb
2341
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2342
+ .with_bindings(
2343
+ uri_method: :get,
2344
+ uri_template: "/v1beta/{name}",
2345
+ matches: [
2346
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/agents/[^/]+/?$}, false]
2347
+ ]
2348
+ )
2349
+ transcoder.transcode request_pb
2350
+ end
2351
+
2352
+ ##
2353
+ # @private
2354
+ #
2355
+ # GRPC transcoding helper method for the create_agent REST call
2356
+ #
2357
+ # @param request_pb [::Google::Cloud::Ces::V1beta::CreateAgentRequest]
2358
+ # A request object representing the call parameters. Required.
2359
+ # @return [Array(String, [String, nil], Hash{String => String})]
2360
+ # Uri, Body, Query string parameters
2361
+ def self.transcode_create_agent_request request_pb
2362
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2363
+ .with_bindings(
2364
+ uri_method: :post,
2365
+ uri_template: "/v1beta/{parent}/agents",
2366
+ body: "agent",
2367
+ matches: [
2368
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2369
+ ]
2370
+ )
2371
+ transcoder.transcode request_pb
2372
+ end
2373
+
2374
+ ##
2375
+ # @private
2376
+ #
2377
+ # GRPC transcoding helper method for the update_agent REST call
2378
+ #
2379
+ # @param request_pb [::Google::Cloud::Ces::V1beta::UpdateAgentRequest]
2380
+ # A request object representing the call parameters. Required.
2381
+ # @return [Array(String, [String, nil], Hash{String => String})]
2382
+ # Uri, Body, Query string parameters
2383
+ def self.transcode_update_agent_request request_pb
2384
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2385
+ .with_bindings(
2386
+ uri_method: :patch,
2387
+ uri_template: "/v1beta/{agent.name}",
2388
+ body: "agent",
2389
+ matches: [
2390
+ ["agent.name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/agents/[^/]+/?$}, false]
2391
+ ]
2392
+ )
2393
+ transcoder.transcode request_pb
2394
+ end
2395
+
2396
+ ##
2397
+ # @private
2398
+ #
2399
+ # GRPC transcoding helper method for the delete_agent REST call
2400
+ #
2401
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteAgentRequest]
2402
+ # A request object representing the call parameters. Required.
2403
+ # @return [Array(String, [String, nil], Hash{String => String})]
2404
+ # Uri, Body, Query string parameters
2405
+ def self.transcode_delete_agent_request request_pb
2406
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2407
+ .with_bindings(
2408
+ uri_method: :delete,
2409
+ uri_template: "/v1beta/{name}",
2410
+ matches: [
2411
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/agents/[^/]+/?$}, false]
2412
+ ]
2413
+ )
2414
+ transcoder.transcode request_pb
2415
+ end
2416
+
2417
+ ##
2418
+ # @private
2419
+ #
2420
+ # GRPC transcoding helper method for the list_examples REST call
2421
+ #
2422
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListExamplesRequest]
2423
+ # A request object representing the call parameters. Required.
2424
+ # @return [Array(String, [String, nil], Hash{String => String})]
2425
+ # Uri, Body, Query string parameters
2426
+ def self.transcode_list_examples_request request_pb
2427
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2428
+ .with_bindings(
2429
+ uri_method: :get,
2430
+ uri_template: "/v1beta/{parent}/examples",
2431
+ matches: [
2432
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2433
+ ]
2434
+ )
2435
+ transcoder.transcode request_pb
2436
+ end
2437
+
2438
+ ##
2439
+ # @private
2440
+ #
2441
+ # GRPC transcoding helper method for the get_example REST call
2442
+ #
2443
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetExampleRequest]
2444
+ # A request object representing the call parameters. Required.
2445
+ # @return [Array(String, [String, nil], Hash{String => String})]
2446
+ # Uri, Body, Query string parameters
2447
+ def self.transcode_get_example_request request_pb
2448
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2449
+ .with_bindings(
2450
+ uri_method: :get,
2451
+ uri_template: "/v1beta/{name}",
2452
+ matches: [
2453
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/examples/[^/]+/?$}, false]
2454
+ ]
2455
+ )
2456
+ transcoder.transcode request_pb
2457
+ end
2458
+
2459
+ ##
2460
+ # @private
2461
+ #
2462
+ # GRPC transcoding helper method for the create_example REST call
2463
+ #
2464
+ # @param request_pb [::Google::Cloud::Ces::V1beta::CreateExampleRequest]
2465
+ # A request object representing the call parameters. Required.
2466
+ # @return [Array(String, [String, nil], Hash{String => String})]
2467
+ # Uri, Body, Query string parameters
2468
+ def self.transcode_create_example_request request_pb
2469
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2470
+ .with_bindings(
2471
+ uri_method: :post,
2472
+ uri_template: "/v1beta/{parent}/examples",
2473
+ body: "example",
2474
+ matches: [
2475
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2476
+ ]
2477
+ )
2478
+ transcoder.transcode request_pb
2479
+ end
2480
+
2481
+ ##
2482
+ # @private
2483
+ #
2484
+ # GRPC transcoding helper method for the update_example REST call
2485
+ #
2486
+ # @param request_pb [::Google::Cloud::Ces::V1beta::UpdateExampleRequest]
2487
+ # A request object representing the call parameters. Required.
2488
+ # @return [Array(String, [String, nil], Hash{String => String})]
2489
+ # Uri, Body, Query string parameters
2490
+ def self.transcode_update_example_request request_pb
2491
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2492
+ .with_bindings(
2493
+ uri_method: :patch,
2494
+ uri_template: "/v1beta/{example.name}",
2495
+ body: "example",
2496
+ matches: [
2497
+ ["example.name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/examples/[^/]+/?$}, false]
2498
+ ]
2499
+ )
2500
+ transcoder.transcode request_pb
2501
+ end
2502
+
2503
+ ##
2504
+ # @private
2505
+ #
2506
+ # GRPC transcoding helper method for the delete_example REST call
2507
+ #
2508
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteExampleRequest]
2509
+ # A request object representing the call parameters. Required.
2510
+ # @return [Array(String, [String, nil], Hash{String => String})]
2511
+ # Uri, Body, Query string parameters
2512
+ def self.transcode_delete_example_request request_pb
2513
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2514
+ .with_bindings(
2515
+ uri_method: :delete,
2516
+ uri_template: "/v1beta/{name}",
2517
+ matches: [
2518
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/examples/[^/]+/?$}, false]
2519
+ ]
2520
+ )
2521
+ transcoder.transcode request_pb
2522
+ end
2523
+
2524
+ ##
2525
+ # @private
2526
+ #
2527
+ # GRPC transcoding helper method for the list_tools REST call
2528
+ #
2529
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListToolsRequest]
2530
+ # A request object representing the call parameters. Required.
2531
+ # @return [Array(String, [String, nil], Hash{String => String})]
2532
+ # Uri, Body, Query string parameters
2533
+ def self.transcode_list_tools_request request_pb
2534
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2535
+ .with_bindings(
2536
+ uri_method: :get,
2537
+ uri_template: "/v1beta/{parent}/tools",
2538
+ matches: [
2539
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2540
+ ]
2541
+ )
2542
+ transcoder.transcode request_pb
2543
+ end
2544
+
2545
+ ##
2546
+ # @private
2547
+ #
2548
+ # GRPC transcoding helper method for the get_tool REST call
2549
+ #
2550
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetToolRequest]
2551
+ # A request object representing the call parameters. Required.
2552
+ # @return [Array(String, [String, nil], Hash{String => String})]
2553
+ # Uri, Body, Query string parameters
2554
+ def self.transcode_get_tool_request request_pb
2555
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2556
+ .with_bindings(
2557
+ uri_method: :get,
2558
+ uri_template: "/v1beta/{name}",
2559
+ matches: [
2560
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/tools/[^/]+/?$}, false]
2561
+ ]
2562
+ )
2563
+ transcoder.transcode request_pb
2564
+ end
2565
+
2566
+ ##
2567
+ # @private
2568
+ #
2569
+ # GRPC transcoding helper method for the list_conversations REST call
2570
+ #
2571
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListConversationsRequest]
2572
+ # A request object representing the call parameters. Required.
2573
+ # @return [Array(String, [String, nil], Hash{String => String})]
2574
+ # Uri, Body, Query string parameters
2575
+ def self.transcode_list_conversations_request request_pb
2576
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2577
+ .with_bindings(
2578
+ uri_method: :get,
2579
+ uri_template: "/v1beta/{parent}/conversations",
2580
+ matches: [
2581
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2582
+ ]
2583
+ )
2584
+ transcoder.transcode request_pb
2585
+ end
2586
+
2587
+ ##
2588
+ # @private
2589
+ #
2590
+ # GRPC transcoding helper method for the get_conversation REST call
2591
+ #
2592
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetConversationRequest]
2593
+ # A request object representing the call parameters. Required.
2594
+ # @return [Array(String, [String, nil], Hash{String => String})]
2595
+ # Uri, Body, Query string parameters
2596
+ def self.transcode_get_conversation_request request_pb
2597
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2598
+ .with_bindings(
2599
+ uri_method: :get,
2600
+ uri_template: "/v1beta/{name}",
2601
+ matches: [
2602
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/conversations/[^/]+/?$}, false]
2603
+ ]
2604
+ )
2605
+ transcoder.transcode request_pb
2606
+ end
2607
+
2608
+ ##
2609
+ # @private
2610
+ #
2611
+ # GRPC transcoding helper method for the delete_conversation REST call
2612
+ #
2613
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteConversationRequest]
2614
+ # A request object representing the call parameters. Required.
2615
+ # @return [Array(String, [String, nil], Hash{String => String})]
2616
+ # Uri, Body, Query string parameters
2617
+ def self.transcode_delete_conversation_request request_pb
2618
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2619
+ .with_bindings(
2620
+ uri_method: :delete,
2621
+ uri_template: "/v1beta/{name}",
2622
+ matches: [
2623
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/conversations/[^/]+/?$}, false]
2624
+ ]
2625
+ )
2626
+ transcoder.transcode request_pb
2627
+ end
2628
+
2629
+ ##
2630
+ # @private
2631
+ #
2632
+ # GRPC transcoding helper method for the batch_delete_conversations REST call
2633
+ #
2634
+ # @param request_pb [::Google::Cloud::Ces::V1beta::BatchDeleteConversationsRequest]
2635
+ # A request object representing the call parameters. Required.
2636
+ # @return [Array(String, [String, nil], Hash{String => String})]
2637
+ # Uri, Body, Query string parameters
2638
+ def self.transcode_batch_delete_conversations_request request_pb
2639
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2640
+ .with_bindings(
2641
+ uri_method: :post,
2642
+ uri_template: "/v1beta/{parent}/conversations:batchDelete",
2643
+ body: "*",
2644
+ matches: [
2645
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2646
+ ]
2647
+ )
2648
+ transcoder.transcode request_pb
2649
+ end
2650
+
2651
+ ##
2652
+ # @private
2653
+ #
2654
+ # GRPC transcoding helper method for the create_tool REST call
2655
+ #
2656
+ # @param request_pb [::Google::Cloud::Ces::V1beta::CreateToolRequest]
2657
+ # A request object representing the call parameters. Required.
2658
+ # @return [Array(String, [String, nil], Hash{String => String})]
2659
+ # Uri, Body, Query string parameters
2660
+ def self.transcode_create_tool_request request_pb
2661
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2662
+ .with_bindings(
2663
+ uri_method: :post,
2664
+ uri_template: "/v1beta/{parent}/tools",
2665
+ body: "tool",
2666
+ matches: [
2667
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2668
+ ]
2669
+ )
2670
+ transcoder.transcode request_pb
2671
+ end
2672
+
2673
+ ##
2674
+ # @private
2675
+ #
2676
+ # GRPC transcoding helper method for the update_tool REST call
2677
+ #
2678
+ # @param request_pb [::Google::Cloud::Ces::V1beta::UpdateToolRequest]
2679
+ # A request object representing the call parameters. Required.
2680
+ # @return [Array(String, [String, nil], Hash{String => String})]
2681
+ # Uri, Body, Query string parameters
2682
+ def self.transcode_update_tool_request request_pb
2683
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2684
+ .with_bindings(
2685
+ uri_method: :patch,
2686
+ uri_template: "/v1beta/{tool.name}",
2687
+ body: "tool",
2688
+ matches: [
2689
+ ["tool.name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/tools/[^/]+/?$}, false]
2690
+ ]
2691
+ )
2692
+ transcoder.transcode request_pb
2693
+ end
2694
+
2695
+ ##
2696
+ # @private
2697
+ #
2698
+ # GRPC transcoding helper method for the delete_tool REST call
2699
+ #
2700
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteToolRequest]
2701
+ # A request object representing the call parameters. Required.
2702
+ # @return [Array(String, [String, nil], Hash{String => String})]
2703
+ # Uri, Body, Query string parameters
2704
+ def self.transcode_delete_tool_request request_pb
2705
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2706
+ .with_bindings(
2707
+ uri_method: :delete,
2708
+ uri_template: "/v1beta/{name}",
2709
+ matches: [
2710
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/tools/[^/]+/?$}, false]
2711
+ ]
2712
+ )
2713
+ transcoder.transcode request_pb
2714
+ end
2715
+
2716
+ ##
2717
+ # @private
2718
+ #
2719
+ # GRPC transcoding helper method for the list_guardrails REST call
2720
+ #
2721
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListGuardrailsRequest]
2722
+ # A request object representing the call parameters. Required.
2723
+ # @return [Array(String, [String, nil], Hash{String => String})]
2724
+ # Uri, Body, Query string parameters
2725
+ def self.transcode_list_guardrails_request request_pb
2726
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2727
+ .with_bindings(
2728
+ uri_method: :get,
2729
+ uri_template: "/v1beta/{parent}/guardrails",
2730
+ matches: [
2731
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2732
+ ]
2733
+ )
2734
+ transcoder.transcode request_pb
2735
+ end
2736
+
2737
+ ##
2738
+ # @private
2739
+ #
2740
+ # GRPC transcoding helper method for the get_guardrail REST call
2741
+ #
2742
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetGuardrailRequest]
2743
+ # A request object representing the call parameters. Required.
2744
+ # @return [Array(String, [String, nil], Hash{String => String})]
2745
+ # Uri, Body, Query string parameters
2746
+ def self.transcode_get_guardrail_request request_pb
2747
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2748
+ .with_bindings(
2749
+ uri_method: :get,
2750
+ uri_template: "/v1beta/{name}",
2751
+ matches: [
2752
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/guardrails/[^/]+/?$}, false]
2753
+ ]
2754
+ )
2755
+ transcoder.transcode request_pb
2756
+ end
2757
+
2758
+ ##
2759
+ # @private
2760
+ #
2761
+ # GRPC transcoding helper method for the create_guardrail REST call
2762
+ #
2763
+ # @param request_pb [::Google::Cloud::Ces::V1beta::CreateGuardrailRequest]
2764
+ # A request object representing the call parameters. Required.
2765
+ # @return [Array(String, [String, nil], Hash{String => String})]
2766
+ # Uri, Body, Query string parameters
2767
+ def self.transcode_create_guardrail_request request_pb
2768
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2769
+ .with_bindings(
2770
+ uri_method: :post,
2771
+ uri_template: "/v1beta/{parent}/guardrails",
2772
+ body: "guardrail",
2773
+ matches: [
2774
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2775
+ ]
2776
+ )
2777
+ transcoder.transcode request_pb
2778
+ end
2779
+
2780
+ ##
2781
+ # @private
2782
+ #
2783
+ # GRPC transcoding helper method for the update_guardrail REST call
2784
+ #
2785
+ # @param request_pb [::Google::Cloud::Ces::V1beta::UpdateGuardrailRequest]
2786
+ # A request object representing the call parameters. Required.
2787
+ # @return [Array(String, [String, nil], Hash{String => String})]
2788
+ # Uri, Body, Query string parameters
2789
+ def self.transcode_update_guardrail_request request_pb
2790
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2791
+ .with_bindings(
2792
+ uri_method: :patch,
2793
+ uri_template: "/v1beta/{guardrail.name}",
2794
+ body: "guardrail",
2795
+ matches: [
2796
+ ["guardrail.name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/guardrails/[^/]+/?$}, false]
2797
+ ]
2798
+ )
2799
+ transcoder.transcode request_pb
2800
+ end
2801
+
2802
+ ##
2803
+ # @private
2804
+ #
2805
+ # GRPC transcoding helper method for the delete_guardrail REST call
2806
+ #
2807
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteGuardrailRequest]
2808
+ # A request object representing the call parameters. Required.
2809
+ # @return [Array(String, [String, nil], Hash{String => String})]
2810
+ # Uri, Body, Query string parameters
2811
+ def self.transcode_delete_guardrail_request request_pb
2812
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2813
+ .with_bindings(
2814
+ uri_method: :delete,
2815
+ uri_template: "/v1beta/{name}",
2816
+ matches: [
2817
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/guardrails/[^/]+/?$}, false]
2818
+ ]
2819
+ )
2820
+ transcoder.transcode request_pb
2821
+ end
2822
+
2823
+ ##
2824
+ # @private
2825
+ #
2826
+ # GRPC transcoding helper method for the list_deployments REST call
2827
+ #
2828
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListDeploymentsRequest]
2829
+ # A request object representing the call parameters. Required.
2830
+ # @return [Array(String, [String, nil], Hash{String => String})]
2831
+ # Uri, Body, Query string parameters
2832
+ def self.transcode_list_deployments_request request_pb
2833
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2834
+ .with_bindings(
2835
+ uri_method: :get,
2836
+ uri_template: "/v1beta/{parent}/deployments",
2837
+ matches: [
2838
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2839
+ ]
2840
+ )
2841
+ transcoder.transcode request_pb
2842
+ end
2843
+
2844
+ ##
2845
+ # @private
2846
+ #
2847
+ # GRPC transcoding helper method for the get_deployment REST call
2848
+ #
2849
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetDeploymentRequest]
2850
+ # A request object representing the call parameters. Required.
2851
+ # @return [Array(String, [String, nil], Hash{String => String})]
2852
+ # Uri, Body, Query string parameters
2853
+ def self.transcode_get_deployment_request request_pb
2854
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2855
+ .with_bindings(
2856
+ uri_method: :get,
2857
+ uri_template: "/v1beta/{name}",
2858
+ matches: [
2859
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/deployments/[^/]+/?$}, false]
2860
+ ]
2861
+ )
2862
+ transcoder.transcode request_pb
2863
+ end
2864
+
2865
+ ##
2866
+ # @private
2867
+ #
2868
+ # GRPC transcoding helper method for the create_deployment REST call
2869
+ #
2870
+ # @param request_pb [::Google::Cloud::Ces::V1beta::CreateDeploymentRequest]
2871
+ # A request object representing the call parameters. Required.
2872
+ # @return [Array(String, [String, nil], Hash{String => String})]
2873
+ # Uri, Body, Query string parameters
2874
+ def self.transcode_create_deployment_request request_pb
2875
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2876
+ .with_bindings(
2877
+ uri_method: :post,
2878
+ uri_template: "/v1beta/{parent}/deployments",
2879
+ body: "deployment",
2880
+ matches: [
2881
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2882
+ ]
2883
+ )
2884
+ transcoder.transcode request_pb
2885
+ end
2886
+
2887
+ ##
2888
+ # @private
2889
+ #
2890
+ # GRPC transcoding helper method for the update_deployment REST call
2891
+ #
2892
+ # @param request_pb [::Google::Cloud::Ces::V1beta::UpdateDeploymentRequest]
2893
+ # A request object representing the call parameters. Required.
2894
+ # @return [Array(String, [String, nil], Hash{String => String})]
2895
+ # Uri, Body, Query string parameters
2896
+ def self.transcode_update_deployment_request request_pb
2897
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2898
+ .with_bindings(
2899
+ uri_method: :patch,
2900
+ uri_template: "/v1beta/{deployment.name}",
2901
+ body: "deployment",
2902
+ matches: [
2903
+ ["deployment.name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/deployments/[^/]+/?$}, false]
2904
+ ]
2905
+ )
2906
+ transcoder.transcode request_pb
2907
+ end
2908
+
2909
+ ##
2910
+ # @private
2911
+ #
2912
+ # GRPC transcoding helper method for the delete_deployment REST call
2913
+ #
2914
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteDeploymentRequest]
2915
+ # A request object representing the call parameters. Required.
2916
+ # @return [Array(String, [String, nil], Hash{String => String})]
2917
+ # Uri, Body, Query string parameters
2918
+ def self.transcode_delete_deployment_request request_pb
2919
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2920
+ .with_bindings(
2921
+ uri_method: :delete,
2922
+ uri_template: "/v1beta/{name}",
2923
+ matches: [
2924
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/deployments/[^/]+/?$}, false]
2925
+ ]
2926
+ )
2927
+ transcoder.transcode request_pb
2928
+ end
2929
+
2930
+ ##
2931
+ # @private
2932
+ #
2933
+ # GRPC transcoding helper method for the list_toolsets REST call
2934
+ #
2935
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListToolsetsRequest]
2936
+ # A request object representing the call parameters. Required.
2937
+ # @return [Array(String, [String, nil], Hash{String => String})]
2938
+ # Uri, Body, Query string parameters
2939
+ def self.transcode_list_toolsets_request request_pb
2940
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2941
+ .with_bindings(
2942
+ uri_method: :get,
2943
+ uri_template: "/v1beta/{parent}/toolsets",
2944
+ matches: [
2945
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2946
+ ]
2947
+ )
2948
+ transcoder.transcode request_pb
2949
+ end
2950
+
2951
+ ##
2952
+ # @private
2953
+ #
2954
+ # GRPC transcoding helper method for the get_toolset REST call
2955
+ #
2956
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetToolsetRequest]
2957
+ # A request object representing the call parameters. Required.
2958
+ # @return [Array(String, [String, nil], Hash{String => String})]
2959
+ # Uri, Body, Query string parameters
2960
+ def self.transcode_get_toolset_request request_pb
2961
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2962
+ .with_bindings(
2963
+ uri_method: :get,
2964
+ uri_template: "/v1beta/{name}",
2965
+ matches: [
2966
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/toolsets/[^/]+/?$}, false]
2967
+ ]
2968
+ )
2969
+ transcoder.transcode request_pb
2970
+ end
2971
+
2972
+ ##
2973
+ # @private
2974
+ #
2975
+ # GRPC transcoding helper method for the create_toolset REST call
2976
+ #
2977
+ # @param request_pb [::Google::Cloud::Ces::V1beta::CreateToolsetRequest]
2978
+ # A request object representing the call parameters. Required.
2979
+ # @return [Array(String, [String, nil], Hash{String => String})]
2980
+ # Uri, Body, Query string parameters
2981
+ def self.transcode_create_toolset_request request_pb
2982
+ transcoder = Gapic::Rest::GrpcTranscoder.new
2983
+ .with_bindings(
2984
+ uri_method: :post,
2985
+ uri_template: "/v1beta/{parent}/toolsets",
2986
+ body: "toolset",
2987
+ matches: [
2988
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
2989
+ ]
2990
+ )
2991
+ transcoder.transcode request_pb
2992
+ end
2993
+
2994
+ ##
2995
+ # @private
2996
+ #
2997
+ # GRPC transcoding helper method for the update_toolset REST call
2998
+ #
2999
+ # @param request_pb [::Google::Cloud::Ces::V1beta::UpdateToolsetRequest]
3000
+ # A request object representing the call parameters. Required.
3001
+ # @return [Array(String, [String, nil], Hash{String => String})]
3002
+ # Uri, Body, Query string parameters
3003
+ def self.transcode_update_toolset_request request_pb
3004
+ transcoder = Gapic::Rest::GrpcTranscoder.new
3005
+ .with_bindings(
3006
+ uri_method: :patch,
3007
+ uri_template: "/v1beta/{toolset.name}",
3008
+ body: "toolset",
3009
+ matches: [
3010
+ ["toolset.name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/toolsets/[^/]+/?$}, false]
3011
+ ]
3012
+ )
3013
+ transcoder.transcode request_pb
3014
+ end
3015
+
3016
+ ##
3017
+ # @private
3018
+ #
3019
+ # GRPC transcoding helper method for the delete_toolset REST call
3020
+ #
3021
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteToolsetRequest]
3022
+ # A request object representing the call parameters. Required.
3023
+ # @return [Array(String, [String, nil], Hash{String => String})]
3024
+ # Uri, Body, Query string parameters
3025
+ def self.transcode_delete_toolset_request request_pb
3026
+ transcoder = Gapic::Rest::GrpcTranscoder.new
3027
+ .with_bindings(
3028
+ uri_method: :delete,
3029
+ uri_template: "/v1beta/{name}",
3030
+ matches: [
3031
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/toolsets/[^/]+/?$}, false]
3032
+ ]
3033
+ )
3034
+ transcoder.transcode request_pb
3035
+ end
3036
+
3037
+ ##
3038
+ # @private
3039
+ #
3040
+ # GRPC transcoding helper method for the list_app_versions REST call
3041
+ #
3042
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListAppVersionsRequest]
3043
+ # A request object representing the call parameters. Required.
3044
+ # @return [Array(String, [String, nil], Hash{String => String})]
3045
+ # Uri, Body, Query string parameters
3046
+ def self.transcode_list_app_versions_request request_pb
3047
+ transcoder = Gapic::Rest::GrpcTranscoder.new
3048
+ .with_bindings(
3049
+ uri_method: :get,
3050
+ uri_template: "/v1beta/{parent}/versions",
3051
+ matches: [
3052
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
3053
+ ]
3054
+ )
3055
+ transcoder.transcode request_pb
3056
+ end
3057
+
3058
+ ##
3059
+ # @private
3060
+ #
3061
+ # GRPC transcoding helper method for the get_app_version REST call
3062
+ #
3063
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetAppVersionRequest]
3064
+ # A request object representing the call parameters. Required.
3065
+ # @return [Array(String, [String, nil], Hash{String => String})]
3066
+ # Uri, Body, Query string parameters
3067
+ def self.transcode_get_app_version_request request_pb
3068
+ transcoder = Gapic::Rest::GrpcTranscoder.new
3069
+ .with_bindings(
3070
+ uri_method: :get,
3071
+ uri_template: "/v1beta/{name}",
3072
+ matches: [
3073
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/versions/[^/]+/?$}, false]
3074
+ ]
3075
+ )
3076
+ transcoder.transcode request_pb
3077
+ end
3078
+
3079
+ ##
3080
+ # @private
3081
+ #
3082
+ # GRPC transcoding helper method for the create_app_version REST call
3083
+ #
3084
+ # @param request_pb [::Google::Cloud::Ces::V1beta::CreateAppVersionRequest]
3085
+ # A request object representing the call parameters. Required.
3086
+ # @return [Array(String, [String, nil], Hash{String => String})]
3087
+ # Uri, Body, Query string parameters
3088
+ def self.transcode_create_app_version_request request_pb
3089
+ transcoder = Gapic::Rest::GrpcTranscoder.new
3090
+ .with_bindings(
3091
+ uri_method: :post,
3092
+ uri_template: "/v1beta/{parent}/versions",
3093
+ body: "app_version",
3094
+ matches: [
3095
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
3096
+ ]
3097
+ )
3098
+ transcoder.transcode request_pb
3099
+ end
3100
+
3101
+ ##
3102
+ # @private
3103
+ #
3104
+ # GRPC transcoding helper method for the delete_app_version REST call
3105
+ #
3106
+ # @param request_pb [::Google::Cloud::Ces::V1beta::DeleteAppVersionRequest]
3107
+ # A request object representing the call parameters. Required.
3108
+ # @return [Array(String, [String, nil], Hash{String => String})]
3109
+ # Uri, Body, Query string parameters
3110
+ def self.transcode_delete_app_version_request request_pb
3111
+ transcoder = Gapic::Rest::GrpcTranscoder.new
3112
+ .with_bindings(
3113
+ uri_method: :delete,
3114
+ uri_template: "/v1beta/{name}",
3115
+ matches: [
3116
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/versions/[^/]+/?$}, false]
3117
+ ]
3118
+ )
3119
+ transcoder.transcode request_pb
3120
+ end
3121
+
3122
+ ##
3123
+ # @private
3124
+ #
3125
+ # GRPC transcoding helper method for the restore_app_version REST call
3126
+ #
3127
+ # @param request_pb [::Google::Cloud::Ces::V1beta::RestoreAppVersionRequest]
3128
+ # A request object representing the call parameters. Required.
3129
+ # @return [Array(String, [String, nil], Hash{String => String})]
3130
+ # Uri, Body, Query string parameters
3131
+ def self.transcode_restore_app_version_request request_pb
3132
+ transcoder = Gapic::Rest::GrpcTranscoder.new
3133
+ .with_bindings(
3134
+ uri_method: :post,
3135
+ uri_template: "/v1beta/{name}:restore",
3136
+ body: "*",
3137
+ matches: [
3138
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/versions/[^/]+/?$}, false]
3139
+ ]
3140
+ )
3141
+ transcoder.transcode request_pb
3142
+ end
3143
+
3144
+ ##
3145
+ # @private
3146
+ #
3147
+ # GRPC transcoding helper method for the generate_app_resource REST call
3148
+ #
3149
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest]
3150
+ # A request object representing the call parameters. Required.
3151
+ # @return [Array(String, [String, nil], Hash{String => String})]
3152
+ # Uri, Body, Query string parameters
3153
+ def self.transcode_generate_app_resource_request request_pb
3154
+ transcoder = Gapic::Rest::GrpcTranscoder.new
3155
+ .with_bindings(
3156
+ uri_method: :post,
3157
+ uri_template: "/v1beta/{parent}:generateAppResource",
3158
+ body: "*",
3159
+ matches: [
3160
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
3161
+ ]
3162
+ )
3163
+ transcoder.transcode request_pb
3164
+ end
3165
+
3166
+ ##
3167
+ # @private
3168
+ #
3169
+ # GRPC transcoding helper method for the list_changelogs REST call
3170
+ #
3171
+ # @param request_pb [::Google::Cloud::Ces::V1beta::ListChangelogsRequest]
3172
+ # A request object representing the call parameters. Required.
3173
+ # @return [Array(String, [String, nil], Hash{String => String})]
3174
+ # Uri, Body, Query string parameters
3175
+ def self.transcode_list_changelogs_request request_pb
3176
+ transcoder = Gapic::Rest::GrpcTranscoder.new
3177
+ .with_bindings(
3178
+ uri_method: :get,
3179
+ uri_template: "/v1beta/{parent}/changelogs",
3180
+ matches: [
3181
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/?$}, false]
3182
+ ]
3183
+ )
3184
+ transcoder.transcode request_pb
3185
+ end
3186
+
3187
+ ##
3188
+ # @private
3189
+ #
3190
+ # GRPC transcoding helper method for the get_changelog REST call
3191
+ #
3192
+ # @param request_pb [::Google::Cloud::Ces::V1beta::GetChangelogRequest]
3193
+ # A request object representing the call parameters. Required.
3194
+ # @return [Array(String, [String, nil], Hash{String => String})]
3195
+ # Uri, Body, Query string parameters
3196
+ def self.transcode_get_changelog_request request_pb
3197
+ transcoder = Gapic::Rest::GrpcTranscoder.new
3198
+ .with_bindings(
3199
+ uri_method: :get,
3200
+ uri_template: "/v1beta/{name}",
3201
+ matches: [
3202
+ ["name", %r{^projects/[^/]+/locations/[^/]+/apps/[^/]+/changelogs/[^/]+/?$}, false]
3203
+ ]
3204
+ )
3205
+ transcoder.transcode request_pb
3206
+ end
3207
+ end
3208
+ end
3209
+ end
3210
+ end
3211
+ end
3212
+ end
3213
+ end