google-cloud-compute-v1 1.4.0 → 1.5.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.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/lib/google/cloud/compute/v1/accelerator_types/rest/service_stub.rb +90 -52
- data/lib/google/cloud/compute/v1/accelerator_types.rb +5 -0
- data/lib/google/cloud/compute/v1/addresses/rest/service_stub.rb +156 -89
- data/lib/google/cloud/compute/v1/addresses.rb +3 -0
- data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +222 -129
- data/lib/google/cloud/compute/v1/autoscalers.rb +3 -0
- data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +285 -161
- data/lib/google/cloud/compute/v1/backend_buckets.rb +3 -0
- data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +383 -221
- data/lib/google/cloud/compute/v1/backend_services.rb +3 -0
- data/lib/google/cloud/compute/v1/disk_types/rest/service_stub.rb +90 -52
- data/lib/google/cloud/compute/v1/disk_types.rb +3 -0
- data/lib/google/cloud/compute/v1/disks/rest/service_stub.rb +429 -240
- data/lib/google/cloud/compute/v1/disks.rb +3 -0
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/service_stub.rb +189 -102
- data/lib/google/cloud/compute/v1/external_vpn_gateways.rb +3 -0
- data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +555 -330
- data/lib/google/cloud/compute/v1/firewall_policies.rb +3 -0
- data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +187 -104
- data/lib/google/cloud/compute/v1/firewalls.rb +3 -0
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb +258 -146
- data/lib/google/cloud/compute/v1/forwarding_rules.rb +3 -0
- data/lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb +121 -66
- data/lib/google/cloud/compute/v1/global_addresses.rb +3 -0
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/service_stub.rb +221 -122
- data/lib/google/cloud/compute/v1/global_forwarding_rules.rb +3 -0
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/service_stub.rb +219 -126
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups.rb +3 -0
- data/lib/google/cloud/compute/v1/global_operations/rest/service_stub.rb +154 -86
- data/lib/google/cloud/compute/v1/global_operations.rb +3 -0
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/service_stub.rb +84 -49
- data/lib/google/cloud/compute/v1/global_organization_operations.rb +3 -0
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb +154 -85
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes.rb +3 -0
- data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +218 -127
- data/lib/google/cloud/compute/v1/health_checks.rb +3 -0
- data/lib/google/cloud/compute/v1/image_family_views/rest/service_stub.rb +27 -7
- data/lib/google/cloud/compute/v1/image_family_views.rb +3 -0
- data/lib/google/cloud/compute/v1/images/rest/service_stub.rb +354 -194
- data/lib/google/cloud/compute/v1/images.rb +3 -0
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/service_stub.rb +664 -381
- data/lib/google/cloud/compute/v1/instance_group_managers.rb +3 -0
- data/lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb +292 -169
- data/lib/google/cloud/compute/v1/instance_groups.rb +3 -0
- data/lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb +221 -120
- data/lib/google/cloud/compute/v1/instance_templates.rb +3 -0
- data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +1503 -845
- data/lib/google/cloud/compute/v1/instances.rb +3 -0
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb +190 -109
- data/lib/google/cloud/compute/v1/interconnect_attachments.rb +3 -0
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/service_stub.rb +57 -29
- data/lib/google/cloud/compute/v1/interconnect_locations.rb +3 -0
- data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +187 -102
- data/lib/google/cloud/compute/v1/interconnects.rb +3 -0
- data/lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb +60 -25
- data/lib/google/cloud/compute/v1/license_codes.rb +3 -0
- data/lib/google/cloud/compute/v1/licenses/rest/service_stub.rb +221 -120
- data/lib/google/cloud/compute/v1/licenses.rb +3 -0
- data/lib/google/cloud/compute/v1/machine_images/rest/service_stub.rb +221 -121
- data/lib/google/cloud/compute/v1/machine_images.rb +3 -0
- data/lib/google/cloud/compute/v1/machine_types/rest/service_stub.rb +90 -52
- data/lib/google/cloud/compute/v1/machine_types.rb +3 -0
- data/lib/google/cloud/compute/v1/network_edge_security_services/rest/service_stub.rb +158 -89
- data/lib/google/cloud/compute/v1/network_edge_security_services.rb +3 -0
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/service_stub.rb +293 -168
- data/lib/google/cloud/compute/v1/network_endpoint_groups.rb +3 -0
- data/lib/google/cloud/compute/v1/network_firewall_policies/rest/service_stub.rb +513 -293
- data/lib/google/cloud/compute/v1/network_firewall_policies.rb +3 -0
- data/lib/google/cloud/compute/v1/networks/rest/service_stub.rb +350 -202
- data/lib/google/cloud/compute/v1/networks.rb +3 -0
- data/lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb +428 -242
- data/lib/google/cloud/compute/v1/node_groups.rb +3 -0
- data/lib/google/cloud/compute/v1/node_templates/rest/service_stub.rb +259 -143
- data/lib/google/cloud/compute/v1/node_templates.rb +3 -0
- data/lib/google/cloud/compute/v1/node_types/rest/service_stub.rb +90 -52
- data/lib/google/cloud/compute/v1/node_types.rb +3 -0
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/service_stub.rb +225 -126
- data/lib/google/cloud/compute/v1/packet_mirrorings.rb +3 -0
- data/lib/google/cloud/compute/v1/projects/rest/service_stub.rb +406 -238
- data/lib/google/cloud/compute/v1/projects.rb +3 -0
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb +154 -85
- data/lib/google/cloud/compute/v1/public_advertised_prefixes.rb +3 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb +190 -108
- data/lib/google/cloud/compute/v1/public_delegated_prefixes.rb +3 -0
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +191 -106
- data/lib/google/cloud/compute/v1/region_autoscalers.rb +3 -0
- data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +228 -122
- data/lib/google/cloud/compute/v1/region_backend_services.rb +3 -0
- data/lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb +157 -92
- data/lib/google/cloud/compute/v1/region_commitments.rb +3 -0
- data/lib/google/cloud/compute/v1/region_disk_types/rest/service_stub.rb +59 -29
- data/lib/google/cloud/compute/v1/region_disk_types.rb +3 -0
- data/lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb +398 -216
- data/lib/google/cloud/compute/v1/region_disks.rb +3 -0
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +159 -85
- data/lib/google/cloud/compute/v1/region_health_check_services.rb +3 -0
- data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +193 -104
- data/lib/google/cloud/compute/v1/region_health_checks.rb +3 -0
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/service_stub.rb +633 -358
- data/lib/google/cloud/compute/v1/region_instance_group_managers.rb +3 -0
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb +127 -71
- data/lib/google/cloud/compute/v1/region_instance_groups.rb +3 -0
- data/lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb +26 -9
- data/lib/google/cloud/compute/v1/region_instances.rb +3 -0
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb +125 -66
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups.rb +3 -0
- data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/service_stub.rb +561 -311
- data/lib/google/cloud/compute/v1/region_network_firewall_policies.rb +3 -0
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +125 -66
- data/lib/google/cloud/compute/v1/region_notification_endpoints.rb +3 -0
- data/lib/google/cloud/compute/v1/region_operations/rest/service_stub.rb +127 -63
- data/lib/google/cloud/compute/v1/region_operations.rb +3 -0
- data/lib/google/cloud/compute/v1/region_security_policies/rest/service_stub.rb +159 -86
- data/lib/google/cloud/compute/v1/region_security_policies.rb +3 -0
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/service_stub.rb +125 -66
- data/lib/google/cloud/compute/v1/region_ssl_certificates.rb +3 -0
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/service_stub.rb +159 -85
- data/lib/google/cloud/compute/v1/region_target_http_proxies.rb +3 -0
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb +227 -123
- data/lib/google/cloud/compute/v1/region_target_https_proxies.rb +3 -0
- data/lib/google/cloud/compute/v1/region_url_maps/rest/service_stub.rb +228 -122
- data/lib/google/cloud/compute/v1/region_url_maps.rb +3 -0
- data/lib/google/cloud/compute/v1/regions/rest/service_stub.rb +57 -29
- data/lib/google/cloud/compute/v1/regions.rb +3 -0
- data/lib/google/cloud/compute/v1/reservations/rest/service_stub.rb +327 -183
- data/lib/google/cloud/compute/v1/reservations.rb +3 -0
- data/lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb +259 -143
- data/lib/google/cloud/compute/v1/resource_policies.rb +3 -0
- data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +326 -184
- data/lib/google/cloud/compute/v1/routers.rb +3 -0
- data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +121 -66
- data/lib/google/cloud/compute/v1/routes.rb +3 -0
- data/lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb +346 -206
- data/lib/google/cloud/compute/v1/security_policies.rb +3 -0
- data/lib/google/cloud/compute/v1/service_attachments/rest/service_stub.rb +293 -162
- data/lib/google/cloud/compute/v1/service_attachments.rb +3 -0
- data/lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb +255 -138
- data/lib/google/cloud/compute/v1/snapshots.rb +3 -0
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/service_stub.rb +152 -89
- data/lib/google/cloud/compute/v1/ssl_certificates.rb +3 -0
- data/lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb +185 -107
- data/lib/google/cloud/compute/v1/ssl_policies.rb +3 -0
- data/lib/google/cloud/compute/v1/subnetworks/rest/service_stub.rb +392 -223
- data/lib/google/cloud/compute/v1/subnetworks.rb +3 -0
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/service_stub.rb +154 -85
- data/lib/google/cloud/compute/v1/target_grpc_proxies.rb +3 -0
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/service_stub.rb +218 -127
- data/lib/google/cloud/compute/v1/target_http_proxies.rb +3 -0
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/service_stub.rb +350 -203
- data/lib/google/cloud/compute/v1/target_https_proxies.rb +3 -0
- data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +156 -89
- data/lib/google/cloud/compute/v1/target_instances.rb +3 -0
- data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +361 -203
- data/lib/google/cloud/compute/v1/target_pools.rb +3 -0
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +286 -161
- data/lib/google/cloud/compute/v1/target_ssl_proxies.rb +3 -0
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +187 -104
- data/lib/google/cloud/compute/v1/target_tcp_proxies.rb +3 -0
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb +156 -89
- data/lib/google/cloud/compute/v1/target_vpn_gateways.rb +3 -0
- data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +285 -164
- data/lib/google/cloud/compute/v1/url_maps.rb +3 -0
- data/lib/google/cloud/compute/v1/version.rb +1 -1
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/service_stub.rb +259 -143
- data/lib/google/cloud/compute/v1/vpn_gateways.rb +3 -0
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb +156 -89
- data/lib/google/cloud/compute/v1/vpn_tunnels.rb +3 -0
- data/lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb +127 -63
- data/lib/google/cloud/compute/v1/zone_operations.rb +3 -0
- data/lib/google/cloud/compute/v1/zones/rest/service_stub.rb +57 -29
- data/lib/google/cloud/compute/v1/zones.rb +3 -0
- metadata +11 -11
@@ -55,9 +55,17 @@ module Google
|
|
55
55
|
def delete request_pb, options = nil
|
56
56
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
57
57
|
|
58
|
-
|
59
|
-
|
58
|
+
verb, uri, query_string_params, body = transcode_delete_request request_pb
|
59
|
+
query_string_params = if query_string_params.any?
|
60
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
61
|
+
else
|
62
|
+
{}
|
63
|
+
end
|
64
|
+
|
65
|
+
response = @client_stub.make_http_request(
|
66
|
+
verb,
|
60
67
|
uri: uri,
|
68
|
+
body: body || "",
|
61
69
|
params: query_string_params,
|
62
70
|
options: options
|
63
71
|
)
|
@@ -67,22 +75,6 @@ module Google
|
|
67
75
|
result
|
68
76
|
end
|
69
77
|
|
70
|
-
##
|
71
|
-
# GRPC transcoding helper method for the delete REST call
|
72
|
-
#
|
73
|
-
# @param request_pb [::Google::Cloud::Compute::V1::DeleteRegionNotificationEndpointRequest]
|
74
|
-
# A request object representing the call parameters. Required.
|
75
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
76
|
-
# Uri, Body, Query string parameters
|
77
|
-
def transcode_delete_request request_pb
|
78
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/notificationEndpoints/#{request_pb.notification_endpoint}"
|
79
|
-
body = nil
|
80
|
-
query_string_params = {}
|
81
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
82
|
-
|
83
|
-
[uri, body, query_string_params]
|
84
|
-
end
|
85
|
-
|
86
78
|
##
|
87
79
|
# Baseline implementation for the get REST call
|
88
80
|
#
|
@@ -100,9 +92,18 @@ module Google
|
|
100
92
|
def get request_pb, options = nil
|
101
93
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
102
94
|
|
103
|
-
uri,
|
104
|
-
|
95
|
+
verb, uri, query_string_params, body = transcode_get_request request_pb
|
96
|
+
query_string_params = if query_string_params.any?
|
97
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
98
|
+
else
|
99
|
+
{}
|
100
|
+
end
|
101
|
+
|
102
|
+
response = @client_stub.make_http_request(
|
103
|
+
verb,
|
105
104
|
uri: uri,
|
105
|
+
body: body || "",
|
106
|
+
params: query_string_params,
|
106
107
|
options: options
|
107
108
|
)
|
108
109
|
result = ::Google::Cloud::Compute::V1::NotificationEndpoint.decode_json response.body, ignore_unknown_fields: true
|
@@ -111,21 +112,6 @@ module Google
|
|
111
112
|
result
|
112
113
|
end
|
113
114
|
|
114
|
-
##
|
115
|
-
# GRPC transcoding helper method for the get REST call
|
116
|
-
#
|
117
|
-
# @param request_pb [::Google::Cloud::Compute::V1::GetRegionNotificationEndpointRequest]
|
118
|
-
# A request object representing the call parameters. Required.
|
119
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
120
|
-
# Uri, Body, Query string parameters
|
121
|
-
def transcode_get_request request_pb
|
122
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/notificationEndpoints/#{request_pb.notification_endpoint}"
|
123
|
-
body = nil
|
124
|
-
query_string_params = {}
|
125
|
-
|
126
|
-
[uri, body, query_string_params]
|
127
|
-
end
|
128
|
-
|
129
115
|
##
|
130
116
|
# Baseline implementation for the insert REST call
|
131
117
|
#
|
@@ -143,10 +129,17 @@ module Google
|
|
143
129
|
def insert request_pb, options = nil
|
144
130
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
145
131
|
|
146
|
-
|
147
|
-
|
132
|
+
verb, uri, query_string_params, body = transcode_insert_request request_pb
|
133
|
+
query_string_params = if query_string_params.any?
|
134
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
135
|
+
else
|
136
|
+
{}
|
137
|
+
end
|
138
|
+
|
139
|
+
response = @client_stub.make_http_request(
|
140
|
+
verb,
|
148
141
|
uri: uri,
|
149
|
-
body: body,
|
142
|
+
body: body || "",
|
150
143
|
params: query_string_params,
|
151
144
|
options: options
|
152
145
|
)
|
@@ -156,22 +149,6 @@ module Google
|
|
156
149
|
result
|
157
150
|
end
|
158
151
|
|
159
|
-
##
|
160
|
-
# GRPC transcoding helper method for the insert REST call
|
161
|
-
#
|
162
|
-
# @param request_pb [::Google::Cloud::Compute::V1::InsertRegionNotificationEndpointRequest]
|
163
|
-
# A request object representing the call parameters. Required.
|
164
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
165
|
-
# Uri, Body, Query string parameters
|
166
|
-
def transcode_insert_request request_pb
|
167
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/notificationEndpoints"
|
168
|
-
body = request_pb.notification_endpoint_resource.to_json
|
169
|
-
query_string_params = {}
|
170
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
171
|
-
|
172
|
-
[uri, body, query_string_params]
|
173
|
-
end
|
174
|
-
|
175
152
|
##
|
176
153
|
# Baseline implementation for the list REST call
|
177
154
|
#
|
@@ -189,9 +166,17 @@ module Google
|
|
189
166
|
def list request_pb, options = nil
|
190
167
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
191
168
|
|
192
|
-
|
193
|
-
|
169
|
+
verb, uri, query_string_params, body = transcode_list_request request_pb
|
170
|
+
query_string_params = if query_string_params.any?
|
171
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
172
|
+
else
|
173
|
+
{}
|
174
|
+
end
|
175
|
+
|
176
|
+
response = @client_stub.make_http_request(
|
177
|
+
verb,
|
194
178
|
uri: uri,
|
179
|
+
body: body || "",
|
195
180
|
params: query_string_params,
|
196
181
|
options: options
|
197
182
|
)
|
@@ -201,7 +186,81 @@ module Google
|
|
201
186
|
result
|
202
187
|
end
|
203
188
|
|
189
|
+
|
190
|
+
private
|
191
|
+
|
204
192
|
##
|
193
|
+
# @private
|
194
|
+
#
|
195
|
+
# GRPC transcoding helper method for the delete REST call
|
196
|
+
#
|
197
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteRegionNotificationEndpointRequest]
|
198
|
+
# A request object representing the call parameters. Required.
|
199
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
200
|
+
# Uri, Body, Query string parameters
|
201
|
+
def transcode_delete_request request_pb
|
202
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
203
|
+
.with_bindings(
|
204
|
+
uri_method: :delete,
|
205
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/notificationEndpoints/{notification_endpoint}",
|
206
|
+
matches: [
|
207
|
+
["project", %r{[^/]+}, false],
|
208
|
+
["region", %r{[^/]+}, false],
|
209
|
+
["notification_endpoint", %r{[^/]+}, false]
|
210
|
+
]
|
211
|
+
)
|
212
|
+
transcoder.transcode request_pb
|
213
|
+
end
|
214
|
+
|
215
|
+
##
|
216
|
+
# @private
|
217
|
+
#
|
218
|
+
# GRPC transcoding helper method for the get REST call
|
219
|
+
#
|
220
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetRegionNotificationEndpointRequest]
|
221
|
+
# A request object representing the call parameters. Required.
|
222
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
223
|
+
# Uri, Body, Query string parameters
|
224
|
+
def transcode_get_request request_pb
|
225
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
226
|
+
.with_bindings(
|
227
|
+
uri_method: :get,
|
228
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/notificationEndpoints/{notification_endpoint}",
|
229
|
+
matches: [
|
230
|
+
["project", %r{[^/]+}, false],
|
231
|
+
["region", %r{[^/]+}, false],
|
232
|
+
["notification_endpoint", %r{[^/]+}, false]
|
233
|
+
]
|
234
|
+
)
|
235
|
+
transcoder.transcode request_pb
|
236
|
+
end
|
237
|
+
|
238
|
+
##
|
239
|
+
# @private
|
240
|
+
#
|
241
|
+
# GRPC transcoding helper method for the insert REST call
|
242
|
+
#
|
243
|
+
# @param request_pb [::Google::Cloud::Compute::V1::InsertRegionNotificationEndpointRequest]
|
244
|
+
# A request object representing the call parameters. Required.
|
245
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
246
|
+
# Uri, Body, Query string parameters
|
247
|
+
def transcode_insert_request request_pb
|
248
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
249
|
+
.with_bindings(
|
250
|
+
uri_method: :post,
|
251
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/notificationEndpoints",
|
252
|
+
body: "notification_endpoint_resource",
|
253
|
+
matches: [
|
254
|
+
["project", %r{[^/]+}, false],
|
255
|
+
["region", %r{[^/]+}, false]
|
256
|
+
]
|
257
|
+
)
|
258
|
+
transcoder.transcode request_pb
|
259
|
+
end
|
260
|
+
|
261
|
+
##
|
262
|
+
# @private
|
263
|
+
#
|
205
264
|
# GRPC transcoding helper method for the list REST call
|
206
265
|
#
|
207
266
|
# @param request_pb [::Google::Cloud::Compute::V1::ListRegionNotificationEndpointsRequest]
|
@@ -209,16 +268,16 @@ module Google
|
|
209
268
|
# @return [Array(String, [String, nil], Hash{String => String})]
|
210
269
|
# Uri, Body, Query string parameters
|
211
270
|
def transcode_list_request request_pb
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
271
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
272
|
+
.with_bindings(
|
273
|
+
uri_method: :get,
|
274
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/notificationEndpoints",
|
275
|
+
matches: [
|
276
|
+
["project", %r{[^/]+}, false],
|
277
|
+
["region", %r{[^/]+}, false]
|
278
|
+
]
|
279
|
+
)
|
280
|
+
transcoder.transcode request_pb
|
222
281
|
end
|
223
282
|
end
|
224
283
|
end
|
@@ -55,9 +55,18 @@ module Google
|
|
55
55
|
def delete request_pb, options = nil
|
56
56
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
57
57
|
|
58
|
-
uri,
|
59
|
-
|
58
|
+
verb, uri, query_string_params, body = transcode_delete_request request_pb
|
59
|
+
query_string_params = if query_string_params.any?
|
60
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
61
|
+
else
|
62
|
+
{}
|
63
|
+
end
|
64
|
+
|
65
|
+
response = @client_stub.make_http_request(
|
66
|
+
verb,
|
60
67
|
uri: uri,
|
68
|
+
body: body || "",
|
69
|
+
params: query_string_params,
|
61
70
|
options: options
|
62
71
|
)
|
63
72
|
result = ::Google::Cloud::Compute::V1::DeleteRegionOperationResponse.decode_json response.body, ignore_unknown_fields: true
|
@@ -66,21 +75,6 @@ module Google
|
|
66
75
|
result
|
67
76
|
end
|
68
77
|
|
69
|
-
##
|
70
|
-
# GRPC transcoding helper method for the delete REST call
|
71
|
-
#
|
72
|
-
# @param request_pb [::Google::Cloud::Compute::V1::DeleteRegionOperationRequest]
|
73
|
-
# A request object representing the call parameters. Required.
|
74
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
75
|
-
# Uri, Body, Query string parameters
|
76
|
-
def transcode_delete_request request_pb
|
77
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/operations/#{request_pb.operation}"
|
78
|
-
body = nil
|
79
|
-
query_string_params = {}
|
80
|
-
|
81
|
-
[uri, body, query_string_params]
|
82
|
-
end
|
83
|
-
|
84
78
|
##
|
85
79
|
# Baseline implementation for the get REST call
|
86
80
|
#
|
@@ -98,9 +92,18 @@ module Google
|
|
98
92
|
def get request_pb, options = nil
|
99
93
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
100
94
|
|
101
|
-
uri,
|
102
|
-
|
95
|
+
verb, uri, query_string_params, body = transcode_get_request request_pb
|
96
|
+
query_string_params = if query_string_params.any?
|
97
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
98
|
+
else
|
99
|
+
{}
|
100
|
+
end
|
101
|
+
|
102
|
+
response = @client_stub.make_http_request(
|
103
|
+
verb,
|
103
104
|
uri: uri,
|
105
|
+
body: body || "",
|
106
|
+
params: query_string_params,
|
104
107
|
options: options
|
105
108
|
)
|
106
109
|
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
@@ -109,21 +112,6 @@ module Google
|
|
109
112
|
result
|
110
113
|
end
|
111
114
|
|
112
|
-
##
|
113
|
-
# GRPC transcoding helper method for the get REST call
|
114
|
-
#
|
115
|
-
# @param request_pb [::Google::Cloud::Compute::V1::GetRegionOperationRequest]
|
116
|
-
# A request object representing the call parameters. Required.
|
117
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
118
|
-
# Uri, Body, Query string parameters
|
119
|
-
def transcode_get_request request_pb
|
120
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/operations/#{request_pb.operation}"
|
121
|
-
body = nil
|
122
|
-
query_string_params = {}
|
123
|
-
|
124
|
-
[uri, body, query_string_params]
|
125
|
-
end
|
126
|
-
|
127
115
|
##
|
128
116
|
# Baseline implementation for the list REST call
|
129
117
|
#
|
@@ -141,9 +129,17 @@ module Google
|
|
141
129
|
def list request_pb, options = nil
|
142
130
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
143
131
|
|
144
|
-
|
145
|
-
|
132
|
+
verb, uri, query_string_params, body = transcode_list_request request_pb
|
133
|
+
query_string_params = if query_string_params.any?
|
134
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
135
|
+
else
|
136
|
+
{}
|
137
|
+
end
|
138
|
+
|
139
|
+
response = @client_stub.make_http_request(
|
140
|
+
verb,
|
146
141
|
uri: uri,
|
142
|
+
body: body || "",
|
147
143
|
params: query_string_params,
|
148
144
|
options: options
|
149
145
|
)
|
@@ -153,26 +149,6 @@ module Google
|
|
153
149
|
result
|
154
150
|
end
|
155
151
|
|
156
|
-
##
|
157
|
-
# GRPC transcoding helper method for the list REST call
|
158
|
-
#
|
159
|
-
# @param request_pb [::Google::Cloud::Compute::V1::ListRegionOperationsRequest]
|
160
|
-
# A request object representing the call parameters. Required.
|
161
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
162
|
-
# Uri, Body, Query string parameters
|
163
|
-
def transcode_list_request request_pb
|
164
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/operations"
|
165
|
-
body = nil
|
166
|
-
query_string_params = {}
|
167
|
-
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
168
|
-
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
169
|
-
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
170
|
-
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
171
|
-
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
172
|
-
|
173
|
-
[uri, body, query_string_params]
|
174
|
-
end
|
175
|
-
|
176
152
|
##
|
177
153
|
# Baseline implementation for the wait REST call
|
178
154
|
#
|
@@ -190,9 +166,18 @@ module Google
|
|
190
166
|
def wait request_pb, options = nil
|
191
167
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
192
168
|
|
193
|
-
uri,
|
194
|
-
|
169
|
+
verb, uri, query_string_params, body = transcode_wait_request request_pb
|
170
|
+
query_string_params = if query_string_params.any?
|
171
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
172
|
+
else
|
173
|
+
{}
|
174
|
+
end
|
175
|
+
|
176
|
+
response = @client_stub.make_http_request(
|
177
|
+
verb,
|
195
178
|
uri: uri,
|
179
|
+
body: body || "",
|
180
|
+
params: query_string_params,
|
196
181
|
options: options
|
197
182
|
)
|
198
183
|
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
@@ -201,7 +186,80 @@ module Google
|
|
201
186
|
result
|
202
187
|
end
|
203
188
|
|
189
|
+
|
190
|
+
private
|
191
|
+
|
192
|
+
##
|
193
|
+
# @private
|
194
|
+
#
|
195
|
+
# GRPC transcoding helper method for the delete REST call
|
196
|
+
#
|
197
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteRegionOperationRequest]
|
198
|
+
# A request object representing the call parameters. Required.
|
199
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
200
|
+
# Uri, Body, Query string parameters
|
201
|
+
def transcode_delete_request request_pb
|
202
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
203
|
+
.with_bindings(
|
204
|
+
uri_method: :delete,
|
205
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/operations/{operation}",
|
206
|
+
matches: [
|
207
|
+
["project", %r{[^/]+}, false],
|
208
|
+
["region", %r{[^/]+}, false],
|
209
|
+
["operation", %r{[^/]+}, false]
|
210
|
+
]
|
211
|
+
)
|
212
|
+
transcoder.transcode request_pb
|
213
|
+
end
|
214
|
+
|
215
|
+
##
|
216
|
+
# @private
|
217
|
+
#
|
218
|
+
# GRPC transcoding helper method for the get REST call
|
219
|
+
#
|
220
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetRegionOperationRequest]
|
221
|
+
# A request object representing the call parameters. Required.
|
222
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
223
|
+
# Uri, Body, Query string parameters
|
224
|
+
def transcode_get_request request_pb
|
225
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
226
|
+
.with_bindings(
|
227
|
+
uri_method: :get,
|
228
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/operations/{operation}",
|
229
|
+
matches: [
|
230
|
+
["project", %r{[^/]+}, false],
|
231
|
+
["region", %r{[^/]+}, false],
|
232
|
+
["operation", %r{[^/]+}, false]
|
233
|
+
]
|
234
|
+
)
|
235
|
+
transcoder.transcode request_pb
|
236
|
+
end
|
237
|
+
|
204
238
|
##
|
239
|
+
# @private
|
240
|
+
#
|
241
|
+
# GRPC transcoding helper method for the list REST call
|
242
|
+
#
|
243
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListRegionOperationsRequest]
|
244
|
+
# A request object representing the call parameters. Required.
|
245
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
246
|
+
# Uri, Body, Query string parameters
|
247
|
+
def transcode_list_request request_pb
|
248
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
249
|
+
.with_bindings(
|
250
|
+
uri_method: :get,
|
251
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/operations",
|
252
|
+
matches: [
|
253
|
+
["project", %r{[^/]+}, false],
|
254
|
+
["region", %r{[^/]+}, false]
|
255
|
+
]
|
256
|
+
)
|
257
|
+
transcoder.transcode request_pb
|
258
|
+
end
|
259
|
+
|
260
|
+
##
|
261
|
+
# @private
|
262
|
+
#
|
205
263
|
# GRPC transcoding helper method for the wait REST call
|
206
264
|
#
|
207
265
|
# @param request_pb [::Google::Cloud::Compute::V1::WaitRegionOperationRequest]
|
@@ -209,11 +267,17 @@ module Google
|
|
209
267
|
# @return [Array(String, [String, nil], Hash{String => String})]
|
210
268
|
# Uri, Body, Query string parameters
|
211
269
|
def transcode_wait_request request_pb
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
270
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
271
|
+
.with_bindings(
|
272
|
+
uri_method: :post,
|
273
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/operations/{operation}/wait",
|
274
|
+
matches: [
|
275
|
+
["project", %r{[^/]+}, false],
|
276
|
+
["region", %r{[^/]+}, false],
|
277
|
+
["operation", %r{[^/]+}, false]
|
278
|
+
]
|
279
|
+
)
|
280
|
+
transcoder.transcode request_pb
|
217
281
|
end
|
218
282
|
end
|
219
283
|
end
|