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
@@ -209,6 +209,22 @@ module Google
|
|
209
209
|
# @return [::Gapic::GenericLRO::Operation]
|
210
210
|
#
|
211
211
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
212
|
+
#
|
213
|
+
# @example Basic example
|
214
|
+
# require "google/cloud/compute/v1"
|
215
|
+
#
|
216
|
+
# # Create a client object. The client can be reused for multiple calls.
|
217
|
+
# client = Google::Cloud::Compute::V1::InstanceGroups::Rest::Client.new
|
218
|
+
#
|
219
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
220
|
+
# request = Google::Cloud::Compute::V1::AddInstancesInstanceGroupRequest.new
|
221
|
+
#
|
222
|
+
# # Call the add_instances method.
|
223
|
+
# result = client.add_instances request
|
224
|
+
#
|
225
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
226
|
+
# p result
|
227
|
+
#
|
212
228
|
def add_instances request, options = nil
|
213
229
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
214
230
|
|
@@ -266,13 +282,13 @@ module Google
|
|
266
282
|
# @param options [::Gapic::CallOptions, ::Hash]
|
267
283
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
268
284
|
#
|
269
|
-
# @overload aggregated_list(filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, project: nil, return_partial_success: nil)
|
285
|
+
# @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)
|
270
286
|
# Pass arguments to `aggregated_list` via keyword arguments. Note that at
|
271
287
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
272
288
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
273
289
|
#
|
274
290
|
# @param filter [::String]
|
275
|
-
# 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
|
291
|
+
# 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.
|
276
292
|
# @param include_all_scopes [::Boolean]
|
277
293
|
# 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.
|
278
294
|
# @param max_results [::Integer]
|
@@ -285,6 +301,7 @@ module Google
|
|
285
301
|
# Project ID for this request.
|
286
302
|
# @param return_partial_success [::Boolean]
|
287
303
|
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
304
|
+
# @param service_project_number [::Integer]
|
288
305
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
289
306
|
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::InstanceGroupsScopedList>]
|
290
307
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -292,6 +309,22 @@ module Google
|
|
292
309
|
# @return [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::InstanceGroupsScopedList>]
|
293
310
|
#
|
294
311
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
312
|
+
#
|
313
|
+
# @example Basic example
|
314
|
+
# require "google/cloud/compute/v1"
|
315
|
+
#
|
316
|
+
# # Create a client object. The client can be reused for multiple calls.
|
317
|
+
# client = Google::Cloud::Compute::V1::InstanceGroups::Rest::Client.new
|
318
|
+
#
|
319
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
320
|
+
# request = Google::Cloud::Compute::V1::AggregatedListInstanceGroupsRequest.new
|
321
|
+
#
|
322
|
+
# # Call the aggregated_list method.
|
323
|
+
# result = client.aggregated_list request
|
324
|
+
#
|
325
|
+
# # The returned object is of type Google::Cloud::Compute::V1::InstanceGroupAggregatedList.
|
326
|
+
# p result
|
327
|
+
#
|
295
328
|
def aggregated_list request, options = nil
|
296
329
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
297
330
|
|
@@ -361,6 +394,22 @@ module Google
|
|
361
394
|
# @return [::Gapic::GenericLRO::Operation]
|
362
395
|
#
|
363
396
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
397
|
+
#
|
398
|
+
# @example Basic example
|
399
|
+
# require "google/cloud/compute/v1"
|
400
|
+
#
|
401
|
+
# # Create a client object. The client can be reused for multiple calls.
|
402
|
+
# client = Google::Cloud::Compute::V1::InstanceGroups::Rest::Client.new
|
403
|
+
#
|
404
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
405
|
+
# request = Google::Cloud::Compute::V1::DeleteInstanceGroupRequest.new
|
406
|
+
#
|
407
|
+
# # Call the delete method.
|
408
|
+
# result = client.delete request
|
409
|
+
#
|
410
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
411
|
+
# p result
|
412
|
+
#
|
364
413
|
def delete request, options = nil
|
365
414
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
366
415
|
|
@@ -436,6 +485,22 @@ module Google
|
|
436
485
|
# @return [::Google::Cloud::Compute::V1::InstanceGroup]
|
437
486
|
#
|
438
487
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
488
|
+
#
|
489
|
+
# @example Basic example
|
490
|
+
# require "google/cloud/compute/v1"
|
491
|
+
#
|
492
|
+
# # Create a client object. The client can be reused for multiple calls.
|
493
|
+
# client = Google::Cloud::Compute::V1::InstanceGroups::Rest::Client.new
|
494
|
+
#
|
495
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
496
|
+
# request = Google::Cloud::Compute::V1::GetInstanceGroupRequest.new
|
497
|
+
#
|
498
|
+
# # Call the get method.
|
499
|
+
# result = client.get request
|
500
|
+
#
|
501
|
+
# # The returned object is of type Google::Cloud::Compute::V1::InstanceGroup.
|
502
|
+
# p result
|
503
|
+
#
|
439
504
|
def get request, options = nil
|
440
505
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
441
506
|
|
@@ -504,6 +569,22 @@ module Google
|
|
504
569
|
# @return [::Gapic::GenericLRO::Operation]
|
505
570
|
#
|
506
571
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
572
|
+
#
|
573
|
+
# @example Basic example
|
574
|
+
# require "google/cloud/compute/v1"
|
575
|
+
#
|
576
|
+
# # Create a client object. The client can be reused for multiple calls.
|
577
|
+
# client = Google::Cloud::Compute::V1::InstanceGroups::Rest::Client.new
|
578
|
+
#
|
579
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
580
|
+
# request = Google::Cloud::Compute::V1::InsertInstanceGroupRequest.new
|
581
|
+
#
|
582
|
+
# # Call the insert method.
|
583
|
+
# result = client.insert request
|
584
|
+
#
|
585
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
586
|
+
# p result
|
587
|
+
#
|
507
588
|
def insert request, options = nil
|
508
589
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
509
590
|
|
@@ -567,7 +648,7 @@ module Google
|
|
567
648
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
568
649
|
#
|
569
650
|
# @param filter [::String]
|
570
|
-
# 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
|
651
|
+
# 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.
|
571
652
|
# @param max_results [::Integer]
|
572
653
|
# 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`)
|
573
654
|
# @param order_by [::String]
|
@@ -587,6 +668,22 @@ module Google
|
|
587
668
|
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::InstanceGroup>]
|
588
669
|
#
|
589
670
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
671
|
+
#
|
672
|
+
# @example Basic example
|
673
|
+
# require "google/cloud/compute/v1"
|
674
|
+
#
|
675
|
+
# # Create a client object. The client can be reused for multiple calls.
|
676
|
+
# client = Google::Cloud::Compute::V1::InstanceGroups::Rest::Client.new
|
677
|
+
#
|
678
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
679
|
+
# request = Google::Cloud::Compute::V1::ListInstanceGroupsRequest.new
|
680
|
+
#
|
681
|
+
# # Call the list method.
|
682
|
+
# result = client.list request
|
683
|
+
#
|
684
|
+
# # The returned object is of type Google::Cloud::Compute::V1::InstanceGroupList.
|
685
|
+
# p result
|
686
|
+
#
|
590
687
|
def list request, options = nil
|
591
688
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
592
689
|
|
@@ -642,7 +739,7 @@ module Google
|
|
642
739
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
643
740
|
#
|
644
741
|
# @param filter [::String]
|
645
|
-
# 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
|
742
|
+
# 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.
|
646
743
|
# @param instance_group [::String]
|
647
744
|
# The name of the instance group from which you want to generate a list of included instances.
|
648
745
|
# @param instance_groups_list_instances_request_resource [::Google::Cloud::Compute::V1::InstanceGroupsListInstancesRequest, ::Hash]
|
@@ -666,6 +763,22 @@ module Google
|
|
666
763
|
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::InstanceWithNamedPorts>]
|
667
764
|
#
|
668
765
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
766
|
+
#
|
767
|
+
# @example Basic example
|
768
|
+
# require "google/cloud/compute/v1"
|
769
|
+
#
|
770
|
+
# # Create a client object. The client can be reused for multiple calls.
|
771
|
+
# client = Google::Cloud::Compute::V1::InstanceGroups::Rest::Client.new
|
772
|
+
#
|
773
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
774
|
+
# request = Google::Cloud::Compute::V1::ListInstancesInstanceGroupsRequest.new
|
775
|
+
#
|
776
|
+
# # Call the list_instances method.
|
777
|
+
# result = client.list_instances request
|
778
|
+
#
|
779
|
+
# # The returned object is of type Google::Cloud::Compute::V1::InstanceGroupsListInstances.
|
780
|
+
# p result
|
781
|
+
#
|
669
782
|
def list_instances request, options = nil
|
670
783
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
671
784
|
|
@@ -737,6 +850,22 @@ module Google
|
|
737
850
|
# @return [::Gapic::GenericLRO::Operation]
|
738
851
|
#
|
739
852
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
853
|
+
#
|
854
|
+
# @example Basic example
|
855
|
+
# require "google/cloud/compute/v1"
|
856
|
+
#
|
857
|
+
# # Create a client object. The client can be reused for multiple calls.
|
858
|
+
# client = Google::Cloud::Compute::V1::InstanceGroups::Rest::Client.new
|
859
|
+
#
|
860
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
861
|
+
# request = Google::Cloud::Compute::V1::RemoveInstancesInstanceGroupRequest.new
|
862
|
+
#
|
863
|
+
# # Call the remove_instances method.
|
864
|
+
# result = client.remove_instances request
|
865
|
+
#
|
866
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
867
|
+
# p result
|
868
|
+
#
|
740
869
|
def remove_instances request, options = nil
|
741
870
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
742
871
|
|
@@ -816,6 +945,22 @@ module Google
|
|
816
945
|
# @return [::Gapic::GenericLRO::Operation]
|
817
946
|
#
|
818
947
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
948
|
+
#
|
949
|
+
# @example Basic example
|
950
|
+
# require "google/cloud/compute/v1"
|
951
|
+
#
|
952
|
+
# # Create a client object. The client can be reused for multiple calls.
|
953
|
+
# client = Google::Cloud::Compute::V1::InstanceGroups::Rest::Client.new
|
954
|
+
#
|
955
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
956
|
+
# request = Google::Cloud::Compute::V1::SetNamedPortsInstanceGroupRequest.new
|
957
|
+
#
|
958
|
+
# # Call the set_named_ports method.
|
959
|
+
# result = client.set_named_ports request
|
960
|
+
#
|
961
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
962
|
+
# p result
|
963
|
+
#
|
819
964
|
def set_named_ports request, options = nil
|
820
965
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
821
966
|
|
@@ -188,13 +188,13 @@ module Google
|
|
188
188
|
# @param options [::Gapic::CallOptions, ::Hash]
|
189
189
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
190
190
|
#
|
191
|
-
# @overload aggregated_list(filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, project: nil, return_partial_success: nil)
|
191
|
+
# @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)
|
192
192
|
# Pass arguments to `aggregated_list` via keyword arguments. Note that at
|
193
193
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
194
194
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
195
195
|
#
|
196
196
|
# @param filter [::String]
|
197
|
-
# 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
|
197
|
+
# 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.
|
198
198
|
# @param include_all_scopes [::Boolean]
|
199
199
|
# 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.
|
200
200
|
# @param max_results [::Integer]
|
@@ -207,6 +207,7 @@ module Google
|
|
207
207
|
# Name of the project scoping this request.
|
208
208
|
# @param return_partial_success [::Boolean]
|
209
209
|
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
210
|
+
# @param service_project_number [::Integer]
|
210
211
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
211
212
|
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::InstanceTemplatesScopedList>]
|
212
213
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -214,6 +215,22 @@ module Google
|
|
214
215
|
# @return [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::InstanceTemplatesScopedList>]
|
215
216
|
#
|
216
217
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
218
|
+
#
|
219
|
+
# @example Basic example
|
220
|
+
# require "google/cloud/compute/v1"
|
221
|
+
#
|
222
|
+
# # Create a client object. The client can be reused for multiple calls.
|
223
|
+
# client = Google::Cloud::Compute::V1::InstanceTemplates::Rest::Client.new
|
224
|
+
#
|
225
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
226
|
+
# request = Google::Cloud::Compute::V1::AggregatedListInstanceTemplatesRequest.new
|
227
|
+
#
|
228
|
+
# # Call the aggregated_list method.
|
229
|
+
# result = client.aggregated_list request
|
230
|
+
#
|
231
|
+
# # The returned object is of type Google::Cloud::Compute::V1::InstanceTemplateAggregatedList.
|
232
|
+
# p result
|
233
|
+
#
|
217
234
|
def aggregated_list request, options = nil
|
218
235
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
219
236
|
|
@@ -281,6 +298,22 @@ module Google
|
|
281
298
|
# @return [::Gapic::GenericLRO::Operation]
|
282
299
|
#
|
283
300
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
301
|
+
#
|
302
|
+
# @example Basic example
|
303
|
+
# require "google/cloud/compute/v1"
|
304
|
+
#
|
305
|
+
# # Create a client object. The client can be reused for multiple calls.
|
306
|
+
# client = Google::Cloud::Compute::V1::InstanceTemplates::Rest::Client.new
|
307
|
+
#
|
308
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
309
|
+
# request = Google::Cloud::Compute::V1::DeleteInstanceTemplateRequest.new
|
310
|
+
#
|
311
|
+
# # Call the delete method.
|
312
|
+
# result = client.delete request
|
313
|
+
#
|
314
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
315
|
+
# p result
|
316
|
+
#
|
284
317
|
def delete request, options = nil
|
285
318
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
286
319
|
|
@@ -353,6 +386,22 @@ module Google
|
|
353
386
|
# @return [::Google::Cloud::Compute::V1::InstanceTemplate]
|
354
387
|
#
|
355
388
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
389
|
+
#
|
390
|
+
# @example Basic example
|
391
|
+
# require "google/cloud/compute/v1"
|
392
|
+
#
|
393
|
+
# # Create a client object. The client can be reused for multiple calls.
|
394
|
+
# client = Google::Cloud::Compute::V1::InstanceTemplates::Rest::Client.new
|
395
|
+
#
|
396
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
397
|
+
# request = Google::Cloud::Compute::V1::GetInstanceTemplateRequest.new
|
398
|
+
#
|
399
|
+
# # Call the get method.
|
400
|
+
# result = client.get request
|
401
|
+
#
|
402
|
+
# # The returned object is of type Google::Cloud::Compute::V1::InstanceTemplate.
|
403
|
+
# p result
|
404
|
+
#
|
356
405
|
def get request, options = nil
|
357
406
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
358
407
|
|
@@ -419,6 +468,22 @@ module Google
|
|
419
468
|
# @return [::Google::Cloud::Compute::V1::Policy]
|
420
469
|
#
|
421
470
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
471
|
+
#
|
472
|
+
# @example Basic example
|
473
|
+
# require "google/cloud/compute/v1"
|
474
|
+
#
|
475
|
+
# # Create a client object. The client can be reused for multiple calls.
|
476
|
+
# client = Google::Cloud::Compute::V1::InstanceTemplates::Rest::Client.new
|
477
|
+
#
|
478
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
479
|
+
# request = Google::Cloud::Compute::V1::GetIamPolicyInstanceTemplateRequest.new
|
480
|
+
#
|
481
|
+
# # Call the get_iam_policy method.
|
482
|
+
# result = client.get_iam_policy request
|
483
|
+
#
|
484
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Policy.
|
485
|
+
# p result
|
486
|
+
#
|
422
487
|
def get_iam_policy request, options = nil
|
423
488
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
424
489
|
|
@@ -485,6 +550,22 @@ module Google
|
|
485
550
|
# @return [::Gapic::GenericLRO::Operation]
|
486
551
|
#
|
487
552
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
553
|
+
#
|
554
|
+
# @example Basic example
|
555
|
+
# require "google/cloud/compute/v1"
|
556
|
+
#
|
557
|
+
# # Create a client object. The client can be reused for multiple calls.
|
558
|
+
# client = Google::Cloud::Compute::V1::InstanceTemplates::Rest::Client.new
|
559
|
+
#
|
560
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
561
|
+
# request = Google::Cloud::Compute::V1::InsertInstanceTemplateRequest.new
|
562
|
+
#
|
563
|
+
# # Call the insert method.
|
564
|
+
# result = client.insert request
|
565
|
+
#
|
566
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
567
|
+
# p result
|
568
|
+
#
|
488
569
|
def insert request, options = nil
|
489
570
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
490
571
|
|
@@ -547,7 +628,7 @@ module Google
|
|
547
628
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
548
629
|
#
|
549
630
|
# @param filter [::String]
|
550
|
-
# 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
|
631
|
+
# 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.
|
551
632
|
# @param max_results [::Integer]
|
552
633
|
# 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`)
|
553
634
|
# @param order_by [::String]
|
@@ -565,6 +646,22 @@ module Google
|
|
565
646
|
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::InstanceTemplate>]
|
566
647
|
#
|
567
648
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
649
|
+
#
|
650
|
+
# @example Basic example
|
651
|
+
# require "google/cloud/compute/v1"
|
652
|
+
#
|
653
|
+
# # Create a client object. The client can be reused for multiple calls.
|
654
|
+
# client = Google::Cloud::Compute::V1::InstanceTemplates::Rest::Client.new
|
655
|
+
#
|
656
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
657
|
+
# request = Google::Cloud::Compute::V1::ListInstanceTemplatesRequest.new
|
658
|
+
#
|
659
|
+
# # Call the list method.
|
660
|
+
# result = client.list request
|
661
|
+
#
|
662
|
+
# # The returned object is of type Google::Cloud::Compute::V1::InstanceTemplateList.
|
663
|
+
# p result
|
664
|
+
#
|
568
665
|
def list request, options = nil
|
569
666
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
570
667
|
|
@@ -632,6 +729,22 @@ module Google
|
|
632
729
|
# @return [::Google::Cloud::Compute::V1::Policy]
|
633
730
|
#
|
634
731
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
732
|
+
#
|
733
|
+
# @example Basic example
|
734
|
+
# require "google/cloud/compute/v1"
|
735
|
+
#
|
736
|
+
# # Create a client object. The client can be reused for multiple calls.
|
737
|
+
# client = Google::Cloud::Compute::V1::InstanceTemplates::Rest::Client.new
|
738
|
+
#
|
739
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
740
|
+
# request = Google::Cloud::Compute::V1::SetIamPolicyInstanceTemplateRequest.new
|
741
|
+
#
|
742
|
+
# # Call the set_iam_policy method.
|
743
|
+
# result = client.set_iam_policy request
|
744
|
+
#
|
745
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Policy.
|
746
|
+
# p result
|
747
|
+
#
|
635
748
|
def set_iam_policy request, options = nil
|
636
749
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
637
750
|
|
@@ -698,6 +811,22 @@ module Google
|
|
698
811
|
# @return [::Google::Cloud::Compute::V1::TestPermissionsResponse]
|
699
812
|
#
|
700
813
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
814
|
+
#
|
815
|
+
# @example Basic example
|
816
|
+
# require "google/cloud/compute/v1"
|
817
|
+
#
|
818
|
+
# # Create a client object. The client can be reused for multiple calls.
|
819
|
+
# client = Google::Cloud::Compute::V1::InstanceTemplates::Rest::Client.new
|
820
|
+
#
|
821
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
822
|
+
# request = Google::Cloud::Compute::V1::TestIamPermissionsInstanceTemplateRequest.new
|
823
|
+
#
|
824
|
+
# # Call the test_iam_permissions method.
|
825
|
+
# result = client.test_iam_permissions request
|
826
|
+
#
|
827
|
+
# # The returned object is of type Google::Cloud::Compute::V1::TestPermissionsResponse.
|
828
|
+
# p result
|
829
|
+
#
|
701
830
|
def test_iam_permissions request, options = nil
|
702
831
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
703
832
|
|