google-cloud-compute-v1 2.4.0 → 2.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/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +48 -0
- data/lib/google/cloud/compute/v1/addresses/rest/client.rb +112 -0
- data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +112 -0
- data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +144 -0
- data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +224 -0
- data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +48 -0
- data/lib/google/cloud/compute/v1/disks/rest/client.rb +288 -0
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +96 -0
- data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +288 -0
- data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +96 -0
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +128 -0
- data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +96 -0
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +112 -0
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +112 -0
- data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +80 -0
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +48 -0
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +80 -0
- data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +112 -0
- data/lib/google/cloud/compute/v1/image_family_views/rest/client.rb +16 -0
- data/lib/google/cloud/compute/v1/images/rest/client.rb +176 -0
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +320 -0
- data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +144 -0
- data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +128 -0
- data/lib/google/cloud/compute/v1/instances/rest/client.rb +736 -0
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +112 -0
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +32 -0
- data/lib/google/cloud/compute/v1/interconnect_remote_locations/rest/client.rb +32 -0
- data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +112 -0
- data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +32 -0
- data/lib/google/cloud/compute/v1/licenses/rest/client.rb +112 -0
- data/lib/google/cloud/compute/v1/machine_images/rest/client.rb +112 -0
- data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +48 -0
- data/lib/google/cloud/compute/v1/network_attachments/rest/client.rb +128 -0
- data/lib/google/cloud/compute/v1/network_edge_security_services/rest/client.rb +80 -0
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +144 -0
- data/lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb +256 -0
- data/lib/google/cloud/compute/v1/networks/rest/client.rb +176 -0
- data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +224 -0
- data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +128 -0
- data/lib/google/cloud/compute/v1/node_types/rest/client.rb +48 -0
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +112 -0
- data/lib/google/cloud/compute/v1/projects/rest/client.rb +208 -0
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +80 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +96 -0
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +96 -0
- data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +144 -0
- data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +80 -0
- data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +32 -0
- data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +272 -0
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +80 -0
- data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +96 -0
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +304 -0
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +64 -0
- data/lib/google/cloud/compute/v1/region_instance_templates/rest/client.rb +64 -0
- data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +16 -0
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +64 -0
- data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/client.rb +272 -0
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +64 -0
- data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +64 -0
- data/lib/google/cloud/compute/v1/region_security_policies/rest/client.rb +80 -0
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +64 -0
- data/lib/google/cloud/compute/v1/region_ssl_policies/rest/client.rb +96 -0
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +80 -0
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +112 -0
- data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest/client.rb +64 -0
- data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +112 -0
- data/lib/google/cloud/compute/v1/regions/rest/client.rb +32 -0
- data/lib/google/cloud/compute/v1/reservations/rest/client.rb +160 -0
- data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +144 -0
- data/lib/google/cloud/compute/v1/routers/rest/client.rb +160 -0
- data/lib/google/cloud/compute/v1/routes/rest/client.rb +64 -0
- data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +192 -0
- data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +144 -0
- data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +128 -0
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +80 -0
- data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +112 -0
- data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +192 -0
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +80 -0
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +112 -0
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +176 -0
- data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +80 -0
- data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +176 -0
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +144 -0
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +112 -0
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +96 -0
- data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +144 -0
- data/lib/google/cloud/compute/v1/version.rb +1 -1
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +128 -0
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +96 -0
- data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +64 -0
- data/lib/google/cloud/compute/v1/zones/rest/client.rb +32 -0
- data/proto_docs/google/api/field_behavior.rb +14 -0
- metadata +5 -5
|
@@ -178,6 +178,22 @@ module Google
|
|
|
178
178
|
# @return [::Google::Cloud::Compute::V1::DeleteZoneOperationResponse]
|
|
179
179
|
#
|
|
180
180
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
181
|
+
#
|
|
182
|
+
# @example Basic example
|
|
183
|
+
# require "google/cloud/compute/v1"
|
|
184
|
+
#
|
|
185
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
186
|
+
# client = Google::Cloud::Compute::V1::ZoneOperations::Rest::Client.new
|
|
187
|
+
#
|
|
188
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
189
|
+
# request = Google::Cloud::Compute::V1::DeleteZoneOperationRequest.new
|
|
190
|
+
#
|
|
191
|
+
# # Call the delete method.
|
|
192
|
+
# result = client.delete request
|
|
193
|
+
#
|
|
194
|
+
# # The returned object is of type Google::Cloud::Compute::V1::DeleteZoneOperationResponse.
|
|
195
|
+
# p result
|
|
196
|
+
#
|
|
181
197
|
def delete request, options = nil
|
|
182
198
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
183
199
|
|
|
@@ -244,6 +260,22 @@ module Google
|
|
|
244
260
|
# @return [::Google::Cloud::Compute::V1::Operation]
|
|
245
261
|
#
|
|
246
262
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
263
|
+
#
|
|
264
|
+
# @example Basic example
|
|
265
|
+
# require "google/cloud/compute/v1"
|
|
266
|
+
#
|
|
267
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
268
|
+
# client = Google::Cloud::Compute::V1::ZoneOperations::Rest::Client.new
|
|
269
|
+
#
|
|
270
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
271
|
+
# request = Google::Cloud::Compute::V1::GetZoneOperationRequest.new
|
|
272
|
+
#
|
|
273
|
+
# # Call the get method.
|
|
274
|
+
# result = client.get request
|
|
275
|
+
#
|
|
276
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
|
277
|
+
# p result
|
|
278
|
+
#
|
|
247
279
|
def get request, options = nil
|
|
248
280
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
249
281
|
|
|
@@ -318,6 +350,22 @@ module Google
|
|
|
318
350
|
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Operation>]
|
|
319
351
|
#
|
|
320
352
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
353
|
+
#
|
|
354
|
+
# @example Basic example
|
|
355
|
+
# require "google/cloud/compute/v1"
|
|
356
|
+
#
|
|
357
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
358
|
+
# client = Google::Cloud::Compute::V1::ZoneOperations::Rest::Client.new
|
|
359
|
+
#
|
|
360
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
361
|
+
# request = Google::Cloud::Compute::V1::ListZoneOperationsRequest.new
|
|
362
|
+
#
|
|
363
|
+
# # Call the list method.
|
|
364
|
+
# result = client.list request
|
|
365
|
+
#
|
|
366
|
+
# # The returned object is of type Google::Cloud::Compute::V1::OperationList.
|
|
367
|
+
# p result
|
|
368
|
+
#
|
|
321
369
|
def list request, options = nil
|
|
322
370
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
323
371
|
|
|
@@ -385,6 +433,22 @@ module Google
|
|
|
385
433
|
# @return [::Google::Cloud::Compute::V1::Operation]
|
|
386
434
|
#
|
|
387
435
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
436
|
+
#
|
|
437
|
+
# @example Basic example
|
|
438
|
+
# require "google/cloud/compute/v1"
|
|
439
|
+
#
|
|
440
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
441
|
+
# client = Google::Cloud::Compute::V1::ZoneOperations::Rest::Client.new
|
|
442
|
+
#
|
|
443
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
444
|
+
# request = Google::Cloud::Compute::V1::WaitZoneOperationRequest.new
|
|
445
|
+
#
|
|
446
|
+
# # Call the wait method.
|
|
447
|
+
# result = client.wait request
|
|
448
|
+
#
|
|
449
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
|
450
|
+
# p result
|
|
451
|
+
#
|
|
388
452
|
def wait request, options = nil
|
|
389
453
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
390
454
|
|
|
@@ -172,6 +172,22 @@ module Google
|
|
|
172
172
|
# @return [::Google::Cloud::Compute::V1::Zone]
|
|
173
173
|
#
|
|
174
174
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
175
|
+
#
|
|
176
|
+
# @example Basic example
|
|
177
|
+
# require "google/cloud/compute/v1"
|
|
178
|
+
#
|
|
179
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
180
|
+
# client = Google::Cloud::Compute::V1::Zones::Rest::Client.new
|
|
181
|
+
#
|
|
182
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
183
|
+
# request = Google::Cloud::Compute::V1::GetZoneRequest.new
|
|
184
|
+
#
|
|
185
|
+
# # Call the get method.
|
|
186
|
+
# result = client.get request
|
|
187
|
+
#
|
|
188
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Zone.
|
|
189
|
+
# p result
|
|
190
|
+
#
|
|
175
191
|
def get request, options = nil
|
|
176
192
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
177
193
|
|
|
@@ -244,6 +260,22 @@ module Google
|
|
|
244
260
|
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Zone>]
|
|
245
261
|
#
|
|
246
262
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
263
|
+
#
|
|
264
|
+
# @example Basic example
|
|
265
|
+
# require "google/cloud/compute/v1"
|
|
266
|
+
#
|
|
267
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
268
|
+
# client = Google::Cloud::Compute::V1::Zones::Rest::Client.new
|
|
269
|
+
#
|
|
270
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
271
|
+
# request = Google::Cloud::Compute::V1::ListZonesRequest.new
|
|
272
|
+
#
|
|
273
|
+
# # Call the list method.
|
|
274
|
+
# result = client.list request
|
|
275
|
+
#
|
|
276
|
+
# # The returned object is of type Google::Cloud::Compute::V1::ZoneList.
|
|
277
|
+
# p result
|
|
278
|
+
#
|
|
247
279
|
def list request, options = nil
|
|
248
280
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
249
281
|
|
|
@@ -66,6 +66,20 @@ module Google
|
|
|
66
66
|
# a non-empty value will be returned. The user will not be aware of what
|
|
67
67
|
# non-empty value to expect.
|
|
68
68
|
NON_EMPTY_DEFAULT = 7
|
|
69
|
+
|
|
70
|
+
# Denotes that the field in a resource (a message annotated with
|
|
71
|
+
# google.api.resource) is used in the resource name to uniquely identify the
|
|
72
|
+
# resource. For AIP-compliant APIs, this should only be applied to the
|
|
73
|
+
# `name` field on the resource.
|
|
74
|
+
#
|
|
75
|
+
# This behavior should not be applied to references to other resources within
|
|
76
|
+
# the message.
|
|
77
|
+
#
|
|
78
|
+
# The identifier field of resources often have different field behavior
|
|
79
|
+
# depending on the request it is embedded in (e.g. for Create methods name
|
|
80
|
+
# is optional and unused, while for Update methods it is required). Instead
|
|
81
|
+
# of method-specific annotations, only `IDENTIFIER` is required.
|
|
82
|
+
IDENTIFIER = 8
|
|
69
83
|
end
|
|
70
84
|
end
|
|
71
85
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-compute-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.20.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
29
|
+
version: 0.20.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -745,7 +745,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
745
745
|
- !ruby/object:Gem::Version
|
|
746
746
|
version: '0'
|
|
747
747
|
requirements: []
|
|
748
|
-
rubygems_version: 3.4.
|
|
748
|
+
rubygems_version: 3.4.19
|
|
749
749
|
signing_key:
|
|
750
750
|
specification_version: 4
|
|
751
751
|
summary: API Client library for the Google Cloud Compute V1 API
|