google-cloud-compute 0.6.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/compute/version.rb +1 -1
- data/lib/google/cloud/compute.rb +118 -88
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5bc6c5088c59d4102ce3a482872179d21ee081ea294b000edee430ebfeeaefbb
|
4
|
+
data.tar.gz: d89f05e8062f72e26679b27ccd21733f390225da24b4e4e9a84e01909630d7e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba15f09015d0ad77ddb3f94dd71102e07a3743cc4965cebce3dc6ba149118fc23428ed0a3a2a8a28e38bb33c1fae9b8407a9ea1f05eafac1afaf43a99a806712
|
7
|
+
data.tar.gz: c58341fafa73bf9f3c87d6390c680335414a80ba15da716af96aa97e586c9a272167a7e67d0196e8c541f8b59e554e25a63a38bc11150288cc02957d63b30b97
|
data/README.md
CHANGED
@@ -16,7 +16,7 @@ for this library, google-cloud-compute, to see the convenience methods for
|
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
18
18
|
client gems:
|
19
|
-
[google-cloud-compute-v1](https://
|
19
|
+
[google-cloud-compute-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest).
|
20
20
|
|
21
21
|
See also the [Product Documentation](https://cloud.google.com/compute/)
|
22
22
|
for more usage information.
|
data/lib/google/cloud/compute.rb
CHANGED
@@ -47,7 +47,7 @@ module Google
|
|
47
47
|
# Create a new client object for AcceleratorTypes.
|
48
48
|
#
|
49
49
|
# By default, this returns an instance of
|
50
|
-
# [Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client](https://
|
50
|
+
# [Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-AcceleratorTypes-Rest-Client)
|
51
51
|
# for a REST client for version V1 of the API.
|
52
52
|
# However, you can specify a different API version by passing it in the
|
53
53
|
# `version` parameter. If the AcceleratorTypes service is
|
@@ -79,7 +79,7 @@ module Google
|
|
79
79
|
# Create a new client object for Addresses.
|
80
80
|
#
|
81
81
|
# By default, this returns an instance of
|
82
|
-
# [Google::Cloud::Compute::V1::Addresses::Rest::Client](https://
|
82
|
+
# [Google::Cloud::Compute::V1::Addresses::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-Addresses-Rest-Client)
|
83
83
|
# for a REST client for version V1 of the API.
|
84
84
|
# However, you can specify a different API version by passing it in the
|
85
85
|
# `version` parameter. If the Addresses service is
|
@@ -109,7 +109,7 @@ module Google
|
|
109
109
|
# Create a new client object for Autoscalers.
|
110
110
|
#
|
111
111
|
# By default, this returns an instance of
|
112
|
-
# [Google::Cloud::Compute::V1::Autoscalers::Rest::Client](https://
|
112
|
+
# [Google::Cloud::Compute::V1::Autoscalers::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-Autoscalers-Rest-Client)
|
113
113
|
# for a REST client for version V1 of the API.
|
114
114
|
# However, you can specify a different API version by passing it in the
|
115
115
|
# `version` parameter. If the Autoscalers service is
|
@@ -139,7 +139,7 @@ module Google
|
|
139
139
|
# Create a new client object for BackendBuckets.
|
140
140
|
#
|
141
141
|
# By default, this returns an instance of
|
142
|
-
# [Google::Cloud::Compute::V1::BackendBuckets::Rest::Client](https://
|
142
|
+
# [Google::Cloud::Compute::V1::BackendBuckets::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-BackendBuckets-Rest-Client)
|
143
143
|
# for a REST client for version V1 of the API.
|
144
144
|
# However, you can specify a different API version by passing it in the
|
145
145
|
# `version` parameter. If the BackendBuckets service is
|
@@ -169,7 +169,7 @@ module Google
|
|
169
169
|
# Create a new client object for BackendServices.
|
170
170
|
#
|
171
171
|
# By default, this returns an instance of
|
172
|
-
# [Google::Cloud::Compute::V1::BackendServices::Rest::Client](https://
|
172
|
+
# [Google::Cloud::Compute::V1::BackendServices::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-BackendServices-Rest-Client)
|
173
173
|
# for a REST client for version V1 of the API.
|
174
174
|
# However, you can specify a different API version by passing it in the
|
175
175
|
# `version` parameter. If the BackendServices service is
|
@@ -199,7 +199,7 @@ module Google
|
|
199
199
|
# Create a new client object for DiskTypes.
|
200
200
|
#
|
201
201
|
# By default, this returns an instance of
|
202
|
-
# [Google::Cloud::Compute::V1::DiskTypes::Rest::Client](https://
|
202
|
+
# [Google::Cloud::Compute::V1::DiskTypes::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-DiskTypes-Rest-Client)
|
203
203
|
# for a REST client for version V1 of the API.
|
204
204
|
# However, you can specify a different API version by passing it in the
|
205
205
|
# `version` parameter. If the DiskTypes service is
|
@@ -229,7 +229,7 @@ module Google
|
|
229
229
|
# Create a new client object for Disks.
|
230
230
|
#
|
231
231
|
# By default, this returns an instance of
|
232
|
-
# [Google::Cloud::Compute::V1::Disks::Rest::Client](https://
|
232
|
+
# [Google::Cloud::Compute::V1::Disks::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-Disks-Rest-Client)
|
233
233
|
# for a REST client for version V1 of the API.
|
234
234
|
# However, you can specify a different API version by passing it in the
|
235
235
|
# `version` parameter. If the Disks service is
|
@@ -259,7 +259,7 @@ module Google
|
|
259
259
|
# Create a new client object for ExternalVpnGateways.
|
260
260
|
#
|
261
261
|
# By default, this returns an instance of
|
262
|
-
# [Google::Cloud::Compute::V1::ExternalVpnGateways::Rest::Client](https://
|
262
|
+
# [Google::Cloud::Compute::V1::ExternalVpnGateways::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-ExternalVpnGateways-Rest-Client)
|
263
263
|
# for a REST client for version V1 of the API.
|
264
264
|
# However, you can specify a different API version by passing it in the
|
265
265
|
# `version` parameter. If the ExternalVpnGateways service is
|
@@ -289,7 +289,7 @@ module Google
|
|
289
289
|
# Create a new client object for FirewallPolicies.
|
290
290
|
#
|
291
291
|
# By default, this returns an instance of
|
292
|
-
# [Google::Cloud::Compute::V1::FirewallPolicies::Rest::Client](https://
|
292
|
+
# [Google::Cloud::Compute::V1::FirewallPolicies::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-FirewallPolicies-Rest-Client)
|
293
293
|
# for a REST client for version V1 of the API.
|
294
294
|
# However, you can specify a different API version by passing it in the
|
295
295
|
# `version` parameter. If the FirewallPolicies service is
|
@@ -319,7 +319,7 @@ module Google
|
|
319
319
|
# Create a new client object for Firewalls.
|
320
320
|
#
|
321
321
|
# By default, this returns an instance of
|
322
|
-
# [Google::Cloud::Compute::V1::Firewalls::Rest::Client](https://
|
322
|
+
# [Google::Cloud::Compute::V1::Firewalls::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-Firewalls-Rest-Client)
|
323
323
|
# for a REST client for version V1 of the API.
|
324
324
|
# However, you can specify a different API version by passing it in the
|
325
325
|
# `version` parameter. If the Firewalls service is
|
@@ -349,7 +349,7 @@ module Google
|
|
349
349
|
# Create a new client object for ForwardingRules.
|
350
350
|
#
|
351
351
|
# By default, this returns an instance of
|
352
|
-
# [Google::Cloud::Compute::V1::ForwardingRules::Rest::Client](https://
|
352
|
+
# [Google::Cloud::Compute::V1::ForwardingRules::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-ForwardingRules-Rest-Client)
|
353
353
|
# for a REST client for version V1 of the API.
|
354
354
|
# However, you can specify a different API version by passing it in the
|
355
355
|
# `version` parameter. If the ForwardingRules service is
|
@@ -379,7 +379,7 @@ module Google
|
|
379
379
|
# Create a new client object for GlobalAddresses.
|
380
380
|
#
|
381
381
|
# By default, this returns an instance of
|
382
|
-
# [Google::Cloud::Compute::V1::GlobalAddresses::Rest::Client](https://
|
382
|
+
# [Google::Cloud::Compute::V1::GlobalAddresses::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-GlobalAddresses-Rest-Client)
|
383
383
|
# for a REST client for version V1 of the API.
|
384
384
|
# However, you can specify a different API version by passing it in the
|
385
385
|
# `version` parameter. If the GlobalAddresses service is
|
@@ -409,7 +409,7 @@ module Google
|
|
409
409
|
# Create a new client object for GlobalForwardingRules.
|
410
410
|
#
|
411
411
|
# By default, this returns an instance of
|
412
|
-
# [Google::Cloud::Compute::V1::GlobalForwardingRules::Rest::Client](https://
|
412
|
+
# [Google::Cloud::Compute::V1::GlobalForwardingRules::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-GlobalForwardingRules-Rest-Client)
|
413
413
|
# for a REST client for version V1 of the API.
|
414
414
|
# However, you can specify a different API version by passing it in the
|
415
415
|
# `version` parameter. If the GlobalForwardingRules service is
|
@@ -439,7 +439,7 @@ module Google
|
|
439
439
|
# Create a new client object for GlobalNetworkEndpointGroups.
|
440
440
|
#
|
441
441
|
# By default, this returns an instance of
|
442
|
-
# [Google::Cloud::Compute::V1::GlobalNetworkEndpointGroups::Rest::Client](https://
|
442
|
+
# [Google::Cloud::Compute::V1::GlobalNetworkEndpointGroups::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-GlobalNetworkEndpointGroups-Rest-Client)
|
443
443
|
# for a REST client for version V1 of the API.
|
444
444
|
# However, you can specify a different API version by passing it in the
|
445
445
|
# `version` parameter. If the GlobalNetworkEndpointGroups service is
|
@@ -469,7 +469,7 @@ module Google
|
|
469
469
|
# Create a new client object for GlobalOperations.
|
470
470
|
#
|
471
471
|
# By default, this returns an instance of
|
472
|
-
# [Google::Cloud::Compute::V1::GlobalOperations::Rest::Client](https://
|
472
|
+
# [Google::Cloud::Compute::V1::GlobalOperations::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-GlobalOperations-Rest-Client)
|
473
473
|
# for a REST client for version V1 of the API.
|
474
474
|
# However, you can specify a different API version by passing it in the
|
475
475
|
# `version` parameter. If the GlobalOperations service is
|
@@ -499,7 +499,7 @@ module Google
|
|
499
499
|
# Create a new client object for GlobalOrganizationOperations.
|
500
500
|
#
|
501
501
|
# By default, this returns an instance of
|
502
|
-
# [Google::Cloud::Compute::V1::GlobalOrganizationOperations::Rest::Client](https://
|
502
|
+
# [Google::Cloud::Compute::V1::GlobalOrganizationOperations::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-GlobalOrganizationOperations-Rest-Client)
|
503
503
|
# for a REST client for version V1 of the API.
|
504
504
|
# However, you can specify a different API version by passing it in the
|
505
505
|
# `version` parameter. If the GlobalOrganizationOperations service is
|
@@ -529,7 +529,7 @@ module Google
|
|
529
529
|
# Create a new client object for GlobalPublicDelegatedPrefixes.
|
530
530
|
#
|
531
531
|
# By default, this returns an instance of
|
532
|
-
# [Google::Cloud::Compute::V1::GlobalPublicDelegatedPrefixes::Rest::Client](https://
|
532
|
+
# [Google::Cloud::Compute::V1::GlobalPublicDelegatedPrefixes::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-GlobalPublicDelegatedPrefixes-Rest-Client)
|
533
533
|
# for a REST client for version V1 of the API.
|
534
534
|
# However, you can specify a different API version by passing it in the
|
535
535
|
# `version` parameter. If the GlobalPublicDelegatedPrefixes service is
|
@@ -559,7 +559,7 @@ module Google
|
|
559
559
|
# Create a new client object for HealthChecks.
|
560
560
|
#
|
561
561
|
# By default, this returns an instance of
|
562
|
-
# [Google::Cloud::Compute::V1::HealthChecks::Rest::Client](https://
|
562
|
+
# [Google::Cloud::Compute::V1::HealthChecks::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-HealthChecks-Rest-Client)
|
563
563
|
# for a REST client for version V1 of the API.
|
564
564
|
# However, you can specify a different API version by passing it in the
|
565
565
|
# `version` parameter. If the HealthChecks service is
|
@@ -589,7 +589,7 @@ module Google
|
|
589
589
|
# Create a new client object for ImageFamilyViews.
|
590
590
|
#
|
591
591
|
# By default, this returns an instance of
|
592
|
-
# [Google::Cloud::Compute::V1::ImageFamilyViews::Rest::Client](https://
|
592
|
+
# [Google::Cloud::Compute::V1::ImageFamilyViews::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-ImageFamilyViews-Rest-Client)
|
593
593
|
# for a REST client for version V1 of the API.
|
594
594
|
# However, you can specify a different API version by passing it in the
|
595
595
|
# `version` parameter. If the ImageFamilyViews service is
|
@@ -619,7 +619,7 @@ module Google
|
|
619
619
|
# Create a new client object for Images.
|
620
620
|
#
|
621
621
|
# By default, this returns an instance of
|
622
|
-
# [Google::Cloud::Compute::V1::Images::Rest::Client](https://
|
622
|
+
# [Google::Cloud::Compute::V1::Images::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-Images-Rest-Client)
|
623
623
|
# for a REST client for version V1 of the API.
|
624
624
|
# However, you can specify a different API version by passing it in the
|
625
625
|
# `version` parameter. If the Images service is
|
@@ -649,7 +649,7 @@ module Google
|
|
649
649
|
# Create a new client object for InstanceGroupManagers.
|
650
650
|
#
|
651
651
|
# By default, this returns an instance of
|
652
|
-
# [Google::Cloud::Compute::V1::InstanceGroupManagers::Rest::Client](https://
|
652
|
+
# [Google::Cloud::Compute::V1::InstanceGroupManagers::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-InstanceGroupManagers-Rest-Client)
|
653
653
|
# for a REST client for version V1 of the API.
|
654
654
|
# However, you can specify a different API version by passing it in the
|
655
655
|
# `version` parameter. If the InstanceGroupManagers service is
|
@@ -679,7 +679,7 @@ module Google
|
|
679
679
|
# Create a new client object for InstanceGroups.
|
680
680
|
#
|
681
681
|
# By default, this returns an instance of
|
682
|
-
# [Google::Cloud::Compute::V1::InstanceGroups::Rest::Client](https://
|
682
|
+
# [Google::Cloud::Compute::V1::InstanceGroups::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-InstanceGroups-Rest-Client)
|
683
683
|
# for a REST client for version V1 of the API.
|
684
684
|
# However, you can specify a different API version by passing it in the
|
685
685
|
# `version` parameter. If the InstanceGroups service is
|
@@ -709,7 +709,7 @@ module Google
|
|
709
709
|
# Create a new client object for InstanceTemplates.
|
710
710
|
#
|
711
711
|
# By default, this returns an instance of
|
712
|
-
# [Google::Cloud::Compute::V1::InstanceTemplates::Rest::Client](https://
|
712
|
+
# [Google::Cloud::Compute::V1::InstanceTemplates::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-InstanceTemplates-Rest-Client)
|
713
713
|
# for a REST client for version V1 of the API.
|
714
714
|
# However, you can specify a different API version by passing it in the
|
715
715
|
# `version` parameter. If the InstanceTemplates service is
|
@@ -739,7 +739,7 @@ module Google
|
|
739
739
|
# Create a new client object for Instances.
|
740
740
|
#
|
741
741
|
# By default, this returns an instance of
|
742
|
-
# [Google::Cloud::Compute::V1::Instances::Rest::Client](https://
|
742
|
+
# [Google::Cloud::Compute::V1::Instances::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-Instances-Rest-Client)
|
743
743
|
# for a REST client for version V1 of the API.
|
744
744
|
# However, you can specify a different API version by passing it in the
|
745
745
|
# `version` parameter. If the Instances service is
|
@@ -769,7 +769,7 @@ module Google
|
|
769
769
|
# Create a new client object for InterconnectAttachments.
|
770
770
|
#
|
771
771
|
# By default, this returns an instance of
|
772
|
-
# [Google::Cloud::Compute::V1::InterconnectAttachments::Rest::Client](https://
|
772
|
+
# [Google::Cloud::Compute::V1::InterconnectAttachments::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-InterconnectAttachments-Rest-Client)
|
773
773
|
# for a REST client for version V1 of the API.
|
774
774
|
# However, you can specify a different API version by passing it in the
|
775
775
|
# `version` parameter. If the InterconnectAttachments service is
|
@@ -799,7 +799,7 @@ module Google
|
|
799
799
|
# Create a new client object for InterconnectLocations.
|
800
800
|
#
|
801
801
|
# By default, this returns an instance of
|
802
|
-
# [Google::Cloud::Compute::V1::InterconnectLocations::Rest::Client](https://
|
802
|
+
# [Google::Cloud::Compute::V1::InterconnectLocations::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-InterconnectLocations-Rest-Client)
|
803
803
|
# for a REST client for version V1 of the API.
|
804
804
|
# However, you can specify a different API version by passing it in the
|
805
805
|
# `version` parameter. If the InterconnectLocations service is
|
@@ -829,7 +829,7 @@ module Google
|
|
829
829
|
# Create a new client object for Interconnects.
|
830
830
|
#
|
831
831
|
# By default, this returns an instance of
|
832
|
-
# [Google::Cloud::Compute::V1::Interconnects::Rest::Client](https://
|
832
|
+
# [Google::Cloud::Compute::V1::Interconnects::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-Interconnects-Rest-Client)
|
833
833
|
# for a REST client for version V1 of the API.
|
834
834
|
# However, you can specify a different API version by passing it in the
|
835
835
|
# `version` parameter. If the Interconnects service is
|
@@ -859,7 +859,7 @@ module Google
|
|
859
859
|
# Create a new client object for LicenseCodes.
|
860
860
|
#
|
861
861
|
# By default, this returns an instance of
|
862
|
-
# [Google::Cloud::Compute::V1::LicenseCodes::Rest::Client](https://
|
862
|
+
# [Google::Cloud::Compute::V1::LicenseCodes::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-LicenseCodes-Rest-Client)
|
863
863
|
# for a REST client for version V1 of the API.
|
864
864
|
# However, you can specify a different API version by passing it in the
|
865
865
|
# `version` parameter. If the LicenseCodes service is
|
@@ -889,7 +889,7 @@ module Google
|
|
889
889
|
# Create a new client object for Licenses.
|
890
890
|
#
|
891
891
|
# By default, this returns an instance of
|
892
|
-
# [Google::Cloud::Compute::V1::Licenses::Rest::Client](https://
|
892
|
+
# [Google::Cloud::Compute::V1::Licenses::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-Licenses-Rest-Client)
|
893
893
|
# for a REST client for version V1 of the API.
|
894
894
|
# However, you can specify a different API version by passing it in the
|
895
895
|
# `version` parameter. If the Licenses service is
|
@@ -919,7 +919,7 @@ module Google
|
|
919
919
|
# Create a new client object for MachineImages.
|
920
920
|
#
|
921
921
|
# By default, this returns an instance of
|
922
|
-
# [Google::Cloud::Compute::V1::MachineImages::Rest::Client](https://
|
922
|
+
# [Google::Cloud::Compute::V1::MachineImages::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-MachineImages-Rest-Client)
|
923
923
|
# for a REST client for version V1 of the API.
|
924
924
|
# However, you can specify a different API version by passing it in the
|
925
925
|
# `version` parameter. If the MachineImages service is
|
@@ -949,7 +949,7 @@ module Google
|
|
949
949
|
# Create a new client object for MachineTypes.
|
950
950
|
#
|
951
951
|
# By default, this returns an instance of
|
952
|
-
# [Google::Cloud::Compute::V1::MachineTypes::Rest::Client](https://
|
952
|
+
# [Google::Cloud::Compute::V1::MachineTypes::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-MachineTypes-Rest-Client)
|
953
953
|
# for a REST client for version V1 of the API.
|
954
954
|
# However, you can specify a different API version by passing it in the
|
955
955
|
# `version` parameter. If the MachineTypes service is
|
@@ -979,7 +979,7 @@ module Google
|
|
979
979
|
# Create a new client object for NetworkAttachments.
|
980
980
|
#
|
981
981
|
# By default, this returns an instance of
|
982
|
-
# [Google::Cloud::Compute::V1::NetworkAttachments::Rest::Client](https://
|
982
|
+
# [Google::Cloud::Compute::V1::NetworkAttachments::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-NetworkAttachments-Rest-Client)
|
983
983
|
# for a REST client for version V1 of the API.
|
984
984
|
# However, you can specify a different API version by passing it in the
|
985
985
|
# `version` parameter. If the NetworkAttachments service is
|
@@ -1009,7 +1009,7 @@ module Google
|
|
1009
1009
|
# Create a new client object for NetworkEdgeSecurityServices.
|
1010
1010
|
#
|
1011
1011
|
# By default, this returns an instance of
|
1012
|
-
# [Google::Cloud::Compute::V1::NetworkEdgeSecurityServices::Rest::Client](https://
|
1012
|
+
# [Google::Cloud::Compute::V1::NetworkEdgeSecurityServices::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-NetworkEdgeSecurityServices-Rest-Client)
|
1013
1013
|
# for a REST client for version V1 of the API.
|
1014
1014
|
# However, you can specify a different API version by passing it in the
|
1015
1015
|
# `version` parameter. If the NetworkEdgeSecurityServices service is
|
@@ -1039,7 +1039,7 @@ module Google
|
|
1039
1039
|
# Create a new client object for NetworkEndpointGroups.
|
1040
1040
|
#
|
1041
1041
|
# By default, this returns an instance of
|
1042
|
-
# [Google::Cloud::Compute::V1::NetworkEndpointGroups::Rest::Client](https://
|
1042
|
+
# [Google::Cloud::Compute::V1::NetworkEndpointGroups::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-NetworkEndpointGroups-Rest-Client)
|
1043
1043
|
# for a REST client for version V1 of the API.
|
1044
1044
|
# However, you can specify a different API version by passing it in the
|
1045
1045
|
# `version` parameter. If the NetworkEndpointGroups service is
|
@@ -1069,7 +1069,7 @@ module Google
|
|
1069
1069
|
# Create a new client object for NetworkFirewallPolicies.
|
1070
1070
|
#
|
1071
1071
|
# By default, this returns an instance of
|
1072
|
-
# [Google::Cloud::Compute::V1::NetworkFirewallPolicies::Rest::Client](https://
|
1072
|
+
# [Google::Cloud::Compute::V1::NetworkFirewallPolicies::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-NetworkFirewallPolicies-Rest-Client)
|
1073
1073
|
# for a REST client for version V1 of the API.
|
1074
1074
|
# However, you can specify a different API version by passing it in the
|
1075
1075
|
# `version` parameter. If the NetworkFirewallPolicies service is
|
@@ -1099,7 +1099,7 @@ module Google
|
|
1099
1099
|
# Create a new client object for Networks.
|
1100
1100
|
#
|
1101
1101
|
# By default, this returns an instance of
|
1102
|
-
# [Google::Cloud::Compute::V1::Networks::Rest::Client](https://
|
1102
|
+
# [Google::Cloud::Compute::V1::Networks::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-Networks-Rest-Client)
|
1103
1103
|
# for a REST client for version V1 of the API.
|
1104
1104
|
# However, you can specify a different API version by passing it in the
|
1105
1105
|
# `version` parameter. If the Networks service is
|
@@ -1129,7 +1129,7 @@ module Google
|
|
1129
1129
|
# Create a new client object for NodeGroups.
|
1130
1130
|
#
|
1131
1131
|
# By default, this returns an instance of
|
1132
|
-
# [Google::Cloud::Compute::V1::NodeGroups::Rest::Client](https://
|
1132
|
+
# [Google::Cloud::Compute::V1::NodeGroups::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-NodeGroups-Rest-Client)
|
1133
1133
|
# for a REST client for version V1 of the API.
|
1134
1134
|
# However, you can specify a different API version by passing it in the
|
1135
1135
|
# `version` parameter. If the NodeGroups service is
|
@@ -1159,7 +1159,7 @@ module Google
|
|
1159
1159
|
# Create a new client object for NodeTemplates.
|
1160
1160
|
#
|
1161
1161
|
# By default, this returns an instance of
|
1162
|
-
# [Google::Cloud::Compute::V1::NodeTemplates::Rest::Client](https://
|
1162
|
+
# [Google::Cloud::Compute::V1::NodeTemplates::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-NodeTemplates-Rest-Client)
|
1163
1163
|
# for a REST client for version V1 of the API.
|
1164
1164
|
# However, you can specify a different API version by passing it in the
|
1165
1165
|
# `version` parameter. If the NodeTemplates service is
|
@@ -1189,7 +1189,7 @@ module Google
|
|
1189
1189
|
# Create a new client object for NodeTypes.
|
1190
1190
|
#
|
1191
1191
|
# By default, this returns an instance of
|
1192
|
-
# [Google::Cloud::Compute::V1::NodeTypes::Rest::Client](https://
|
1192
|
+
# [Google::Cloud::Compute::V1::NodeTypes::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-NodeTypes-Rest-Client)
|
1193
1193
|
# for a REST client for version V1 of the API.
|
1194
1194
|
# However, you can specify a different API version by passing it in the
|
1195
1195
|
# `version` parameter. If the NodeTypes service is
|
@@ -1219,7 +1219,7 @@ module Google
|
|
1219
1219
|
# Create a new client object for PacketMirrorings.
|
1220
1220
|
#
|
1221
1221
|
# By default, this returns an instance of
|
1222
|
-
# [Google::Cloud::Compute::V1::PacketMirrorings::Rest::Client](https://
|
1222
|
+
# [Google::Cloud::Compute::V1::PacketMirrorings::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-PacketMirrorings-Rest-Client)
|
1223
1223
|
# for a REST client for version V1 of the API.
|
1224
1224
|
# However, you can specify a different API version by passing it in the
|
1225
1225
|
# `version` parameter. If the PacketMirrorings service is
|
@@ -1249,7 +1249,7 @@ module Google
|
|
1249
1249
|
# Create a new client object for Projects.
|
1250
1250
|
#
|
1251
1251
|
# By default, this returns an instance of
|
1252
|
-
# [Google::Cloud::Compute::V1::Projects::Rest::Client](https://
|
1252
|
+
# [Google::Cloud::Compute::V1::Projects::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-Projects-Rest-Client)
|
1253
1253
|
# for a REST client for version V1 of the API.
|
1254
1254
|
# However, you can specify a different API version by passing it in the
|
1255
1255
|
# `version` parameter. If the Projects service is
|
@@ -1279,7 +1279,7 @@ module Google
|
|
1279
1279
|
# Create a new client object for PublicAdvertisedPrefixes.
|
1280
1280
|
#
|
1281
1281
|
# By default, this returns an instance of
|
1282
|
-
# [Google::Cloud::Compute::V1::PublicAdvertisedPrefixes::Rest::Client](https://
|
1282
|
+
# [Google::Cloud::Compute::V1::PublicAdvertisedPrefixes::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-PublicAdvertisedPrefixes-Rest-Client)
|
1283
1283
|
# for a REST client for version V1 of the API.
|
1284
1284
|
# However, you can specify a different API version by passing it in the
|
1285
1285
|
# `version` parameter. If the PublicAdvertisedPrefixes service is
|
@@ -1309,7 +1309,7 @@ module Google
|
|
1309
1309
|
# Create a new client object for PublicDelegatedPrefixes.
|
1310
1310
|
#
|
1311
1311
|
# By default, this returns an instance of
|
1312
|
-
# [Google::Cloud::Compute::V1::PublicDelegatedPrefixes::Rest::Client](https://
|
1312
|
+
# [Google::Cloud::Compute::V1::PublicDelegatedPrefixes::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-PublicDelegatedPrefixes-Rest-Client)
|
1313
1313
|
# for a REST client for version V1 of the API.
|
1314
1314
|
# However, you can specify a different API version by passing it in the
|
1315
1315
|
# `version` parameter. If the PublicDelegatedPrefixes service is
|
@@ -1339,7 +1339,7 @@ module Google
|
|
1339
1339
|
# Create a new client object for RegionAutoscalers.
|
1340
1340
|
#
|
1341
1341
|
# By default, this returns an instance of
|
1342
|
-
# [Google::Cloud::Compute::V1::RegionAutoscalers::Rest::Client](https://
|
1342
|
+
# [Google::Cloud::Compute::V1::RegionAutoscalers::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionAutoscalers-Rest-Client)
|
1343
1343
|
# for a REST client for version V1 of the API.
|
1344
1344
|
# However, you can specify a different API version by passing it in the
|
1345
1345
|
# `version` parameter. If the RegionAutoscalers service is
|
@@ -1369,7 +1369,7 @@ module Google
|
|
1369
1369
|
# Create a new client object for RegionBackendServices.
|
1370
1370
|
#
|
1371
1371
|
# By default, this returns an instance of
|
1372
|
-
# [Google::Cloud::Compute::V1::RegionBackendServices::Rest::Client](https://
|
1372
|
+
# [Google::Cloud::Compute::V1::RegionBackendServices::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionBackendServices-Rest-Client)
|
1373
1373
|
# for a REST client for version V1 of the API.
|
1374
1374
|
# However, you can specify a different API version by passing it in the
|
1375
1375
|
# `version` parameter. If the RegionBackendServices service is
|
@@ -1399,7 +1399,7 @@ module Google
|
|
1399
1399
|
# Create a new client object for RegionCommitments.
|
1400
1400
|
#
|
1401
1401
|
# By default, this returns an instance of
|
1402
|
-
# [Google::Cloud::Compute::V1::RegionCommitments::Rest::Client](https://
|
1402
|
+
# [Google::Cloud::Compute::V1::RegionCommitments::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionCommitments-Rest-Client)
|
1403
1403
|
# for a REST client for version V1 of the API.
|
1404
1404
|
# However, you can specify a different API version by passing it in the
|
1405
1405
|
# `version` parameter. If the RegionCommitments service is
|
@@ -1429,7 +1429,7 @@ module Google
|
|
1429
1429
|
# Create a new client object for RegionDiskTypes.
|
1430
1430
|
#
|
1431
1431
|
# By default, this returns an instance of
|
1432
|
-
# [Google::Cloud::Compute::V1::RegionDiskTypes::Rest::Client](https://
|
1432
|
+
# [Google::Cloud::Compute::V1::RegionDiskTypes::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionDiskTypes-Rest-Client)
|
1433
1433
|
# for a REST client for version V1 of the API.
|
1434
1434
|
# However, you can specify a different API version by passing it in the
|
1435
1435
|
# `version` parameter. If the RegionDiskTypes service is
|
@@ -1459,7 +1459,7 @@ module Google
|
|
1459
1459
|
# Create a new client object for RegionDisks.
|
1460
1460
|
#
|
1461
1461
|
# By default, this returns an instance of
|
1462
|
-
# [Google::Cloud::Compute::V1::RegionDisks::Rest::Client](https://
|
1462
|
+
# [Google::Cloud::Compute::V1::RegionDisks::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionDisks-Rest-Client)
|
1463
1463
|
# for a REST client for version V1 of the API.
|
1464
1464
|
# However, you can specify a different API version by passing it in the
|
1465
1465
|
# `version` parameter. If the RegionDisks service is
|
@@ -1489,7 +1489,7 @@ module Google
|
|
1489
1489
|
# Create a new client object for RegionHealthCheckServices.
|
1490
1490
|
#
|
1491
1491
|
# By default, this returns an instance of
|
1492
|
-
# [Google::Cloud::Compute::V1::RegionHealthCheckServices::Rest::Client](https://
|
1492
|
+
# [Google::Cloud::Compute::V1::RegionHealthCheckServices::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionHealthCheckServices-Rest-Client)
|
1493
1493
|
# for a REST client for version V1 of the API.
|
1494
1494
|
# However, you can specify a different API version by passing it in the
|
1495
1495
|
# `version` parameter. If the RegionHealthCheckServices service is
|
@@ -1519,7 +1519,7 @@ module Google
|
|
1519
1519
|
# Create a new client object for RegionHealthChecks.
|
1520
1520
|
#
|
1521
1521
|
# By default, this returns an instance of
|
1522
|
-
# [Google::Cloud::Compute::V1::RegionHealthChecks::Rest::Client](https://
|
1522
|
+
# [Google::Cloud::Compute::V1::RegionHealthChecks::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionHealthChecks-Rest-Client)
|
1523
1523
|
# for a REST client for version V1 of the API.
|
1524
1524
|
# However, you can specify a different API version by passing it in the
|
1525
1525
|
# `version` parameter. If the RegionHealthChecks service is
|
@@ -1549,7 +1549,7 @@ module Google
|
|
1549
1549
|
# Create a new client object for RegionInstanceGroupManagers.
|
1550
1550
|
#
|
1551
1551
|
# By default, this returns an instance of
|
1552
|
-
# [Google::Cloud::Compute::V1::RegionInstanceGroupManagers::Rest::Client](https://
|
1552
|
+
# [Google::Cloud::Compute::V1::RegionInstanceGroupManagers::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionInstanceGroupManagers-Rest-Client)
|
1553
1553
|
# for a REST client for version V1 of the API.
|
1554
1554
|
# However, you can specify a different API version by passing it in the
|
1555
1555
|
# `version` parameter. If the RegionInstanceGroupManagers service is
|
@@ -1579,7 +1579,7 @@ module Google
|
|
1579
1579
|
# Create a new client object for RegionInstanceGroups.
|
1580
1580
|
#
|
1581
1581
|
# By default, this returns an instance of
|
1582
|
-
# [Google::Cloud::Compute::V1::RegionInstanceGroups::Rest::Client](https://
|
1582
|
+
# [Google::Cloud::Compute::V1::RegionInstanceGroups::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionInstanceGroups-Rest-Client)
|
1583
1583
|
# for a REST client for version V1 of the API.
|
1584
1584
|
# However, you can specify a different API version by passing it in the
|
1585
1585
|
# `version` parameter. If the RegionInstanceGroups service is
|
@@ -1605,11 +1605,41 @@ module Google
|
|
1605
1605
|
service_module.const_get(:Rest).const_get(:Client).new(&block)
|
1606
1606
|
end
|
1607
1607
|
|
1608
|
+
##
|
1609
|
+
# Create a new client object for RegionInstanceTemplates.
|
1610
|
+
#
|
1611
|
+
# By default, this returns an instance of
|
1612
|
+
# [Google::Cloud::Compute::V1::RegionInstanceTemplates::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionInstanceTemplates-Rest-Client)
|
1613
|
+
# for a REST client for version V1 of the API.
|
1614
|
+
# However, you can specify a different API version by passing it in the
|
1615
|
+
# `version` parameter. If the RegionInstanceTemplates service is
|
1616
|
+
# supported by that API version, and the corresponding gem is available, the
|
1617
|
+
# appropriate versioned client will be returned.
|
1618
|
+
#
|
1619
|
+
# ## About RegionInstanceTemplates
|
1620
|
+
#
|
1621
|
+
# The RegionInstanceTemplates API.
|
1622
|
+
#
|
1623
|
+
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
1624
|
+
# Defaults to `:v1`.
|
1625
|
+
# @return [::Object] A client object for the specified version.
|
1626
|
+
#
|
1627
|
+
def self.region_instance_templates version: :v1, &block
|
1628
|
+
require "google/cloud/compute/#{version.to_s.downcase}"
|
1629
|
+
|
1630
|
+
package_name = Google::Cloud::Compute
|
1631
|
+
.constants
|
1632
|
+
.select { |sym| sym.to_s.downcase == version.to_s.downcase.tr("_", "") }
|
1633
|
+
.first
|
1634
|
+
service_module = Google::Cloud::Compute.const_get(package_name).const_get(:RegionInstanceTemplates)
|
1635
|
+
service_module.const_get(:Rest).const_get(:Client).new(&block)
|
1636
|
+
end
|
1637
|
+
|
1608
1638
|
##
|
1609
1639
|
# Create a new client object for RegionInstances.
|
1610
1640
|
#
|
1611
1641
|
# By default, this returns an instance of
|
1612
|
-
# [Google::Cloud::Compute::V1::RegionInstances::Rest::Client](https://
|
1642
|
+
# [Google::Cloud::Compute::V1::RegionInstances::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionInstances-Rest-Client)
|
1613
1643
|
# for a REST client for version V1 of the API.
|
1614
1644
|
# However, you can specify a different API version by passing it in the
|
1615
1645
|
# `version` parameter. If the RegionInstances service is
|
@@ -1639,7 +1669,7 @@ module Google
|
|
1639
1669
|
# Create a new client object for RegionNetworkEndpointGroups.
|
1640
1670
|
#
|
1641
1671
|
# By default, this returns an instance of
|
1642
|
-
# [Google::Cloud::Compute::V1::RegionNetworkEndpointGroups::Rest::Client](https://
|
1672
|
+
# [Google::Cloud::Compute::V1::RegionNetworkEndpointGroups::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionNetworkEndpointGroups-Rest-Client)
|
1643
1673
|
# for a REST client for version V1 of the API.
|
1644
1674
|
# However, you can specify a different API version by passing it in the
|
1645
1675
|
# `version` parameter. If the RegionNetworkEndpointGroups service is
|
@@ -1669,7 +1699,7 @@ module Google
|
|
1669
1699
|
# Create a new client object for RegionNetworkFirewallPolicies.
|
1670
1700
|
#
|
1671
1701
|
# By default, this returns an instance of
|
1672
|
-
# [Google::Cloud::Compute::V1::RegionNetworkFirewallPolicies::Rest::Client](https://
|
1702
|
+
# [Google::Cloud::Compute::V1::RegionNetworkFirewallPolicies::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionNetworkFirewallPolicies-Rest-Client)
|
1673
1703
|
# for a REST client for version V1 of the API.
|
1674
1704
|
# However, you can specify a different API version by passing it in the
|
1675
1705
|
# `version` parameter. If the RegionNetworkFirewallPolicies service is
|
@@ -1699,7 +1729,7 @@ module Google
|
|
1699
1729
|
# Create a new client object for RegionNotificationEndpoints.
|
1700
1730
|
#
|
1701
1731
|
# By default, this returns an instance of
|
1702
|
-
# [Google::Cloud::Compute::V1::RegionNotificationEndpoints::Rest::Client](https://
|
1732
|
+
# [Google::Cloud::Compute::V1::RegionNotificationEndpoints::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionNotificationEndpoints-Rest-Client)
|
1703
1733
|
# for a REST client for version V1 of the API.
|
1704
1734
|
# However, you can specify a different API version by passing it in the
|
1705
1735
|
# `version` parameter. If the RegionNotificationEndpoints service is
|
@@ -1729,7 +1759,7 @@ module Google
|
|
1729
1759
|
# Create a new client object for RegionOperations.
|
1730
1760
|
#
|
1731
1761
|
# By default, this returns an instance of
|
1732
|
-
# [Google::Cloud::Compute::V1::RegionOperations::Rest::Client](https://
|
1762
|
+
# [Google::Cloud::Compute::V1::RegionOperations::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionOperations-Rest-Client)
|
1733
1763
|
# for a REST client for version V1 of the API.
|
1734
1764
|
# However, you can specify a different API version by passing it in the
|
1735
1765
|
# `version` parameter. If the RegionOperations service is
|
@@ -1759,7 +1789,7 @@ module Google
|
|
1759
1789
|
# Create a new client object for RegionSecurityPolicies.
|
1760
1790
|
#
|
1761
1791
|
# By default, this returns an instance of
|
1762
|
-
# [Google::Cloud::Compute::V1::RegionSecurityPolicies::Rest::Client](https://
|
1792
|
+
# [Google::Cloud::Compute::V1::RegionSecurityPolicies::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionSecurityPolicies-Rest-Client)
|
1763
1793
|
# for a REST client for version V1 of the API.
|
1764
1794
|
# However, you can specify a different API version by passing it in the
|
1765
1795
|
# `version` parameter. If the RegionSecurityPolicies service is
|
@@ -1789,7 +1819,7 @@ module Google
|
|
1789
1819
|
# Create a new client object for RegionSslCertificates.
|
1790
1820
|
#
|
1791
1821
|
# By default, this returns an instance of
|
1792
|
-
# [Google::Cloud::Compute::V1::RegionSslCertificates::Rest::Client](https://
|
1822
|
+
# [Google::Cloud::Compute::V1::RegionSslCertificates::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionSslCertificates-Rest-Client)
|
1793
1823
|
# for a REST client for version V1 of the API.
|
1794
1824
|
# However, you can specify a different API version by passing it in the
|
1795
1825
|
# `version` parameter. If the RegionSslCertificates service is
|
@@ -1819,7 +1849,7 @@ module Google
|
|
1819
1849
|
# Create a new client object for RegionSslPolicies.
|
1820
1850
|
#
|
1821
1851
|
# By default, this returns an instance of
|
1822
|
-
# [Google::Cloud::Compute::V1::RegionSslPolicies::Rest::Client](https://
|
1852
|
+
# [Google::Cloud::Compute::V1::RegionSslPolicies::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionSslPolicies-Rest-Client)
|
1823
1853
|
# for a REST client for version V1 of the API.
|
1824
1854
|
# However, you can specify a different API version by passing it in the
|
1825
1855
|
# `version` parameter. If the RegionSslPolicies service is
|
@@ -1849,7 +1879,7 @@ module Google
|
|
1849
1879
|
# Create a new client object for RegionTargetHttpProxies.
|
1850
1880
|
#
|
1851
1881
|
# By default, this returns an instance of
|
1852
|
-
# [Google::Cloud::Compute::V1::RegionTargetHttpProxies::Rest::Client](https://
|
1882
|
+
# [Google::Cloud::Compute::V1::RegionTargetHttpProxies::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionTargetHttpProxies-Rest-Client)
|
1853
1883
|
# for a REST client for version V1 of the API.
|
1854
1884
|
# However, you can specify a different API version by passing it in the
|
1855
1885
|
# `version` parameter. If the RegionTargetHttpProxies service is
|
@@ -1879,7 +1909,7 @@ module Google
|
|
1879
1909
|
# Create a new client object for RegionTargetHttpsProxies.
|
1880
1910
|
#
|
1881
1911
|
# By default, this returns an instance of
|
1882
|
-
# [Google::Cloud::Compute::V1::RegionTargetHttpsProxies::Rest::Client](https://
|
1912
|
+
# [Google::Cloud::Compute::V1::RegionTargetHttpsProxies::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionTargetHttpsProxies-Rest-Client)
|
1883
1913
|
# for a REST client for version V1 of the API.
|
1884
1914
|
# However, you can specify a different API version by passing it in the
|
1885
1915
|
# `version` parameter. If the RegionTargetHttpsProxies service is
|
@@ -1909,7 +1939,7 @@ module Google
|
|
1909
1939
|
# Create a new client object for RegionTargetTcpProxies.
|
1910
1940
|
#
|
1911
1941
|
# By default, this returns an instance of
|
1912
|
-
# [Google::Cloud::Compute::V1::RegionTargetTcpProxies::Rest::Client](https://
|
1942
|
+
# [Google::Cloud::Compute::V1::RegionTargetTcpProxies::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionTargetTcpProxies-Rest-Client)
|
1913
1943
|
# for a REST client for version V1 of the API.
|
1914
1944
|
# However, you can specify a different API version by passing it in the
|
1915
1945
|
# `version` parameter. If the RegionTargetTcpProxies service is
|
@@ -1939,7 +1969,7 @@ module Google
|
|
1939
1969
|
# Create a new client object for RegionUrlMaps.
|
1940
1970
|
#
|
1941
1971
|
# By default, this returns an instance of
|
1942
|
-
# [Google::Cloud::Compute::V1::RegionUrlMaps::Rest::Client](https://
|
1972
|
+
# [Google::Cloud::Compute::V1::RegionUrlMaps::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-RegionUrlMaps-Rest-Client)
|
1943
1973
|
# for a REST client for version V1 of the API.
|
1944
1974
|
# However, you can specify a different API version by passing it in the
|
1945
1975
|
# `version` parameter. If the RegionUrlMaps service is
|
@@ -1969,7 +1999,7 @@ module Google
|
|
1969
1999
|
# Create a new client object for Regions.
|
1970
2000
|
#
|
1971
2001
|
# By default, this returns an instance of
|
1972
|
-
# [Google::Cloud::Compute::V1::Regions::Rest::Client](https://
|
2002
|
+
# [Google::Cloud::Compute::V1::Regions::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-Regions-Rest-Client)
|
1973
2003
|
# for a REST client for version V1 of the API.
|
1974
2004
|
# However, you can specify a different API version by passing it in the
|
1975
2005
|
# `version` parameter. If the Regions service is
|
@@ -1999,7 +2029,7 @@ module Google
|
|
1999
2029
|
# Create a new client object for Reservations.
|
2000
2030
|
#
|
2001
2031
|
# By default, this returns an instance of
|
2002
|
-
# [Google::Cloud::Compute::V1::Reservations::Rest::Client](https://
|
2032
|
+
# [Google::Cloud::Compute::V1::Reservations::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-Reservations-Rest-Client)
|
2003
2033
|
# for a REST client for version V1 of the API.
|
2004
2034
|
# However, you can specify a different API version by passing it in the
|
2005
2035
|
# `version` parameter. If the Reservations service is
|
@@ -2029,7 +2059,7 @@ module Google
|
|
2029
2059
|
# Create a new client object for ResourcePolicies.
|
2030
2060
|
#
|
2031
2061
|
# By default, this returns an instance of
|
2032
|
-
# [Google::Cloud::Compute::V1::ResourcePolicies::Rest::Client](https://
|
2062
|
+
# [Google::Cloud::Compute::V1::ResourcePolicies::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-ResourcePolicies-Rest-Client)
|
2033
2063
|
# for a REST client for version V1 of the API.
|
2034
2064
|
# However, you can specify a different API version by passing it in the
|
2035
2065
|
# `version` parameter. If the ResourcePolicies service is
|
@@ -2059,7 +2089,7 @@ module Google
|
|
2059
2089
|
# Create a new client object for Routers.
|
2060
2090
|
#
|
2061
2091
|
# By default, this returns an instance of
|
2062
|
-
# [Google::Cloud::Compute::V1::Routers::Rest::Client](https://
|
2092
|
+
# [Google::Cloud::Compute::V1::Routers::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-Routers-Rest-Client)
|
2063
2093
|
# for a REST client for version V1 of the API.
|
2064
2094
|
# However, you can specify a different API version by passing it in the
|
2065
2095
|
# `version` parameter. If the Routers service is
|
@@ -2089,7 +2119,7 @@ module Google
|
|
2089
2119
|
# Create a new client object for Routes.
|
2090
2120
|
#
|
2091
2121
|
# By default, this returns an instance of
|
2092
|
-
# [Google::Cloud::Compute::V1::Routes::Rest::Client](https://
|
2122
|
+
# [Google::Cloud::Compute::V1::Routes::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-Routes-Rest-Client)
|
2093
2123
|
# for a REST client for version V1 of the API.
|
2094
2124
|
# However, you can specify a different API version by passing it in the
|
2095
2125
|
# `version` parameter. If the Routes service is
|
@@ -2119,7 +2149,7 @@ module Google
|
|
2119
2149
|
# Create a new client object for SecurityPolicies.
|
2120
2150
|
#
|
2121
2151
|
# By default, this returns an instance of
|
2122
|
-
# [Google::Cloud::Compute::V1::SecurityPolicies::Rest::Client](https://
|
2152
|
+
# [Google::Cloud::Compute::V1::SecurityPolicies::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-SecurityPolicies-Rest-Client)
|
2123
2153
|
# for a REST client for version V1 of the API.
|
2124
2154
|
# However, you can specify a different API version by passing it in the
|
2125
2155
|
# `version` parameter. If the SecurityPolicies service is
|
@@ -2149,7 +2179,7 @@ module Google
|
|
2149
2179
|
# Create a new client object for ServiceAttachments.
|
2150
2180
|
#
|
2151
2181
|
# By default, this returns an instance of
|
2152
|
-
# [Google::Cloud::Compute::V1::ServiceAttachments::Rest::Client](https://
|
2182
|
+
# [Google::Cloud::Compute::V1::ServiceAttachments::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-ServiceAttachments-Rest-Client)
|
2153
2183
|
# for a REST client for version V1 of the API.
|
2154
2184
|
# However, you can specify a different API version by passing it in the
|
2155
2185
|
# `version` parameter. If the ServiceAttachments service is
|
@@ -2179,7 +2209,7 @@ module Google
|
|
2179
2209
|
# Create a new client object for Snapshots.
|
2180
2210
|
#
|
2181
2211
|
# By default, this returns an instance of
|
2182
|
-
# [Google::Cloud::Compute::V1::Snapshots::Rest::Client](https://
|
2212
|
+
# [Google::Cloud::Compute::V1::Snapshots::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-Snapshots-Rest-Client)
|
2183
2213
|
# for a REST client for version V1 of the API.
|
2184
2214
|
# However, you can specify a different API version by passing it in the
|
2185
2215
|
# `version` parameter. If the Snapshots service is
|
@@ -2209,7 +2239,7 @@ module Google
|
|
2209
2239
|
# Create a new client object for SslCertificates.
|
2210
2240
|
#
|
2211
2241
|
# By default, this returns an instance of
|
2212
|
-
# [Google::Cloud::Compute::V1::SslCertificates::Rest::Client](https://
|
2242
|
+
# [Google::Cloud::Compute::V1::SslCertificates::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-SslCertificates-Rest-Client)
|
2213
2243
|
# for a REST client for version V1 of the API.
|
2214
2244
|
# However, you can specify a different API version by passing it in the
|
2215
2245
|
# `version` parameter. If the SslCertificates service is
|
@@ -2239,7 +2269,7 @@ module Google
|
|
2239
2269
|
# Create a new client object for SslPolicies.
|
2240
2270
|
#
|
2241
2271
|
# By default, this returns an instance of
|
2242
|
-
# [Google::Cloud::Compute::V1::SslPolicies::Rest::Client](https://
|
2272
|
+
# [Google::Cloud::Compute::V1::SslPolicies::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-SslPolicies-Rest-Client)
|
2243
2273
|
# for a REST client for version V1 of the API.
|
2244
2274
|
# However, you can specify a different API version by passing it in the
|
2245
2275
|
# `version` parameter. If the SslPolicies service is
|
@@ -2269,7 +2299,7 @@ module Google
|
|
2269
2299
|
# Create a new client object for Subnetworks.
|
2270
2300
|
#
|
2271
2301
|
# By default, this returns an instance of
|
2272
|
-
# [Google::Cloud::Compute::V1::Subnetworks::Rest::Client](https://
|
2302
|
+
# [Google::Cloud::Compute::V1::Subnetworks::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-Subnetworks-Rest-Client)
|
2273
2303
|
# for a REST client for version V1 of the API.
|
2274
2304
|
# However, you can specify a different API version by passing it in the
|
2275
2305
|
# `version` parameter. If the Subnetworks service is
|
@@ -2299,7 +2329,7 @@ module Google
|
|
2299
2329
|
# Create a new client object for TargetGrpcProxies.
|
2300
2330
|
#
|
2301
2331
|
# By default, this returns an instance of
|
2302
|
-
# [Google::Cloud::Compute::V1::TargetGrpcProxies::Rest::Client](https://
|
2332
|
+
# [Google::Cloud::Compute::V1::TargetGrpcProxies::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-TargetGrpcProxies-Rest-Client)
|
2303
2333
|
# for a REST client for version V1 of the API.
|
2304
2334
|
# However, you can specify a different API version by passing it in the
|
2305
2335
|
# `version` parameter. If the TargetGrpcProxies service is
|
@@ -2329,7 +2359,7 @@ module Google
|
|
2329
2359
|
# Create a new client object for TargetHttpProxies.
|
2330
2360
|
#
|
2331
2361
|
# By default, this returns an instance of
|
2332
|
-
# [Google::Cloud::Compute::V1::TargetHttpProxies::Rest::Client](https://
|
2362
|
+
# [Google::Cloud::Compute::V1::TargetHttpProxies::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-TargetHttpProxies-Rest-Client)
|
2333
2363
|
# for a REST client for version V1 of the API.
|
2334
2364
|
# However, you can specify a different API version by passing it in the
|
2335
2365
|
# `version` parameter. If the TargetHttpProxies service is
|
@@ -2359,7 +2389,7 @@ module Google
|
|
2359
2389
|
# Create a new client object for TargetHttpsProxies.
|
2360
2390
|
#
|
2361
2391
|
# By default, this returns an instance of
|
2362
|
-
# [Google::Cloud::Compute::V1::TargetHttpsProxies::Rest::Client](https://
|
2392
|
+
# [Google::Cloud::Compute::V1::TargetHttpsProxies::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-TargetHttpsProxies-Rest-Client)
|
2363
2393
|
# for a REST client for version V1 of the API.
|
2364
2394
|
# However, you can specify a different API version by passing it in the
|
2365
2395
|
# `version` parameter. If the TargetHttpsProxies service is
|
@@ -2389,7 +2419,7 @@ module Google
|
|
2389
2419
|
# Create a new client object for TargetInstances.
|
2390
2420
|
#
|
2391
2421
|
# By default, this returns an instance of
|
2392
|
-
# [Google::Cloud::Compute::V1::TargetInstances::Rest::Client](https://
|
2422
|
+
# [Google::Cloud::Compute::V1::TargetInstances::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-TargetInstances-Rest-Client)
|
2393
2423
|
# for a REST client for version V1 of the API.
|
2394
2424
|
# However, you can specify a different API version by passing it in the
|
2395
2425
|
# `version` parameter. If the TargetInstances service is
|
@@ -2419,7 +2449,7 @@ module Google
|
|
2419
2449
|
# Create a new client object for TargetPools.
|
2420
2450
|
#
|
2421
2451
|
# By default, this returns an instance of
|
2422
|
-
# [Google::Cloud::Compute::V1::TargetPools::Rest::Client](https://
|
2452
|
+
# [Google::Cloud::Compute::V1::TargetPools::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-TargetPools-Rest-Client)
|
2423
2453
|
# for a REST client for version V1 of the API.
|
2424
2454
|
# However, you can specify a different API version by passing it in the
|
2425
2455
|
# `version` parameter. If the TargetPools service is
|
@@ -2449,7 +2479,7 @@ module Google
|
|
2449
2479
|
# Create a new client object for TargetSslProxies.
|
2450
2480
|
#
|
2451
2481
|
# By default, this returns an instance of
|
2452
|
-
# [Google::Cloud::Compute::V1::TargetSslProxies::Rest::Client](https://
|
2482
|
+
# [Google::Cloud::Compute::V1::TargetSslProxies::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-TargetSslProxies-Rest-Client)
|
2453
2483
|
# for a REST client for version V1 of the API.
|
2454
2484
|
# However, you can specify a different API version by passing it in the
|
2455
2485
|
# `version` parameter. If the TargetSslProxies service is
|
@@ -2479,7 +2509,7 @@ module Google
|
|
2479
2509
|
# Create a new client object for TargetTcpProxies.
|
2480
2510
|
#
|
2481
2511
|
# By default, this returns an instance of
|
2482
|
-
# [Google::Cloud::Compute::V1::TargetTcpProxies::Rest::Client](https://
|
2512
|
+
# [Google::Cloud::Compute::V1::TargetTcpProxies::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-TargetTcpProxies-Rest-Client)
|
2483
2513
|
# for a REST client for version V1 of the API.
|
2484
2514
|
# However, you can specify a different API version by passing it in the
|
2485
2515
|
# `version` parameter. If the TargetTcpProxies service is
|
@@ -2509,7 +2539,7 @@ module Google
|
|
2509
2539
|
# Create a new client object for TargetVpnGateways.
|
2510
2540
|
#
|
2511
2541
|
# By default, this returns an instance of
|
2512
|
-
# [Google::Cloud::Compute::V1::TargetVpnGateways::Rest::Client](https://
|
2542
|
+
# [Google::Cloud::Compute::V1::TargetVpnGateways::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-TargetVpnGateways-Rest-Client)
|
2513
2543
|
# for a REST client for version V1 of the API.
|
2514
2544
|
# However, you can specify a different API version by passing it in the
|
2515
2545
|
# `version` parameter. If the TargetVpnGateways service is
|
@@ -2539,7 +2569,7 @@ module Google
|
|
2539
2569
|
# Create a new client object for UrlMaps.
|
2540
2570
|
#
|
2541
2571
|
# By default, this returns an instance of
|
2542
|
-
# [Google::Cloud::Compute::V1::UrlMaps::Rest::Client](https://
|
2572
|
+
# [Google::Cloud::Compute::V1::UrlMaps::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-UrlMaps-Rest-Client)
|
2543
2573
|
# for a REST client for version V1 of the API.
|
2544
2574
|
# However, you can specify a different API version by passing it in the
|
2545
2575
|
# `version` parameter. If the UrlMaps service is
|
@@ -2569,7 +2599,7 @@ module Google
|
|
2569
2599
|
# Create a new client object for VpnGateways.
|
2570
2600
|
#
|
2571
2601
|
# By default, this returns an instance of
|
2572
|
-
# [Google::Cloud::Compute::V1::VpnGateways::Rest::Client](https://
|
2602
|
+
# [Google::Cloud::Compute::V1::VpnGateways::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-VpnGateways-Rest-Client)
|
2573
2603
|
# for a REST client for version V1 of the API.
|
2574
2604
|
# However, you can specify a different API version by passing it in the
|
2575
2605
|
# `version` parameter. If the VpnGateways service is
|
@@ -2599,7 +2629,7 @@ module Google
|
|
2599
2629
|
# Create a new client object for VpnTunnels.
|
2600
2630
|
#
|
2601
2631
|
# By default, this returns an instance of
|
2602
|
-
# [Google::Cloud::Compute::V1::VpnTunnels::Rest::Client](https://
|
2632
|
+
# [Google::Cloud::Compute::V1::VpnTunnels::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-VpnTunnels-Rest-Client)
|
2603
2633
|
# for a REST client for version V1 of the API.
|
2604
2634
|
# However, you can specify a different API version by passing it in the
|
2605
2635
|
# `version` parameter. If the VpnTunnels service is
|
@@ -2629,7 +2659,7 @@ module Google
|
|
2629
2659
|
# Create a new client object for ZoneOperations.
|
2630
2660
|
#
|
2631
2661
|
# By default, this returns an instance of
|
2632
|
-
# [Google::Cloud::Compute::V1::ZoneOperations::Rest::Client](https://
|
2662
|
+
# [Google::Cloud::Compute::V1::ZoneOperations::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-ZoneOperations-Rest-Client)
|
2633
2663
|
# for a REST client for version V1 of the API.
|
2634
2664
|
# However, you can specify a different API version by passing it in the
|
2635
2665
|
# `version` parameter. If the ZoneOperations service is
|
@@ -2659,7 +2689,7 @@ module Google
|
|
2659
2689
|
# Create a new client object for Zones.
|
2660
2690
|
#
|
2661
2691
|
# By default, this returns an instance of
|
2662
|
-
# [Google::Cloud::Compute::V1::Zones::Rest::Client](https://
|
2692
|
+
# [Google::Cloud::Compute::V1::Zones::Rest::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest/Google-Cloud-Compute-V1-Zones-Rest-Client)
|
2663
2693
|
# for a REST client for version V1 of the API.
|
2664
2694
|
# However, you can specify a different API version by passing it in the
|
2665
2695
|
# `version` parameter. If the Zones service is
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-compute
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-compute-v1
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '1
|
19
|
+
version: '2.1'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '1
|
26
|
+
version: '2.1'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: google-cloud-core
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|