google-cloud-compute-v1 2.4.0 → 2.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +52 -3
- data/lib/google/cloud/compute/v1/addresses/rest/client.rb +116 -3
- data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +116 -3
- data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +421 -1
- data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +182 -0
- data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +420 -3
- data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +120 -0
- data/lib/google/cloud/compute/v1/compute_pb.rb +79 -1
- data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +52 -3
- data/lib/google/cloud/compute/v1/disks/rest/client.rb +292 -3
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +97 -1
- data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +289 -1
- data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +97 -1
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +132 -3
- data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +97 -1
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +113 -1
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +114 -2
- data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +84 -3
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +49 -1
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +81 -1
- data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +116 -3
- data/lib/google/cloud/compute/v1/image_family_views/rest/client.rb +16 -0
- data/lib/google/cloud/compute/v1/images/rest/client.rb +177 -1
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +327 -6
- data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +149 -4
- data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +132 -3
- data/lib/google/cloud/compute/v1/instances/rest/client.rb +845 -4
- data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +62 -0
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +116 -3
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +33 -1
- data/lib/google/cloud/compute/v1/interconnect_remote_locations/rest/client.rb +33 -1
- data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +206 -2
- data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +60 -0
- data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +32 -0
- data/lib/google/cloud/compute/v1/licenses/rest/client.rb +113 -1
- data/lib/google/cloud/compute/v1/machine_images/rest/client.rb +113 -1
- data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +52 -3
- data/lib/google/cloud/compute/v1/network_attachments/rest/client.rb +236 -3
- data/lib/google/cloud/compute/v1/network_attachments/rest/service_stub.rb +62 -0
- data/lib/google/cloud/compute/v1/network_edge_security_services/rest/client.rb +83 -2
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +149 -4
- data/lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb +257 -1
- data/lib/google/cloud/compute/v1/networks/rest/client.rb +178 -2
- data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +229 -4
- data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +132 -3
- data/lib/google/cloud/compute/v1/node_types/rest/client.rb +52 -3
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +116 -3
- data/lib/google/cloud/compute/v1/projects/rest/client.rb +210 -2
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +282 -4
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb +120 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +304 -3
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb +122 -0
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +97 -1
- data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +445 -1
- data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +184 -0
- data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +84 -3
- data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +33 -1
- data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +273 -1
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +81 -1
- data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +97 -1
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +308 -4
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +66 -2
- data/lib/google/cloud/compute/v1/region_instance_templates/rest/client.rb +65 -1
- 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 +378 -4
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb +185 -0
- data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/client.rb +273 -1
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +65 -1
- data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +65 -1
- data/lib/google/cloud/compute/v1/region_security_policies/rest/client.rb +497 -5
- data/lib/google/cloud/compute/v1/region_security_policies/rest/service_stub.rb +246 -0
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +65 -1
- data/lib/google/cloud/compute/v1/region_ssl_policies/rest/client.rb +98 -2
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +81 -1
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +113 -1
- data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest/client.rb +65 -1
- data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +113 -1
- data/lib/google/cloud/compute/v1/regions/rest/client.rb +33 -1
- data/lib/google/cloud/compute/v1/reservations/rest/client.rb +164 -3
- data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +148 -3
- data/lib/google/cloud/compute/v1/rest.rb +1 -0
- data/lib/google/cloud/compute/v1/routers/rest/client.rb +261 -4
- data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +61 -0
- data/lib/google/cloud/compute/v1/routes/rest/client.rb +65 -1
- data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +203 -6
- data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +148 -3
- data/lib/google/cloud/compute/v1/snapshot_settings_service/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/snapshot_settings_service/rest/client.rb +480 -0
- data/lib/google/cloud/compute/v1/snapshot_settings_service/rest/service_stub.rb +167 -0
- data/lib/google/cloud/compute/v1/snapshot_settings_service/rest.rb +51 -0
- data/lib/google/cloud/compute/v1/snapshot_settings_service.rb +47 -0
- data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +129 -1
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +84 -3
- data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +117 -4
- data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +197 -4
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +81 -1
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +116 -3
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +180 -3
- data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +188 -3
- data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +62 -0
- data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +284 -3
- data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +62 -0
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +145 -1
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +116 -3
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +100 -3
- data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +148 -3
- data/lib/google/cloud/compute/v1/version.rb +1 -1
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +132 -3
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +100 -3
- data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +65 -1
- data/lib/google/cloud/compute/v1/zones/rest/client.rb +33 -1
- data/lib/google/cloud/compute/v1.rb +1 -0
- data/proto_docs/google/api/client.rb +13 -0
- data/proto_docs/google/api/field_behavior.rb +14 -0
- data/proto_docs/google/cloud/compute/v1/compute.rb +1654 -196
- data/proto_docs/google/protobuf/any.rb +144 -0
- metadata +11 -5
@@ -198,6 +198,22 @@ module Google
|
|
198
198
|
# @return [::Gapic::GenericLRO::Operation]
|
199
199
|
#
|
200
200
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
201
|
+
#
|
202
|
+
# @example Basic example
|
203
|
+
# require "google/cloud/compute/v1"
|
204
|
+
#
|
205
|
+
# # Create a client object. The client can be reused for multiple calls.
|
206
|
+
# client = Google::Cloud::Compute::V1::GlobalForwardingRules::Rest::Client.new
|
207
|
+
#
|
208
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
209
|
+
# request = Google::Cloud::Compute::V1::DeleteGlobalForwardingRuleRequest.new
|
210
|
+
#
|
211
|
+
# # Call the delete method.
|
212
|
+
# result = client.delete request
|
213
|
+
#
|
214
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
215
|
+
# p result
|
216
|
+
#
|
201
217
|
def delete request, options = nil
|
202
218
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
203
219
|
|
@@ -270,6 +286,22 @@ module Google
|
|
270
286
|
# @return [::Google::Cloud::Compute::V1::ForwardingRule]
|
271
287
|
#
|
272
288
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
289
|
+
#
|
290
|
+
# @example Basic example
|
291
|
+
# require "google/cloud/compute/v1"
|
292
|
+
#
|
293
|
+
# # Create a client object. The client can be reused for multiple calls.
|
294
|
+
# client = Google::Cloud::Compute::V1::GlobalForwardingRules::Rest::Client.new
|
295
|
+
#
|
296
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
297
|
+
# request = Google::Cloud::Compute::V1::GetGlobalForwardingRuleRequest.new
|
298
|
+
#
|
299
|
+
# # Call the get method.
|
300
|
+
# result = client.get request
|
301
|
+
#
|
302
|
+
# # The returned object is of type Google::Cloud::Compute::V1::ForwardingRule.
|
303
|
+
# p result
|
304
|
+
#
|
273
305
|
def get request, options = nil
|
274
306
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
275
307
|
|
@@ -336,6 +368,22 @@ module Google
|
|
336
368
|
# @return [::Gapic::GenericLRO::Operation]
|
337
369
|
#
|
338
370
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
371
|
+
#
|
372
|
+
# @example Basic example
|
373
|
+
# require "google/cloud/compute/v1"
|
374
|
+
#
|
375
|
+
# # Create a client object. The client can be reused for multiple calls.
|
376
|
+
# client = Google::Cloud::Compute::V1::GlobalForwardingRules::Rest::Client.new
|
377
|
+
#
|
378
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
379
|
+
# request = Google::Cloud::Compute::V1::InsertGlobalForwardingRuleRequest.new
|
380
|
+
#
|
381
|
+
# # Call the insert method.
|
382
|
+
# result = client.insert request
|
383
|
+
#
|
384
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
385
|
+
# p result
|
386
|
+
#
|
339
387
|
def insert request, options = nil
|
340
388
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
341
389
|
|
@@ -398,7 +446,7 @@ module Google
|
|
398
446
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
399
447
|
#
|
400
448
|
# @param filter [::String]
|
401
|
-
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The
|
449
|
+
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.
|
402
450
|
# @param max_results [::Integer]
|
403
451
|
# The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
|
404
452
|
# @param order_by [::String]
|
@@ -416,6 +464,22 @@ module Google
|
|
416
464
|
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::ForwardingRule>]
|
417
465
|
#
|
418
466
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
467
|
+
#
|
468
|
+
# @example Basic example
|
469
|
+
# require "google/cloud/compute/v1"
|
470
|
+
#
|
471
|
+
# # Create a client object. The client can be reused for multiple calls.
|
472
|
+
# client = Google::Cloud::Compute::V1::GlobalForwardingRules::Rest::Client.new
|
473
|
+
#
|
474
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
475
|
+
# request = Google::Cloud::Compute::V1::ListGlobalForwardingRulesRequest.new
|
476
|
+
#
|
477
|
+
# # Call the list method.
|
478
|
+
# result = client.list request
|
479
|
+
#
|
480
|
+
# # The returned object is of type Google::Cloud::Compute::V1::ForwardingRuleList.
|
481
|
+
# p result
|
482
|
+
#
|
419
483
|
def list request, options = nil
|
420
484
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
421
485
|
|
@@ -485,6 +549,22 @@ module Google
|
|
485
549
|
# @return [::Gapic::GenericLRO::Operation]
|
486
550
|
#
|
487
551
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
552
|
+
#
|
553
|
+
# @example Basic example
|
554
|
+
# require "google/cloud/compute/v1"
|
555
|
+
#
|
556
|
+
# # Create a client object. The client can be reused for multiple calls.
|
557
|
+
# client = Google::Cloud::Compute::V1::GlobalForwardingRules::Rest::Client.new
|
558
|
+
#
|
559
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
560
|
+
# request = Google::Cloud::Compute::V1::PatchGlobalForwardingRuleRequest.new
|
561
|
+
#
|
562
|
+
# # Call the patch method.
|
563
|
+
# result = client.patch request
|
564
|
+
#
|
565
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
566
|
+
# p result
|
567
|
+
#
|
488
568
|
def patch request, options = nil
|
489
569
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
490
570
|
|
@@ -559,6 +639,22 @@ module Google
|
|
559
639
|
# @return [::Gapic::GenericLRO::Operation]
|
560
640
|
#
|
561
641
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
642
|
+
#
|
643
|
+
# @example Basic example
|
644
|
+
# require "google/cloud/compute/v1"
|
645
|
+
#
|
646
|
+
# # Create a client object. The client can be reused for multiple calls.
|
647
|
+
# client = Google::Cloud::Compute::V1::GlobalForwardingRules::Rest::Client.new
|
648
|
+
#
|
649
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
650
|
+
# request = Google::Cloud::Compute::V1::SetLabelsGlobalForwardingRuleRequest.new
|
651
|
+
#
|
652
|
+
# # Call the set_labels method.
|
653
|
+
# result = client.set_labels request
|
654
|
+
#
|
655
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
656
|
+
# p result
|
657
|
+
#
|
562
658
|
def set_labels request, options = nil
|
563
659
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
564
660
|
|
@@ -635,6 +731,22 @@ module Google
|
|
635
731
|
# @return [::Gapic::GenericLRO::Operation]
|
636
732
|
#
|
637
733
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
734
|
+
#
|
735
|
+
# @example Basic example
|
736
|
+
# require "google/cloud/compute/v1"
|
737
|
+
#
|
738
|
+
# # Create a client object. The client can be reused for multiple calls.
|
739
|
+
# client = Google::Cloud::Compute::V1::GlobalForwardingRules::Rest::Client.new
|
740
|
+
#
|
741
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
742
|
+
# request = Google::Cloud::Compute::V1::SetTargetGlobalForwardingRuleRequest.new
|
743
|
+
#
|
744
|
+
# # Call the set_target method.
|
745
|
+
# result = client.set_target request
|
746
|
+
#
|
747
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
748
|
+
# p result
|
749
|
+
#
|
638
750
|
def set_target request, options = nil
|
639
751
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
640
752
|
|
@@ -200,6 +200,22 @@ module Google
|
|
200
200
|
# @return [::Gapic::GenericLRO::Operation]
|
201
201
|
#
|
202
202
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
203
|
+
#
|
204
|
+
# @example Basic example
|
205
|
+
# require "google/cloud/compute/v1"
|
206
|
+
#
|
207
|
+
# # Create a client object. The client can be reused for multiple calls.
|
208
|
+
# client = Google::Cloud::Compute::V1::GlobalNetworkEndpointGroups::Rest::Client.new
|
209
|
+
#
|
210
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
211
|
+
# request = Google::Cloud::Compute::V1::AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest.new
|
212
|
+
#
|
213
|
+
# # Call the attach_network_endpoints method.
|
214
|
+
# result = client.attach_network_endpoints request
|
215
|
+
#
|
216
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
217
|
+
# p result
|
218
|
+
#
|
203
219
|
def attach_network_endpoints request, options = nil
|
204
220
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
205
221
|
|
@@ -274,6 +290,22 @@ module Google
|
|
274
290
|
# @return [::Gapic::GenericLRO::Operation]
|
275
291
|
#
|
276
292
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
293
|
+
#
|
294
|
+
# @example Basic example
|
295
|
+
# require "google/cloud/compute/v1"
|
296
|
+
#
|
297
|
+
# # Create a client object. The client can be reused for multiple calls.
|
298
|
+
# client = Google::Cloud::Compute::V1::GlobalNetworkEndpointGroups::Rest::Client.new
|
299
|
+
#
|
300
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
301
|
+
# request = Google::Cloud::Compute::V1::DeleteGlobalNetworkEndpointGroupRequest.new
|
302
|
+
#
|
303
|
+
# # Call the delete method.
|
304
|
+
# result = client.delete request
|
305
|
+
#
|
306
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
307
|
+
# p result
|
308
|
+
#
|
277
309
|
def delete request, options = nil
|
278
310
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
279
311
|
|
@@ -350,6 +382,22 @@ module Google
|
|
350
382
|
# @return [::Gapic::GenericLRO::Operation]
|
351
383
|
#
|
352
384
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
385
|
+
#
|
386
|
+
# @example Basic example
|
387
|
+
# require "google/cloud/compute/v1"
|
388
|
+
#
|
389
|
+
# # Create a client object. The client can be reused for multiple calls.
|
390
|
+
# client = Google::Cloud::Compute::V1::GlobalNetworkEndpointGroups::Rest::Client.new
|
391
|
+
#
|
392
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
393
|
+
# request = Google::Cloud::Compute::V1::DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest.new
|
394
|
+
#
|
395
|
+
# # Call the detach_network_endpoints method.
|
396
|
+
# result = client.detach_network_endpoints request
|
397
|
+
#
|
398
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
399
|
+
# p result
|
400
|
+
#
|
353
401
|
def detach_network_endpoints request, options = nil
|
354
402
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
355
403
|
|
@@ -422,6 +470,22 @@ module Google
|
|
422
470
|
# @return [::Google::Cloud::Compute::V1::NetworkEndpointGroup]
|
423
471
|
#
|
424
472
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
473
|
+
#
|
474
|
+
# @example Basic example
|
475
|
+
# require "google/cloud/compute/v1"
|
476
|
+
#
|
477
|
+
# # Create a client object. The client can be reused for multiple calls.
|
478
|
+
# client = Google::Cloud::Compute::V1::GlobalNetworkEndpointGroups::Rest::Client.new
|
479
|
+
#
|
480
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
481
|
+
# request = Google::Cloud::Compute::V1::GetGlobalNetworkEndpointGroupRequest.new
|
482
|
+
#
|
483
|
+
# # Call the get method.
|
484
|
+
# result = client.get request
|
485
|
+
#
|
486
|
+
# # The returned object is of type Google::Cloud::Compute::V1::NetworkEndpointGroup.
|
487
|
+
# p result
|
488
|
+
#
|
425
489
|
def get request, options = nil
|
426
490
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
427
491
|
|
@@ -488,6 +552,22 @@ module Google
|
|
488
552
|
# @return [::Gapic::GenericLRO::Operation]
|
489
553
|
#
|
490
554
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
555
|
+
#
|
556
|
+
# @example Basic example
|
557
|
+
# require "google/cloud/compute/v1"
|
558
|
+
#
|
559
|
+
# # Create a client object. The client can be reused for multiple calls.
|
560
|
+
# client = Google::Cloud::Compute::V1::GlobalNetworkEndpointGroups::Rest::Client.new
|
561
|
+
#
|
562
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
563
|
+
# request = Google::Cloud::Compute::V1::InsertGlobalNetworkEndpointGroupRequest.new
|
564
|
+
#
|
565
|
+
# # Call the insert method.
|
566
|
+
# result = client.insert request
|
567
|
+
#
|
568
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
569
|
+
# p result
|
570
|
+
#
|
491
571
|
def insert request, options = nil
|
492
572
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
493
573
|
|
@@ -550,7 +630,7 @@ module Google
|
|
550
630
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
551
631
|
#
|
552
632
|
# @param filter [::String]
|
553
|
-
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The
|
633
|
+
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.
|
554
634
|
# @param max_results [::Integer]
|
555
635
|
# The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
|
556
636
|
# @param order_by [::String]
|
@@ -568,6 +648,22 @@ module Google
|
|
568
648
|
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::NetworkEndpointGroup>]
|
569
649
|
#
|
570
650
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
651
|
+
#
|
652
|
+
# @example Basic example
|
653
|
+
# require "google/cloud/compute/v1"
|
654
|
+
#
|
655
|
+
# # Create a client object. The client can be reused for multiple calls.
|
656
|
+
# client = Google::Cloud::Compute::V1::GlobalNetworkEndpointGroups::Rest::Client.new
|
657
|
+
#
|
658
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
659
|
+
# request = Google::Cloud::Compute::V1::ListGlobalNetworkEndpointGroupsRequest.new
|
660
|
+
#
|
661
|
+
# # Call the list method.
|
662
|
+
# result = client.list request
|
663
|
+
#
|
664
|
+
# # The returned object is of type Google::Cloud::Compute::V1::NetworkEndpointGroupList.
|
665
|
+
# p result
|
666
|
+
#
|
571
667
|
def list request, options = nil
|
572
668
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
573
669
|
|
@@ -623,7 +719,7 @@ module Google
|
|
623
719
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
624
720
|
#
|
625
721
|
# @param filter [::String]
|
626
|
-
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The
|
722
|
+
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.
|
627
723
|
# @param max_results [::Integer]
|
628
724
|
# The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
|
629
725
|
# @param network_endpoint_group [::String]
|
@@ -643,6 +739,22 @@ module Google
|
|
643
739
|
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::NetworkEndpointWithHealthStatus>]
|
644
740
|
#
|
645
741
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
742
|
+
#
|
743
|
+
# @example Basic example
|
744
|
+
# require "google/cloud/compute/v1"
|
745
|
+
#
|
746
|
+
# # Create a client object. The client can be reused for multiple calls.
|
747
|
+
# client = Google::Cloud::Compute::V1::GlobalNetworkEndpointGroups::Rest::Client.new
|
748
|
+
#
|
749
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
750
|
+
# request = Google::Cloud::Compute::V1::ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest.new
|
751
|
+
#
|
752
|
+
# # Call the list_network_endpoints method.
|
753
|
+
# result = client.list_network_endpoints request
|
754
|
+
#
|
755
|
+
# # The returned object is of type Google::Cloud::Compute::V1::NetworkEndpointGroupsListNetworkEndpoints.
|
756
|
+
# p result
|
757
|
+
#
|
646
758
|
def list_network_endpoints request, options = nil
|
647
759
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
648
760
|
|
@@ -165,13 +165,13 @@ module Google
|
|
165
165
|
# @param options [::Gapic::CallOptions, ::Hash]
|
166
166
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
167
167
|
#
|
168
|
-
# @overload aggregated_list(filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, project: nil, return_partial_success: nil)
|
168
|
+
# @overload aggregated_list(filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, project: nil, return_partial_success: nil, service_project_number: nil)
|
169
169
|
# Pass arguments to `aggregated_list` via keyword arguments. Note that at
|
170
170
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
171
171
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
172
172
|
#
|
173
173
|
# @param filter [::String]
|
174
|
-
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The
|
174
|
+
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.
|
175
175
|
# @param include_all_scopes [::Boolean]
|
176
176
|
# Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
|
177
177
|
# @param max_results [::Integer]
|
@@ -184,6 +184,7 @@ module Google
|
|
184
184
|
# Project ID for this request.
|
185
185
|
# @param return_partial_success [::Boolean]
|
186
186
|
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
187
|
+
# @param service_project_number [::Integer]
|
187
188
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
188
189
|
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::OperationsScopedList>]
|
189
190
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -191,6 +192,22 @@ module Google
|
|
191
192
|
# @return [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::OperationsScopedList>]
|
192
193
|
#
|
193
194
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
195
|
+
#
|
196
|
+
# @example Basic example
|
197
|
+
# require "google/cloud/compute/v1"
|
198
|
+
#
|
199
|
+
# # Create a client object. The client can be reused for multiple calls.
|
200
|
+
# client = Google::Cloud::Compute::V1::GlobalOperations::Rest::Client.new
|
201
|
+
#
|
202
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
203
|
+
# request = Google::Cloud::Compute::V1::AggregatedListGlobalOperationsRequest.new
|
204
|
+
#
|
205
|
+
# # Call the aggregated_list method.
|
206
|
+
# result = client.aggregated_list request
|
207
|
+
#
|
208
|
+
# # The returned object is of type Google::Cloud::Compute::V1::OperationAggregatedList.
|
209
|
+
# p result
|
210
|
+
#
|
194
211
|
def aggregated_list request, options = nil
|
195
212
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
196
213
|
|
@@ -256,6 +273,22 @@ module Google
|
|
256
273
|
# @return [::Google::Cloud::Compute::V1::DeleteGlobalOperationResponse]
|
257
274
|
#
|
258
275
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
276
|
+
#
|
277
|
+
# @example Basic example
|
278
|
+
# require "google/cloud/compute/v1"
|
279
|
+
#
|
280
|
+
# # Create a client object. The client can be reused for multiple calls.
|
281
|
+
# client = Google::Cloud::Compute::V1::GlobalOperations::Rest::Client.new
|
282
|
+
#
|
283
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
284
|
+
# request = Google::Cloud::Compute::V1::DeleteGlobalOperationRequest.new
|
285
|
+
#
|
286
|
+
# # Call the delete method.
|
287
|
+
# result = client.delete request
|
288
|
+
#
|
289
|
+
# # The returned object is of type Google::Cloud::Compute::V1::DeleteGlobalOperationResponse.
|
290
|
+
# p result
|
291
|
+
#
|
259
292
|
def delete request, options = nil
|
260
293
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
261
294
|
|
@@ -320,6 +353,22 @@ module Google
|
|
320
353
|
# @return [::Google::Cloud::Compute::V1::Operation]
|
321
354
|
#
|
322
355
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
356
|
+
#
|
357
|
+
# @example Basic example
|
358
|
+
# require "google/cloud/compute/v1"
|
359
|
+
#
|
360
|
+
# # Create a client object. The client can be reused for multiple calls.
|
361
|
+
# client = Google::Cloud::Compute::V1::GlobalOperations::Rest::Client.new
|
362
|
+
#
|
363
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
364
|
+
# request = Google::Cloud::Compute::V1::GetGlobalOperationRequest.new
|
365
|
+
#
|
366
|
+
# # Call the get method.
|
367
|
+
# result = client.get request
|
368
|
+
#
|
369
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
370
|
+
# p result
|
371
|
+
#
|
323
372
|
def get request, options = nil
|
324
373
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
325
374
|
|
@@ -374,7 +423,7 @@ module Google
|
|
374
423
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
375
424
|
#
|
376
425
|
# @param filter [::String]
|
377
|
-
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The
|
426
|
+
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.
|
378
427
|
# @param max_results [::Integer]
|
379
428
|
# The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
|
380
429
|
# @param order_by [::String]
|
@@ -392,6 +441,22 @@ module Google
|
|
392
441
|
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Operation>]
|
393
442
|
#
|
394
443
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
444
|
+
#
|
445
|
+
# @example Basic example
|
446
|
+
# require "google/cloud/compute/v1"
|
447
|
+
#
|
448
|
+
# # Create a client object. The client can be reused for multiple calls.
|
449
|
+
# client = Google::Cloud::Compute::V1::GlobalOperations::Rest::Client.new
|
450
|
+
#
|
451
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
452
|
+
# request = Google::Cloud::Compute::V1::ListGlobalOperationsRequest.new
|
453
|
+
#
|
454
|
+
# # Call the list method.
|
455
|
+
# result = client.list request
|
456
|
+
#
|
457
|
+
# # The returned object is of type Google::Cloud::Compute::V1::OperationList.
|
458
|
+
# p result
|
459
|
+
#
|
395
460
|
def list request, options = nil
|
396
461
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
397
462
|
|
@@ -457,6 +522,22 @@ module Google
|
|
457
522
|
# @return [::Google::Cloud::Compute::V1::Operation]
|
458
523
|
#
|
459
524
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
525
|
+
#
|
526
|
+
# @example Basic example
|
527
|
+
# require "google/cloud/compute/v1"
|
528
|
+
#
|
529
|
+
# # Create a client object. The client can be reused for multiple calls.
|
530
|
+
# client = Google::Cloud::Compute::V1::GlobalOperations::Rest::Client.new
|
531
|
+
#
|
532
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
533
|
+
# request = Google::Cloud::Compute::V1::WaitGlobalOperationRequest.new
|
534
|
+
#
|
535
|
+
# # Call the wait method.
|
536
|
+
# result = client.wait request
|
537
|
+
#
|
538
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
539
|
+
# p result
|
540
|
+
#
|
460
541
|
def wait request, options = nil
|
461
542
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
462
543
|
|
@@ -174,6 +174,22 @@ module Google
|
|
174
174
|
# @return [::Google::Cloud::Compute::V1::DeleteGlobalOrganizationOperationResponse]
|
175
175
|
#
|
176
176
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
177
|
+
#
|
178
|
+
# @example Basic example
|
179
|
+
# require "google/cloud/compute/v1"
|
180
|
+
#
|
181
|
+
# # Create a client object. The client can be reused for multiple calls.
|
182
|
+
# client = Google::Cloud::Compute::V1::GlobalOrganizationOperations::Rest::Client.new
|
183
|
+
#
|
184
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
185
|
+
# request = Google::Cloud::Compute::V1::DeleteGlobalOrganizationOperationRequest.new
|
186
|
+
#
|
187
|
+
# # Call the delete method.
|
188
|
+
# result = client.delete request
|
189
|
+
#
|
190
|
+
# # The returned object is of type Google::Cloud::Compute::V1::DeleteGlobalOrganizationOperationResponse.
|
191
|
+
# p result
|
192
|
+
#
|
177
193
|
def delete request, options = nil
|
178
194
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
179
195
|
|
@@ -238,6 +254,22 @@ module Google
|
|
238
254
|
# @return [::Google::Cloud::Compute::V1::Operation]
|
239
255
|
#
|
240
256
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
257
|
+
#
|
258
|
+
# @example Basic example
|
259
|
+
# require "google/cloud/compute/v1"
|
260
|
+
#
|
261
|
+
# # Create a client object. The client can be reused for multiple calls.
|
262
|
+
# client = Google::Cloud::Compute::V1::GlobalOrganizationOperations::Rest::Client.new
|
263
|
+
#
|
264
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
265
|
+
# request = Google::Cloud::Compute::V1::GetGlobalOrganizationOperationRequest.new
|
266
|
+
#
|
267
|
+
# # Call the get method.
|
268
|
+
# result = client.get request
|
269
|
+
#
|
270
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
271
|
+
# p result
|
272
|
+
#
|
241
273
|
def get request, options = nil
|
242
274
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
243
275
|
|
@@ -292,7 +324,7 @@ module Google
|
|
292
324
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
293
325
|
#
|
294
326
|
# @param filter [::String]
|
295
|
-
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The
|
327
|
+
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.
|
296
328
|
# @param max_results [::Integer]
|
297
329
|
# The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
|
298
330
|
# @param order_by [::String]
|
@@ -310,6 +342,22 @@ module Google
|
|
310
342
|
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Operation>]
|
311
343
|
#
|
312
344
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
345
|
+
#
|
346
|
+
# @example Basic example
|
347
|
+
# require "google/cloud/compute/v1"
|
348
|
+
#
|
349
|
+
# # Create a client object. The client can be reused for multiple calls.
|
350
|
+
# client = Google::Cloud::Compute::V1::GlobalOrganizationOperations::Rest::Client.new
|
351
|
+
#
|
352
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
353
|
+
# request = Google::Cloud::Compute::V1::ListGlobalOrganizationOperationsRequest.new
|
354
|
+
#
|
355
|
+
# # Call the list method.
|
356
|
+
# result = client.list request
|
357
|
+
#
|
358
|
+
# # The returned object is of type Google::Cloud::Compute::V1::OperationList.
|
359
|
+
# p result
|
360
|
+
#
|
313
361
|
def list request, options = nil
|
314
362
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
315
363
|
|