google-cloud-compute-v1 1.10.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (180) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +12 -12
  3. data/lib/google/cloud/compute/v1/accelerator_types/rest/service_stub.rb +12 -9
  4. data/lib/google/cloud/compute/v1/addresses/rest/client.rb +18 -18
  5. data/lib/google/cloud/compute/v1/addresses/rest/service_stub.rb +24 -18
  6. data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +20 -20
  7. data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +28 -21
  8. data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +22 -22
  9. data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +36 -27
  10. data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +40 -40
  11. data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +56 -42
  12. data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +12 -12
  13. data/lib/google/cloud/compute/v1/disk_types/rest/service_stub.rb +12 -9
  14. data/lib/google/cloud/compute/v1/disks/rest/client.rb +38 -38
  15. data/lib/google/cloud/compute/v1/disks/rest/service_stub.rb +52 -39
  16. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +18 -18
  17. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/service_stub.rb +24 -18
  18. data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +52 -52
  19. data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +72 -54
  20. data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +16 -16
  21. data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +24 -18
  22. data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +22 -22
  23. data/lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb +32 -24
  24. data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +14 -14
  25. data/lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb +20 -15
  26. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +18 -18
  27. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/service_stub.rb +28 -21
  28. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +20 -20
  29. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/service_stub.rb +28 -21
  30. data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +20 -20
  31. data/lib/google/cloud/compute/v1/global_operations/rest/service_stub.rb +20 -15
  32. data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +12 -12
  33. data/lib/google/cloud/compute/v1/global_organization_operations/rest/service_stub.rb +12 -9
  34. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +14 -14
  35. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb +20 -15
  36. data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +20 -20
  37. data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +28 -21
  38. data/lib/google/cloud/compute/v1/image_family_views/rest/client.rb +4 -4
  39. data/lib/google/cloud/compute/v1/image_family_views/rest/service_stub.rb +4 -3
  40. data/lib/google/cloud/compute/v1/images/rest/client.rb +34 -34
  41. data/lib/google/cloud/compute/v1/images/rest/service_stub.rb +44 -33
  42. data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +52 -52
  43. data/lib/google/cloud/compute/v1/instance_group_managers/rest/service_stub.rb +80 -60
  44. data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +26 -26
  45. data/lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb +36 -27
  46. data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +24 -24
  47. data/lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb +28 -21
  48. data/lib/google/cloud/compute/v1/instances/rest/client.rb +116 -116
  49. data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +180 -135
  50. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +20 -20
  51. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb +28 -21
  52. data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +8 -8
  53. data/lib/google/cloud/compute/v1/interconnect_locations/rest/service_stub.rb +8 -6
  54. data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +20 -20
  55. data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +28 -21
  56. data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +8 -8
  57. data/lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb +8 -6
  58. data/lib/google/cloud/compute/v1/licenses/rest/client.rb +24 -24
  59. data/lib/google/cloud/compute/v1/licenses/rest/service_stub.rb +28 -21
  60. data/lib/google/cloud/compute/v1/machine_images/rest/client.rb +24 -24
  61. data/lib/google/cloud/compute/v1/machine_images/rest/service_stub.rb +28 -21
  62. data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +12 -12
  63. data/lib/google/cloud/compute/v1/machine_types/rest/service_stub.rb +12 -9
  64. data/lib/google/cloud/compute/v1/network_attachments/rest/client.rb +28 -28
  65. data/lib/google/cloud/compute/v1/network_attachments/rest/service_stub.rb +32 -24
  66. data/lib/google/cloud/compute/v1/network_edge_security_services/rest/client.rb +14 -14
  67. data/lib/google/cloud/compute/v1/network_edge_security_services/rest/service_stub.rb +20 -15
  68. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +28 -28
  69. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/service_stub.rb +36 -27
  70. data/lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb +46 -46
  71. data/lib/google/cloud/compute/v1/network_firewall_policies/rest/service_stub.rb +64 -48
  72. data/lib/google/cloud/compute/v1/networks/rest/client.rb +30 -30
  73. data/lib/google/cloud/compute/v1/networks/rest/service_stub.rb +44 -33
  74. data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +40 -40
  75. data/lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb +52 -39
  76. data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +28 -28
  77. data/lib/google/cloud/compute/v1/node_templates/rest/service_stub.rb +32 -24
  78. data/lib/google/cloud/compute/v1/node_types/rest/client.rb +12 -12
  79. data/lib/google/cloud/compute/v1/node_types/rest/service_stub.rb +12 -9
  80. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +22 -22
  81. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/service_stub.rb +28 -21
  82. data/lib/google/cloud/compute/v1/projects/rest/client.rb +34 -34
  83. data/lib/google/cloud/compute/v1/projects/rest/service_stub.rb +52 -39
  84. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +14 -14
  85. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb +20 -15
  86. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +18 -18
  87. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb +24 -18
  88. data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +16 -16
  89. data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +24 -18
  90. data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +28 -28
  91. data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +36 -27
  92. data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +16 -16
  93. data/lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb +20 -15
  94. data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +8 -8
  95. data/lib/google/cloud/compute/v1/region_disk_types/rest/service_stub.rb +8 -6
  96. data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +34 -34
  97. data/lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb +48 -36
  98. data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +14 -14
  99. data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +20 -15
  100. data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +16 -16
  101. data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +24 -18
  102. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +48 -48
  103. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/service_stub.rb +76 -57
  104. data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +14 -14
  105. data/lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb +16 -12
  106. data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +2 -2
  107. data/lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb +4 -3
  108. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +12 -12
  109. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb +16 -12
  110. data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/client.rb +50 -50
  111. data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/service_stub.rb +68 -51
  112. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +12 -12
  113. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +16 -12
  114. data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +16 -16
  115. data/lib/google/cloud/compute/v1/region_operations/rest/service_stub.rb +16 -12
  116. data/lib/google/cloud/compute/v1/region_security_policies/rest/client.rb +14 -14
  117. data/lib/google/cloud/compute/v1/region_security_policies/rest/service_stub.rb +20 -15
  118. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +12 -12
  119. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/service_stub.rb +16 -12
  120. data/lib/google/cloud/compute/v1/region_ssl_policies/rest/client.rb +18 -18
  121. data/lib/google/cloud/compute/v1/region_ssl_policies/rest/service_stub.rb +24 -18
  122. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +14 -14
  123. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/service_stub.rb +20 -15
  124. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +18 -18
  125. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb +28 -21
  126. data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest/client.rb +12 -12
  127. data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest/service_stub.rb +16 -12
  128. data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +20 -20
  129. data/lib/google/cloud/compute/v1/region_url_maps/rest/service_stub.rb +28 -21
  130. data/lib/google/cloud/compute/v1/regions/rest/client.rb +8 -8
  131. data/lib/google/cloud/compute/v1/regions/rest/service_stub.rb +8 -6
  132. data/lib/google/cloud/compute/v1/reservations/rest/client.rb +32 -32
  133. data/lib/google/cloud/compute/v1/reservations/rest/service_stub.rb +40 -30
  134. data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +28 -28
  135. data/lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb +32 -24
  136. data/lib/google/cloud/compute/v1/routers/rest/client.rb +32 -32
  137. data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +40 -30
  138. data/lib/google/cloud/compute/v1/routes/rest/client.rb +12 -12
  139. data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +16 -12
  140. data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +34 -34
  141. data/lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb +48 -36
  142. data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +30 -30
  143. data/lib/google/cloud/compute/v1/service_attachments/rest/service_stub.rb +36 -27
  144. data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +26 -26
  145. data/lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb +32 -24
  146. data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +16 -16
  147. data/lib/google/cloud/compute/v1/ssl_certificates/rest/service_stub.rb +20 -15
  148. data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +22 -22
  149. data/lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb +28 -21
  150. data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +38 -38
  151. data/lib/google/cloud/compute/v1/subnetworks/rest/service_stub.rb +48 -36
  152. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +14 -14
  153. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/service_stub.rb +20 -15
  154. data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +20 -20
  155. data/lib/google/cloud/compute/v1/target_http_proxies/rest/service_stub.rb +28 -21
  156. data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +28 -28
  157. data/lib/google/cloud/compute/v1/target_https_proxies/rest/service_stub.rb +44 -33
  158. data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +16 -16
  159. data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +20 -15
  160. data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +30 -30
  161. data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +44 -33
  162. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +22 -22
  163. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +36 -27
  164. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +20 -20
  165. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +28 -21
  166. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +18 -18
  167. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb +24 -18
  168. data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +26 -26
  169. data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +36 -27
  170. data/lib/google/cloud/compute/v1/version.rb +1 -1
  171. data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +26 -26
  172. data/lib/google/cloud/compute/v1/vpn_gateways/rest/service_stub.rb +32 -24
  173. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +18 -18
  174. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb +24 -18
  175. data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +16 -16
  176. data/lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb +16 -12
  177. data/lib/google/cloud/compute/v1/zones/rest/client.rb +8 -8
  178. data/lib/google/cloud/compute/v1/zones/rest/service_stub.rb +8 -6
  179. data/proto_docs/google/cloud/compute/v1/compute.rb +1128 -1128
  180. metadata +6 -6
@@ -48,9 +48,9 @@ module Google
48
48
  # @param options [::Gapic::CallOptions]
49
49
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
50
50
  #
51
- # @yield [result, response] Access the result along with the Faraday response object
51
+ # @yield [result, operation] Access the result along with the TransportOperation object
52
52
  # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
53
- # @yieldparam response [::Faraday::Response]
53
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
54
54
  #
55
55
  # @return [::Google::Cloud::Compute::V1::Operation]
56
56
  # A result object deserialized from the server's reply
@@ -71,9 +71,10 @@ module Google
71
71
  params: query_string_params,
72
72
  options: options
73
73
  )
74
+ operation = ::Gapic::Rest::TransportOperation.new response
74
75
  result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
75
76
 
76
- yield result, response if block_given?
77
+ yield result, operation if block_given?
77
78
  result
78
79
  end
79
80
 
@@ -85,9 +86,9 @@ module Google
85
86
  # @param options [::Gapic::CallOptions]
86
87
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
87
88
  #
88
- # @yield [result, response] Access the result along with the Faraday response object
89
+ # @yield [result, operation] Access the result along with the TransportOperation object
89
90
  # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
90
- # @yieldparam response [::Faraday::Response]
91
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
91
92
  #
92
93
  # @return [::Google::Cloud::Compute::V1::Operation]
93
94
  # A result object deserialized from the server's reply
@@ -108,9 +109,10 @@ module Google
108
109
  params: query_string_params,
109
110
  options: options
110
111
  )
112
+ operation = ::Gapic::Rest::TransportOperation.new response
111
113
  result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
112
114
 
113
- yield result, response if block_given?
115
+ yield result, operation if block_given?
114
116
  result
115
117
  end
116
118
 
@@ -122,9 +124,9 @@ module Google
122
124
  # @param options [::Gapic::CallOptions]
123
125
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
124
126
  #
125
- # @yield [result, response] Access the result along with the Faraday response object
127
+ # @yield [result, operation] Access the result along with the TransportOperation object
126
128
  # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
127
- # @yieldparam response [::Faraday::Response]
129
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
128
130
  #
129
131
  # @return [::Google::Cloud::Compute::V1::Operation]
130
132
  # A result object deserialized from the server's reply
@@ -145,9 +147,10 @@ module Google
145
147
  params: query_string_params,
146
148
  options: options
147
149
  )
150
+ operation = ::Gapic::Rest::TransportOperation.new response
148
151
  result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
149
152
 
150
- yield result, response if block_given?
153
+ yield result, operation if block_given?
151
154
  result
152
155
  end
153
156
 
@@ -159,9 +162,9 @@ module Google
159
162
  # @param options [::Gapic::CallOptions]
160
163
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
161
164
  #
162
- # @yield [result, response] Access the result along with the Faraday response object
165
+ # @yield [result, operation] Access the result along with the TransportOperation object
163
166
  # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
164
- # @yieldparam response [::Faraday::Response]
167
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
165
168
  #
166
169
  # @return [::Google::Cloud::Compute::V1::Operation]
167
170
  # A result object deserialized from the server's reply
@@ -182,9 +185,10 @@ module Google
182
185
  params: query_string_params,
183
186
  options: options
184
187
  )
188
+ operation = ::Gapic::Rest::TransportOperation.new response
185
189
  result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
186
190
 
187
- yield result, response if block_given?
191
+ yield result, operation if block_given?
188
192
  result
189
193
  end
190
194
 
@@ -196,9 +200,9 @@ module Google
196
200
  # @param options [::Gapic::CallOptions]
197
201
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
198
202
  #
199
- # @yield [result, response] Access the result along with the Faraday response object
203
+ # @yield [result, operation] Access the result along with the TransportOperation object
200
204
  # @yieldparam result [::Google::Cloud::Compute::V1::FirewallPolicy]
201
- # @yieldparam response [::Faraday::Response]
205
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
202
206
  #
203
207
  # @return [::Google::Cloud::Compute::V1::FirewallPolicy]
204
208
  # A result object deserialized from the server's reply
@@ -219,9 +223,10 @@ module Google
219
223
  params: query_string_params,
220
224
  options: options
221
225
  )
226
+ operation = ::Gapic::Rest::TransportOperation.new response
222
227
  result = ::Google::Cloud::Compute::V1::FirewallPolicy.decode_json response.body, ignore_unknown_fields: true
223
228
 
224
- yield result, response if block_given?
229
+ yield result, operation if block_given?
225
230
  result
226
231
  end
227
232
 
@@ -233,9 +238,9 @@ module Google
233
238
  # @param options [::Gapic::CallOptions]
234
239
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
235
240
  #
236
- # @yield [result, response] Access the result along with the Faraday response object
241
+ # @yield [result, operation] Access the result along with the TransportOperation object
237
242
  # @yieldparam result [::Google::Cloud::Compute::V1::FirewallPolicyAssociation]
238
- # @yieldparam response [::Faraday::Response]
243
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
239
244
  #
240
245
  # @return [::Google::Cloud::Compute::V1::FirewallPolicyAssociation]
241
246
  # A result object deserialized from the server's reply
@@ -256,9 +261,10 @@ module Google
256
261
  params: query_string_params,
257
262
  options: options
258
263
  )
264
+ operation = ::Gapic::Rest::TransportOperation.new response
259
265
  result = ::Google::Cloud::Compute::V1::FirewallPolicyAssociation.decode_json response.body, ignore_unknown_fields: true
260
266
 
261
- yield result, response if block_given?
267
+ yield result, operation if block_given?
262
268
  result
263
269
  end
264
270
 
@@ -270,9 +276,9 @@ module Google
270
276
  # @param options [::Gapic::CallOptions]
271
277
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
272
278
  #
273
- # @yield [result, response] Access the result along with the Faraday response object
279
+ # @yield [result, operation] Access the result along with the TransportOperation object
274
280
  # @yieldparam result [::Google::Cloud::Compute::V1::Policy]
275
- # @yieldparam response [::Faraday::Response]
281
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
276
282
  #
277
283
  # @return [::Google::Cloud::Compute::V1::Policy]
278
284
  # A result object deserialized from the server's reply
@@ -293,9 +299,10 @@ module Google
293
299
  params: query_string_params,
294
300
  options: options
295
301
  )
302
+ operation = ::Gapic::Rest::TransportOperation.new response
296
303
  result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
297
304
 
298
- yield result, response if block_given?
305
+ yield result, operation if block_given?
299
306
  result
300
307
  end
301
308
 
@@ -307,9 +314,9 @@ module Google
307
314
  # @param options [::Gapic::CallOptions]
308
315
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
309
316
  #
310
- # @yield [result, response] Access the result along with the Faraday response object
317
+ # @yield [result, operation] Access the result along with the TransportOperation object
311
318
  # @yieldparam result [::Google::Cloud::Compute::V1::FirewallPolicyRule]
312
- # @yieldparam response [::Faraday::Response]
319
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
313
320
  #
314
321
  # @return [::Google::Cloud::Compute::V1::FirewallPolicyRule]
315
322
  # A result object deserialized from the server's reply
@@ -330,9 +337,10 @@ module Google
330
337
  params: query_string_params,
331
338
  options: options
332
339
  )
340
+ operation = ::Gapic::Rest::TransportOperation.new response
333
341
  result = ::Google::Cloud::Compute::V1::FirewallPolicyRule.decode_json response.body, ignore_unknown_fields: true
334
342
 
335
- yield result, response if block_given?
343
+ yield result, operation if block_given?
336
344
  result
337
345
  end
338
346
 
@@ -344,9 +352,9 @@ module Google
344
352
  # @param options [::Gapic::CallOptions]
345
353
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
346
354
  #
347
- # @yield [result, response] Access the result along with the Faraday response object
355
+ # @yield [result, operation] Access the result along with the TransportOperation object
348
356
  # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
349
- # @yieldparam response [::Faraday::Response]
357
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
350
358
  #
351
359
  # @return [::Google::Cloud::Compute::V1::Operation]
352
360
  # A result object deserialized from the server's reply
@@ -367,9 +375,10 @@ module Google
367
375
  params: query_string_params,
368
376
  options: options
369
377
  )
378
+ operation = ::Gapic::Rest::TransportOperation.new response
370
379
  result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
371
380
 
372
- yield result, response if block_given?
381
+ yield result, operation if block_given?
373
382
  result
374
383
  end
375
384
 
@@ -381,9 +390,9 @@ module Google
381
390
  # @param options [::Gapic::CallOptions]
382
391
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
383
392
  #
384
- # @yield [result, response] Access the result along with the Faraday response object
393
+ # @yield [result, operation] Access the result along with the TransportOperation object
385
394
  # @yieldparam result [::Google::Cloud::Compute::V1::FirewallPolicyList]
386
- # @yieldparam response [::Faraday::Response]
395
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
387
396
  #
388
397
  # @return [::Google::Cloud::Compute::V1::FirewallPolicyList]
389
398
  # A result object deserialized from the server's reply
@@ -404,9 +413,10 @@ module Google
404
413
  params: query_string_params,
405
414
  options: options
406
415
  )
416
+ operation = ::Gapic::Rest::TransportOperation.new response
407
417
  result = ::Google::Cloud::Compute::V1::FirewallPolicyList.decode_json response.body, ignore_unknown_fields: true
408
418
 
409
- yield result, response if block_given?
419
+ yield result, operation if block_given?
410
420
  result
411
421
  end
412
422
 
@@ -418,9 +428,9 @@ module Google
418
428
  # @param options [::Gapic::CallOptions]
419
429
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
420
430
  #
421
- # @yield [result, response] Access the result along with the Faraday response object
431
+ # @yield [result, operation] Access the result along with the TransportOperation object
422
432
  # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
423
- # @yieldparam response [::Faraday::Response]
433
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
424
434
  #
425
435
  # @return [::Google::Cloud::Compute::V1::Operation]
426
436
  # A result object deserialized from the server's reply
@@ -441,9 +451,10 @@ module Google
441
451
  params: query_string_params,
442
452
  options: options
443
453
  )
454
+ operation = ::Gapic::Rest::TransportOperation.new response
444
455
  result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
445
456
 
446
- yield result, response if block_given?
457
+ yield result, operation if block_given?
447
458
  result
448
459
  end
449
460
 
@@ -455,9 +466,9 @@ module Google
455
466
  # @param options [::Gapic::CallOptions]
456
467
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
457
468
  #
458
- # @yield [result, response] Access the result along with the Faraday response object
469
+ # @yield [result, operation] Access the result along with the TransportOperation object
459
470
  # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
460
- # @yieldparam response [::Faraday::Response]
471
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
461
472
  #
462
473
  # @return [::Google::Cloud::Compute::V1::Operation]
463
474
  # A result object deserialized from the server's reply
@@ -478,9 +489,10 @@ module Google
478
489
  params: query_string_params,
479
490
  options: options
480
491
  )
492
+ operation = ::Gapic::Rest::TransportOperation.new response
481
493
  result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
482
494
 
483
- yield result, response if block_given?
495
+ yield result, operation if block_given?
484
496
  result
485
497
  end
486
498
 
@@ -492,9 +504,9 @@ module Google
492
504
  # @param options [::Gapic::CallOptions]
493
505
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
494
506
  #
495
- # @yield [result, response] Access the result along with the Faraday response object
507
+ # @yield [result, operation] Access the result along with the TransportOperation object
496
508
  # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
497
- # @yieldparam response [::Faraday::Response]
509
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
498
510
  #
499
511
  # @return [::Google::Cloud::Compute::V1::Operation]
500
512
  # A result object deserialized from the server's reply
@@ -515,9 +527,10 @@ module Google
515
527
  params: query_string_params,
516
528
  options: options
517
529
  )
530
+ operation = ::Gapic::Rest::TransportOperation.new response
518
531
  result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
519
532
 
520
- yield result, response if block_given?
533
+ yield result, operation if block_given?
521
534
  result
522
535
  end
523
536
 
@@ -529,9 +542,9 @@ module Google
529
542
  # @param options [::Gapic::CallOptions]
530
543
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
531
544
  #
532
- # @yield [result, response] Access the result along with the Faraday response object
545
+ # @yield [result, operation] Access the result along with the TransportOperation object
533
546
  # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
534
- # @yieldparam response [::Faraday::Response]
547
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
535
548
  #
536
549
  # @return [::Google::Cloud::Compute::V1::Operation]
537
550
  # A result object deserialized from the server's reply
@@ -552,9 +565,10 @@ module Google
552
565
  params: query_string_params,
553
566
  options: options
554
567
  )
568
+ operation = ::Gapic::Rest::TransportOperation.new response
555
569
  result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
556
570
 
557
- yield result, response if block_given?
571
+ yield result, operation if block_given?
558
572
  result
559
573
  end
560
574
 
@@ -566,9 +580,9 @@ module Google
566
580
  # @param options [::Gapic::CallOptions]
567
581
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
568
582
  #
569
- # @yield [result, response] Access the result along with the Faraday response object
583
+ # @yield [result, operation] Access the result along with the TransportOperation object
570
584
  # @yieldparam result [::Google::Cloud::Compute::V1::Policy]
571
- # @yieldparam response [::Faraday::Response]
585
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
572
586
  #
573
587
  # @return [::Google::Cloud::Compute::V1::Policy]
574
588
  # A result object deserialized from the server's reply
@@ -589,9 +603,10 @@ module Google
589
603
  params: query_string_params,
590
604
  options: options
591
605
  )
606
+ operation = ::Gapic::Rest::TransportOperation.new response
592
607
  result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
593
608
 
594
- yield result, response if block_given?
609
+ yield result, operation if block_given?
595
610
  result
596
611
  end
597
612
 
@@ -603,9 +618,9 @@ module Google
603
618
  # @param options [::Gapic::CallOptions]
604
619
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
605
620
  #
606
- # @yield [result, response] Access the result along with the Faraday response object
621
+ # @yield [result, operation] Access the result along with the TransportOperation object
607
622
  # @yieldparam result [::Google::Cloud::Compute::V1::TestPermissionsResponse]
608
- # @yieldparam response [::Faraday::Response]
623
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
609
624
  #
610
625
  # @return [::Google::Cloud::Compute::V1::TestPermissionsResponse]
611
626
  # A result object deserialized from the server's reply
@@ -626,9 +641,10 @@ module Google
626
641
  params: query_string_params,
627
642
  options: options
628
643
  )
644
+ operation = ::Gapic::Rest::TransportOperation.new response
629
645
  result = ::Google::Cloud::Compute::V1::TestPermissionsResponse.decode_json response.body, ignore_unknown_fields: true
630
646
 
631
- yield result, response if block_given?
647
+ yield result, operation if block_given?
632
648
  result
633
649
  end
634
650
 
@@ -207,9 +207,9 @@ module Google
207
207
  # Project ID for this request.
208
208
  # @param request_id [::String]
209
209
  # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
210
- # @yield [result, response] Access the result along with the Faraday response object
210
+ # @yield [result, operation] Access the result along with the TransportOperation object
211
211
  # @yieldparam result [::Gapic::GenericLRO::Operation]
212
- # @yieldparam response [::Faraday::Response]
212
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
213
213
  #
214
214
  # @return [::Gapic::GenericLRO::Operation]
215
215
  #
@@ -281,9 +281,9 @@ module Google
281
281
  # Project ID for this request.
282
282
  # @param request_id [::String]
283
283
  # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
284
- # @yield [result, response] Access the result along with the Faraday response object
284
+ # @yield [result, operation] Access the result along with the TransportOperation object
285
285
  # @yieldparam result [::Gapic::GenericLRO::Operation]
286
- # @yieldparam response [::Faraday::Response]
286
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
287
287
  #
288
288
  # @return [::Gapic::GenericLRO::Operation]
289
289
  #
@@ -353,9 +353,9 @@ module Google
353
353
  # Name of the network to return.
354
354
  # @param project [::String]
355
355
  # Project ID for this request.
356
- # @yield [result, response] Access the result along with the Faraday response object
356
+ # @yield [result, operation] Access the result along with the TransportOperation object
357
357
  # @yieldparam result [::Google::Cloud::Compute::V1::Network]
358
- # @yieldparam response [::Faraday::Response]
358
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
359
359
  #
360
360
  # @return [::Google::Cloud::Compute::V1::Network]
361
361
  #
@@ -387,8 +387,8 @@ module Google
387
387
  metadata: @config.metadata,
388
388
  retry_policy: @config.retry_policy
389
389
 
390
- @networks_stub.get request, options do |result, response|
391
- yield result, response if block_given?
390
+ @networks_stub.get request, options do |result, operation|
391
+ yield result, operation if block_given?
392
392
  return result
393
393
  end
394
394
  rescue ::Gapic::Rest::Error => e
@@ -417,9 +417,9 @@ module Google
417
417
  # Name of the network for this request.
418
418
  # @param project [::String]
419
419
  # Project ID for this request.
420
- # @yield [result, response] Access the result along with the Faraday response object
420
+ # @yield [result, operation] Access the result along with the TransportOperation object
421
421
  # @yieldparam result [::Google::Cloud::Compute::V1::NetworksGetEffectiveFirewallsResponse]
422
- # @yieldparam response [::Faraday::Response]
422
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
423
423
  #
424
424
  # @return [::Google::Cloud::Compute::V1::NetworksGetEffectiveFirewallsResponse]
425
425
  #
@@ -451,8 +451,8 @@ module Google
451
451
  metadata: @config.metadata,
452
452
  retry_policy: @config.retry_policy
453
453
 
454
- @networks_stub.get_effective_firewalls request, options do |result, response|
455
- yield result, response if block_given?
454
+ @networks_stub.get_effective_firewalls request, options do |result, operation|
455
+ yield result, operation if block_given?
456
456
  return result
457
457
  end
458
458
  rescue ::Gapic::Rest::Error => e
@@ -483,9 +483,9 @@ module Google
483
483
  # Project ID for this request.
484
484
  # @param request_id [::String]
485
485
  # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
486
- # @yield [result, response] Access the result along with the Faraday response object
486
+ # @yield [result, operation] Access the result along with the TransportOperation object
487
487
  # @yieldparam result [::Gapic::GenericLRO::Operation]
488
- # @yieldparam response [::Faraday::Response]
488
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
489
489
  #
490
490
  # @return [::Gapic::GenericLRO::Operation]
491
491
  #
@@ -563,9 +563,9 @@ module Google
563
563
  # Project ID for this request.
564
564
  # @param return_partial_success [::Boolean]
565
565
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
566
- # @yield [result, response] Access the result along with the Faraday response object
566
+ # @yield [result, operation] Access the result along with the TransportOperation object
567
567
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Network>]
568
- # @yieldparam response [::Faraday::Response]
568
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
569
569
  #
570
570
  # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Network>]
571
571
  #
@@ -597,9 +597,9 @@ module Google
597
597
  metadata: @config.metadata,
598
598
  retry_policy: @config.retry_policy
599
599
 
600
- @networks_stub.list request, options do |result, response|
600
+ @networks_stub.list request, options do |result, operation|
601
601
  result = ::Gapic::Rest::PagedEnumerable.new @networks_stub, :list, "items", request, result, options
602
- yield result, response if block_given?
602
+ yield result, operation if block_given?
603
603
  return result
604
604
  end
605
605
  rescue ::Gapic::Rest::Error => e
@@ -645,9 +645,9 @@ module Google
645
645
  # The region of the request. The response will include all subnet routes, static routes and dynamic routes in the region.
646
646
  # @param return_partial_success [::Boolean]
647
647
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
648
- # @yield [result, response] Access the result along with the Faraday response object
648
+ # @yield [result, operation] Access the result along with the TransportOperation object
649
649
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::ExchangedPeeringRoute>]
650
- # @yieldparam response [::Faraday::Response]
650
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
651
651
  #
652
652
  # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::ExchangedPeeringRoute>]
653
653
  #
@@ -679,9 +679,9 @@ module Google
679
679
  metadata: @config.metadata,
680
680
  retry_policy: @config.retry_policy
681
681
 
682
- @networks_stub.list_peering_routes request, options do |result, response|
682
+ @networks_stub.list_peering_routes request, options do |result, operation|
683
683
  result = ::Gapic::Rest::PagedEnumerable.new @networks_stub, :list_peering_routes, "items", request, result, options
684
- yield result, response if block_given?
684
+ yield result, operation if block_given?
685
685
  return result
686
686
  end
687
687
  rescue ::Gapic::Rest::Error => e
@@ -714,9 +714,9 @@ module Google
714
714
  # Project ID for this request.
715
715
  # @param request_id [::String]
716
716
  # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
717
- # @yield [result, response] Access the result along with the Faraday response object
717
+ # @yield [result, operation] Access the result along with the TransportOperation object
718
718
  # @yieldparam result [::Gapic::GenericLRO::Operation]
719
- # @yieldparam response [::Faraday::Response]
719
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
720
720
  #
721
721
  # @return [::Gapic::GenericLRO::Operation]
722
722
  #
@@ -790,9 +790,9 @@ module Google
790
790
  # Project ID for this request.
791
791
  # @param request_id [::String]
792
792
  # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
793
- # @yield [result, response] Access the result along with the Faraday response object
793
+ # @yield [result, operation] Access the result along with the TransportOperation object
794
794
  # @yieldparam result [::Gapic::GenericLRO::Operation]
795
- # @yieldparam response [::Faraday::Response]
795
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
796
796
  #
797
797
  # @return [::Gapic::GenericLRO::Operation]
798
798
  #
@@ -864,9 +864,9 @@ module Google
864
864
  # Project ID for this request.
865
865
  # @param request_id [::String]
866
866
  # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
867
- # @yield [result, response] Access the result along with the Faraday response object
867
+ # @yield [result, operation] Access the result along with the TransportOperation object
868
868
  # @yieldparam result [::Gapic::GenericLRO::Operation]
869
- # @yieldparam response [::Faraday::Response]
869
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
870
870
  #
871
871
  # @return [::Gapic::GenericLRO::Operation]
872
872
  #
@@ -940,9 +940,9 @@ module Google
940
940
  # Project ID for this request.
941
941
  # @param request_id [::String]
942
942
  # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
943
- # @yield [result, response] Access the result along with the Faraday response object
943
+ # @yield [result, operation] Access the result along with the TransportOperation object
944
944
  # @yieldparam result [::Gapic::GenericLRO::Operation]
945
- # @yieldparam response [::Faraday::Response]
945
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
946
946
  #
947
947
  # @return [::Gapic::GenericLRO::Operation]
948
948
  #