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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c58d6b847e995a168df8eb6bed384cbf828ab64e23d952806f40b67912159996
|
|
4
|
+
data.tar.gz: 22c0d911080be8b78af8a7c7027acf545b9a41187ec078b7d241905dd31ff3c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8fb8fb60e9a2f10c8aad860658efe9a2accc187611d7b1c0d4819f3a2df0825cfff0280aa3af8dbbf9cc131ebff52ea7d0bc5b04571ead1f76f7849601c90bd0
|
|
7
|
+
data.tar.gz: 5705b22256eb1a3fcf8f4084b0a2b18d54d147b04820a5a511e309d8f410417c9702869c4736b56176c5d5b3a7ff6112472b5582f4c4d33ece6bae7d4b86f355
|
data/README.md
CHANGED
|
@@ -44,11 +44,11 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
44
44
|
|
|
45
45
|
## Supported Ruby Versions
|
|
46
46
|
|
|
47
|
-
This library is supported on Ruby 2.
|
|
47
|
+
This library is supported on Ruby 2.6+.
|
|
48
48
|
|
|
49
49
|
Google provides official support for Ruby versions that are actively supported
|
|
50
50
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
51
|
-
in security maintenance, and not end of life.
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
in security maintenance, and not end of life. Older versions of Ruby _may_
|
|
52
|
+
still work, but are unsupported and not recommended. See
|
|
53
|
+
https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby
|
|
54
|
+
support schedule.
|
|
@@ -55,9 +55,17 @@ module Google
|
|
|
55
55
|
def aggregated_list 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_aggregated_list_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,27 +75,6 @@ module Google
|
|
|
67
75
|
result
|
|
68
76
|
end
|
|
69
77
|
|
|
70
|
-
##
|
|
71
|
-
# GRPC transcoding helper method for the aggregated_list REST call
|
|
72
|
-
#
|
|
73
|
-
# @param request_pb [::Google::Cloud::Compute::V1::AggregatedListAcceleratorTypesRequest]
|
|
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_aggregated_list_request request_pb
|
|
78
|
-
uri = "/compute/v1/projects/#{request_pb.project}/aggregated/acceleratorTypes"
|
|
79
|
-
body = nil
|
|
80
|
-
query_string_params = {}
|
|
81
|
-
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
|
82
|
-
query_string_params["includeAllScopes"] = request_pb.include_all_scopes.to_s if request_pb.has_include_all_scopes?
|
|
83
|
-
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
|
84
|
-
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
|
85
|
-
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
|
86
|
-
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
|
87
|
-
|
|
88
|
-
[uri, body, query_string_params]
|
|
89
|
-
end
|
|
90
|
-
|
|
91
78
|
##
|
|
92
79
|
# Baseline implementation for the get REST call
|
|
93
80
|
#
|
|
@@ -105,9 +92,18 @@ module Google
|
|
|
105
92
|
def get request_pb, options = nil
|
|
106
93
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
|
107
94
|
|
|
108
|
-
uri,
|
|
109
|
-
|
|
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,
|
|
110
104
|
uri: uri,
|
|
105
|
+
body: body || "",
|
|
106
|
+
params: query_string_params,
|
|
111
107
|
options: options
|
|
112
108
|
)
|
|
113
109
|
result = ::Google::Cloud::Compute::V1::AcceleratorType.decode_json response.body, ignore_unknown_fields: true
|
|
@@ -116,21 +112,6 @@ module Google
|
|
|
116
112
|
result
|
|
117
113
|
end
|
|
118
114
|
|
|
119
|
-
##
|
|
120
|
-
# GRPC transcoding helper method for the get REST call
|
|
121
|
-
#
|
|
122
|
-
# @param request_pb [::Google::Cloud::Compute::V1::GetAcceleratorTypeRequest]
|
|
123
|
-
# A request object representing the call parameters. Required.
|
|
124
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
125
|
-
# Uri, Body, Query string parameters
|
|
126
|
-
def transcode_get_request request_pb
|
|
127
|
-
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/acceleratorTypes/#{request_pb.accelerator_type}"
|
|
128
|
-
body = nil
|
|
129
|
-
query_string_params = {}
|
|
130
|
-
|
|
131
|
-
[uri, body, query_string_params]
|
|
132
|
-
end
|
|
133
|
-
|
|
134
115
|
##
|
|
135
116
|
# Baseline implementation for the list REST call
|
|
136
117
|
#
|
|
@@ -148,9 +129,17 @@ module Google
|
|
|
148
129
|
def list request_pb, options = nil
|
|
149
130
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
|
150
131
|
|
|
151
|
-
|
|
152
|
-
|
|
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,
|
|
153
141
|
uri: uri,
|
|
142
|
+
body: body || "",
|
|
154
143
|
params: query_string_params,
|
|
155
144
|
options: options
|
|
156
145
|
)
|
|
@@ -160,7 +149,56 @@ module Google
|
|
|
160
149
|
result
|
|
161
150
|
end
|
|
162
151
|
|
|
152
|
+
|
|
153
|
+
private
|
|
154
|
+
|
|
155
|
+
##
|
|
156
|
+
# @private
|
|
157
|
+
#
|
|
158
|
+
# GRPC transcoding helper method for the aggregated_list REST call
|
|
159
|
+
#
|
|
160
|
+
# @param request_pb [::Google::Cloud::Compute::V1::AggregatedListAcceleratorTypesRequest]
|
|
161
|
+
# A request object representing the call parameters. Required.
|
|
162
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
163
|
+
# Uri, Body, Query string parameters
|
|
164
|
+
def transcode_aggregated_list_request request_pb
|
|
165
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
166
|
+
.with_bindings(
|
|
167
|
+
uri_method: :get,
|
|
168
|
+
uri_template: "/compute/v1/projects/{project}/aggregated/acceleratorTypes",
|
|
169
|
+
matches: [
|
|
170
|
+
["project", %r{[^/]+}, false]
|
|
171
|
+
]
|
|
172
|
+
)
|
|
173
|
+
transcoder.transcode request_pb
|
|
174
|
+
end
|
|
175
|
+
|
|
163
176
|
##
|
|
177
|
+
# @private
|
|
178
|
+
#
|
|
179
|
+
# GRPC transcoding helper method for the get REST call
|
|
180
|
+
#
|
|
181
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetAcceleratorTypeRequest]
|
|
182
|
+
# A request object representing the call parameters. Required.
|
|
183
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
184
|
+
# Uri, Body, Query string parameters
|
|
185
|
+
def transcode_get_request request_pb
|
|
186
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
187
|
+
.with_bindings(
|
|
188
|
+
uri_method: :get,
|
|
189
|
+
uri_template: "/compute/v1/projects/{project}/zones/{zone}/acceleratorTypes/{accelerator_type}",
|
|
190
|
+
matches: [
|
|
191
|
+
["project", %r{[^/]+}, false],
|
|
192
|
+
["zone", %r{[^/]+}, false],
|
|
193
|
+
["accelerator_type", %r{[^/]+}, false]
|
|
194
|
+
]
|
|
195
|
+
)
|
|
196
|
+
transcoder.transcode request_pb
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
##
|
|
200
|
+
# @private
|
|
201
|
+
#
|
|
164
202
|
# GRPC transcoding helper method for the list REST call
|
|
165
203
|
#
|
|
166
204
|
# @param request_pb [::Google::Cloud::Compute::V1::ListAcceleratorTypesRequest]
|
|
@@ -168,16 +206,16 @@ module Google
|
|
|
168
206
|
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
169
207
|
# Uri, Body, Query string parameters
|
|
170
208
|
def transcode_list_request request_pb
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
209
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
210
|
+
.with_bindings(
|
|
211
|
+
uri_method: :get,
|
|
212
|
+
uri_template: "/compute/v1/projects/{project}/zones/{zone}/acceleratorTypes",
|
|
213
|
+
matches: [
|
|
214
|
+
["project", %r{[^/]+}, false],
|
|
215
|
+
["zone", %r{[^/]+}, false]
|
|
216
|
+
]
|
|
217
|
+
)
|
|
218
|
+
transcoder.transcode request_pb
|
|
181
219
|
end
|
|
182
220
|
end
|
|
183
221
|
end
|
|
@@ -55,9 +55,17 @@ module Google
|
|
|
55
55
|
def aggregated_list 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_aggregated_list_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,27 +75,6 @@ module Google
|
|
|
67
75
|
result
|
|
68
76
|
end
|
|
69
77
|
|
|
70
|
-
##
|
|
71
|
-
# GRPC transcoding helper method for the aggregated_list REST call
|
|
72
|
-
#
|
|
73
|
-
# @param request_pb [::Google::Cloud::Compute::V1::AggregatedListAddressesRequest]
|
|
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_aggregated_list_request request_pb
|
|
78
|
-
uri = "/compute/v1/projects/#{request_pb.project}/aggregated/addresses"
|
|
79
|
-
body = nil
|
|
80
|
-
query_string_params = {}
|
|
81
|
-
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
|
82
|
-
query_string_params["includeAllScopes"] = request_pb.include_all_scopes.to_s if request_pb.has_include_all_scopes?
|
|
83
|
-
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
|
84
|
-
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
|
85
|
-
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
|
86
|
-
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
|
87
|
-
|
|
88
|
-
[uri, body, query_string_params]
|
|
89
|
-
end
|
|
90
|
-
|
|
91
78
|
##
|
|
92
79
|
# Baseline implementation for the delete REST call
|
|
93
80
|
#
|
|
@@ -105,9 +92,17 @@ module Google
|
|
|
105
92
|
def delete request_pb, options = nil
|
|
106
93
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
|
107
94
|
|
|
108
|
-
|
|
109
|
-
|
|
95
|
+
verb, uri, query_string_params, body = transcode_delete_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,
|
|
110
104
|
uri: uri,
|
|
105
|
+
body: body || "",
|
|
111
106
|
params: query_string_params,
|
|
112
107
|
options: options
|
|
113
108
|
)
|
|
@@ -117,22 +112,6 @@ module Google
|
|
|
117
112
|
result
|
|
118
113
|
end
|
|
119
114
|
|
|
120
|
-
##
|
|
121
|
-
# GRPC transcoding helper method for the delete REST call
|
|
122
|
-
#
|
|
123
|
-
# @param request_pb [::Google::Cloud::Compute::V1::DeleteAddressRequest]
|
|
124
|
-
# A request object representing the call parameters. Required.
|
|
125
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
126
|
-
# Uri, Body, Query string parameters
|
|
127
|
-
def transcode_delete_request request_pb
|
|
128
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/addresses/#{request_pb.address}"
|
|
129
|
-
body = nil
|
|
130
|
-
query_string_params = {}
|
|
131
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
|
132
|
-
|
|
133
|
-
[uri, body, query_string_params]
|
|
134
|
-
end
|
|
135
|
-
|
|
136
115
|
##
|
|
137
116
|
# Baseline implementation for the get REST call
|
|
138
117
|
#
|
|
@@ -150,9 +129,18 @@ module Google
|
|
|
150
129
|
def get request_pb, options = nil
|
|
151
130
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
|
152
131
|
|
|
153
|
-
uri,
|
|
154
|
-
|
|
132
|
+
verb, uri, query_string_params, body = transcode_get_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,
|
|
155
141
|
uri: uri,
|
|
142
|
+
body: body || "",
|
|
143
|
+
params: query_string_params,
|
|
156
144
|
options: options
|
|
157
145
|
)
|
|
158
146
|
result = ::Google::Cloud::Compute::V1::Address.decode_json response.body, ignore_unknown_fields: true
|
|
@@ -161,21 +149,6 @@ module Google
|
|
|
161
149
|
result
|
|
162
150
|
end
|
|
163
151
|
|
|
164
|
-
##
|
|
165
|
-
# GRPC transcoding helper method for the get REST call
|
|
166
|
-
#
|
|
167
|
-
# @param request_pb [::Google::Cloud::Compute::V1::GetAddressRequest]
|
|
168
|
-
# A request object representing the call parameters. Required.
|
|
169
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
170
|
-
# Uri, Body, Query string parameters
|
|
171
|
-
def transcode_get_request request_pb
|
|
172
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/addresses/#{request_pb.address}"
|
|
173
|
-
body = nil
|
|
174
|
-
query_string_params = {}
|
|
175
|
-
|
|
176
|
-
[uri, body, query_string_params]
|
|
177
|
-
end
|
|
178
|
-
|
|
179
152
|
##
|
|
180
153
|
# Baseline implementation for the insert REST call
|
|
181
154
|
#
|
|
@@ -193,10 +166,17 @@ module Google
|
|
|
193
166
|
def insert request_pb, options = nil
|
|
194
167
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
|
195
168
|
|
|
196
|
-
|
|
197
|
-
|
|
169
|
+
verb, uri, query_string_params, body = transcode_insert_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,
|
|
198
178
|
uri: uri,
|
|
199
|
-
body: body,
|
|
179
|
+
body: body || "",
|
|
200
180
|
params: query_string_params,
|
|
201
181
|
options: options
|
|
202
182
|
)
|
|
@@ -206,22 +186,6 @@ module Google
|
|
|
206
186
|
result
|
|
207
187
|
end
|
|
208
188
|
|
|
209
|
-
##
|
|
210
|
-
# GRPC transcoding helper method for the insert REST call
|
|
211
|
-
#
|
|
212
|
-
# @param request_pb [::Google::Cloud::Compute::V1::InsertAddressRequest]
|
|
213
|
-
# A request object representing the call parameters. Required.
|
|
214
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
215
|
-
# Uri, Body, Query string parameters
|
|
216
|
-
def transcode_insert_request request_pb
|
|
217
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/addresses"
|
|
218
|
-
body = request_pb.address_resource.to_json
|
|
219
|
-
query_string_params = {}
|
|
220
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
|
221
|
-
|
|
222
|
-
[uri, body, query_string_params]
|
|
223
|
-
end
|
|
224
|
-
|
|
225
189
|
##
|
|
226
190
|
# Baseline implementation for the list REST call
|
|
227
191
|
#
|
|
@@ -239,9 +203,17 @@ module Google
|
|
|
239
203
|
def list request_pb, options = nil
|
|
240
204
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
|
241
205
|
|
|
242
|
-
|
|
243
|
-
|
|
206
|
+
verb, uri, query_string_params, body = transcode_list_request request_pb
|
|
207
|
+
query_string_params = if query_string_params.any?
|
|
208
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
|
209
|
+
else
|
|
210
|
+
{}
|
|
211
|
+
end
|
|
212
|
+
|
|
213
|
+
response = @client_stub.make_http_request(
|
|
214
|
+
verb,
|
|
244
215
|
uri: uri,
|
|
216
|
+
body: body || "",
|
|
245
217
|
params: query_string_params,
|
|
246
218
|
options: options
|
|
247
219
|
)
|
|
@@ -251,7 +223,102 @@ module Google
|
|
|
251
223
|
result
|
|
252
224
|
end
|
|
253
225
|
|
|
226
|
+
|
|
227
|
+
private
|
|
228
|
+
|
|
229
|
+
##
|
|
230
|
+
# @private
|
|
231
|
+
#
|
|
232
|
+
# GRPC transcoding helper method for the aggregated_list REST call
|
|
233
|
+
#
|
|
234
|
+
# @param request_pb [::Google::Cloud::Compute::V1::AggregatedListAddressesRequest]
|
|
235
|
+
# A request object representing the call parameters. Required.
|
|
236
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
237
|
+
# Uri, Body, Query string parameters
|
|
238
|
+
def transcode_aggregated_list_request request_pb
|
|
239
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
240
|
+
.with_bindings(
|
|
241
|
+
uri_method: :get,
|
|
242
|
+
uri_template: "/compute/v1/projects/{project}/aggregated/addresses",
|
|
243
|
+
matches: [
|
|
244
|
+
["project", %r{[^/]+}, false]
|
|
245
|
+
]
|
|
246
|
+
)
|
|
247
|
+
transcoder.transcode request_pb
|
|
248
|
+
end
|
|
249
|
+
|
|
250
|
+
##
|
|
251
|
+
# @private
|
|
252
|
+
#
|
|
253
|
+
# GRPC transcoding helper method for the delete REST call
|
|
254
|
+
#
|
|
255
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteAddressRequest]
|
|
256
|
+
# A request object representing the call parameters. Required.
|
|
257
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
258
|
+
# Uri, Body, Query string parameters
|
|
259
|
+
def transcode_delete_request request_pb
|
|
260
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
261
|
+
.with_bindings(
|
|
262
|
+
uri_method: :delete,
|
|
263
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/addresses/{address}",
|
|
264
|
+
matches: [
|
|
265
|
+
["project", %r{[^/]+}, false],
|
|
266
|
+
["region", %r{[^/]+}, false],
|
|
267
|
+
["address", %r{[^/]+}, false]
|
|
268
|
+
]
|
|
269
|
+
)
|
|
270
|
+
transcoder.transcode request_pb
|
|
271
|
+
end
|
|
272
|
+
|
|
273
|
+
##
|
|
274
|
+
# @private
|
|
275
|
+
#
|
|
276
|
+
# GRPC transcoding helper method for the get REST call
|
|
277
|
+
#
|
|
278
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetAddressRequest]
|
|
279
|
+
# A request object representing the call parameters. Required.
|
|
280
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
281
|
+
# Uri, Body, Query string parameters
|
|
282
|
+
def transcode_get_request request_pb
|
|
283
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
284
|
+
.with_bindings(
|
|
285
|
+
uri_method: :get,
|
|
286
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/addresses/{address}",
|
|
287
|
+
matches: [
|
|
288
|
+
["project", %r{[^/]+}, false],
|
|
289
|
+
["region", %r{[^/]+}, false],
|
|
290
|
+
["address", %r{[^/]+}, false]
|
|
291
|
+
]
|
|
292
|
+
)
|
|
293
|
+
transcoder.transcode request_pb
|
|
294
|
+
end
|
|
295
|
+
|
|
254
296
|
##
|
|
297
|
+
# @private
|
|
298
|
+
#
|
|
299
|
+
# GRPC transcoding helper method for the insert REST call
|
|
300
|
+
#
|
|
301
|
+
# @param request_pb [::Google::Cloud::Compute::V1::InsertAddressRequest]
|
|
302
|
+
# A request object representing the call parameters. Required.
|
|
303
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
304
|
+
# Uri, Body, Query string parameters
|
|
305
|
+
def transcode_insert_request request_pb
|
|
306
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
307
|
+
.with_bindings(
|
|
308
|
+
uri_method: :post,
|
|
309
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/addresses",
|
|
310
|
+
body: "address_resource",
|
|
311
|
+
matches: [
|
|
312
|
+
["project", %r{[^/]+}, false],
|
|
313
|
+
["region", %r{[^/]+}, false]
|
|
314
|
+
]
|
|
315
|
+
)
|
|
316
|
+
transcoder.transcode request_pb
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
##
|
|
320
|
+
# @private
|
|
321
|
+
#
|
|
255
322
|
# GRPC transcoding helper method for the list REST call
|
|
256
323
|
#
|
|
257
324
|
# @param request_pb [::Google::Cloud::Compute::V1::ListAddressesRequest]
|
|
@@ -259,16 +326,16 @@ module Google
|
|
|
259
326
|
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
260
327
|
# Uri, Body, Query string parameters
|
|
261
328
|
def transcode_list_request request_pb
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
329
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
330
|
+
.with_bindings(
|
|
331
|
+
uri_method: :get,
|
|
332
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/addresses",
|
|
333
|
+
matches: [
|
|
334
|
+
["project", %r{[^/]+}, false],
|
|
335
|
+
["region", %r{[^/]+}, false]
|
|
336
|
+
]
|
|
337
|
+
)
|
|
338
|
+
transcoder.transcode request_pb
|
|
272
339
|
end
|
|
273
340
|
end
|
|
274
341
|
end
|