google-apis-compute_beta 0.61.0 → 0.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 693e4355e2509b4276c63f8f2b1f19cc45ae4762922aa73595ee6411af0bf869
4
- data.tar.gz: 3f12d92cc49f9b73cab89717757b5a985c1aa28e93929842af6ccd26e11139ba
3
+ metadata.gz: e2af83131a39466d0284c85bc53bc11617e00446e05faf94e35d158424d471f9
4
+ data.tar.gz: 560e225bd9e93c5d2cd374b1c3abd2732437ae5e4a48dab8f4dc3375146672b0
5
5
  SHA512:
6
- metadata.gz: 228946dfe4edd9cc93a197aa7c01c441f5f6b0f0a42a0c9368ee13a32599cf4490cd58a244b5897226ee32b17719d625995295239b5a631edd470d1dddc6524e
7
- data.tar.gz: f6b1e4be3a4c208e7c803a71787ef82b3f939aacc5cc3a048765ee5844c40fb0adca6d553b6d3c9161e1224432c343ec76461294e17b96da66faa274293bea9c
6
+ metadata.gz: 5a93d2d5cd038e163af10dcdddd3c6a72f54bf9d8b4a50703e3702a27424e4e12c64be37e39dfd99402ce5870ed3a3af7fc005a4c60971edcf48927166d36125
7
+ data.tar.gz: 623216aa60db50635627a0accb160d5348eaaeafbbaf4012abd417fd7eb8e3141b70969805601c54486b2982096cfd12ed7802e837a5556cf5950c1547291d97
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.62.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230221
6
+
3
7
  ### v0.61.0 (2023-02-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20230210
@@ -513,7 +513,7 @@ module Google
513
513
  # The first IPv6 address of the external IPv6 range associated with this
514
514
  # instance, prefix length is stored in externalIpv6PrefixLength in
515
515
  # ipv6AccessConfig. To use a static external IP address, it must be unused and
516
- # in the same region as the instance's zone. If not specified, GCP will
516
+ # in the same region as the instance's zone. If not specified, Google Cloud will
517
517
  # automatically assign an external IPv6 address from the instance's subnetwork.
518
518
  # Corresponds to the JSON property `externalIpv6`
519
519
  # @return [String]
@@ -17653,9 +17653,7 @@ module Google
17653
17653
  # @return [Fixnum]
17654
17654
  attr_accessor :requested_link_count
17655
17655
 
17656
- # [Output Only] Set to true if the resource satisfies the zone separation
17657
- # organization policy constraints and false otherwise. Defaults to false if the
17658
- # field is not present.
17656
+ # [Output Only] Reserved for future use.
17659
17657
  # Corresponds to the JSON property `satisfiesPzs`
17660
17658
  # @return [Boolean]
17661
17659
  attr_accessor :satisfies_pzs
@@ -17960,9 +17958,7 @@ module Google
17960
17958
  # @return [String]
17961
17959
  attr_accessor :router
17962
17960
 
17963
- # [Output Only] Set to true if the resource satisfies the zone separation
17964
- # organization policy constraints and false otherwise. Defaults to false if the
17965
- # field is not present.
17961
+ # [Output Only] Reserved for future use.
17966
17962
  # Corresponds to the JSON property `satisfiesPzs`
17967
17963
  # @return [Boolean]
17968
17964
  attr_accessor :satisfies_pzs
@@ -18899,8 +18895,7 @@ module Google
18899
18895
  # @return [String]
18900
18896
  attr_accessor :status
18901
18897
 
18902
- # [Output Only] Set to true for locations that support physical zone separation.
18903
- # Defaults to false if the field is not present.
18898
+ # [Output Only] Reserved for future use.
18904
18899
  # Corresponds to the JSON property `supportsPzs`
18905
18900
  # @return [Boolean]
18906
18901
  attr_accessor :supports_pzs
@@ -23020,8 +23015,8 @@ module Google
23020
23015
 
23021
23016
  # An IPv6 internal network address for this network interface. To use a static
23022
23017
  # internal IP address, it must be unused and in the same region as the instance'
23023
- # s zone. If not specified, GCP will automatically assign an internal IPv6
23024
- # address from the instance's subnetwork.
23018
+ # s zone. If not specified, Google Cloud will automatically assign an internal
23019
+ # IPv6 address from the instance's subnetwork.
23025
23020
  # Corresponds to the JSON property `ipv6Address`
23026
23021
  # @return [String]
23027
23022
  attr_accessor :ipv6_address
@@ -24466,10 +24461,7 @@ module Google
24466
24461
  # @return [String]
24467
24462
  attr_accessor :node_type
24468
24463
 
24469
- # The flexible properties of the desired node type. Node groups that use this
24470
- # node template will create nodes of a type that matches these properties. This
24471
- # field is mutually exclusive with the node_type property; you can only define
24472
- # one or the other, but not both.
24464
+ # Do not use. Instead, use the node_type property.
24473
24465
  # Corresponds to the JSON property `nodeTypeFlexibility`
24474
24466
  # @return [Google::Apis::ComputeBeta::NodeTemplateNodeTypeFlexibility]
24475
24467
  attr_accessor :node_type_flexibility
@@ -31309,7 +31301,7 @@ module Google
31309
31301
  attr_accessor :start_time
31310
31302
 
31311
31303
  # Specifies the time zone to be used in interpreting Schedule.schedule. The
31312
- # value of this field must be a time zone name from the tz database: http://en.
31304
+ # value of this field must be a time zone name from the tz database: https://
31313
31305
  # wikipedia.org/wiki/Tz_database.
31314
31306
  # Corresponds to the JSON property `timeZone`
31315
31307
  # @return [String]
@@ -32508,10 +32500,10 @@ module Google
32508
32500
  # @return [String]
32509
32501
  attr_accessor :advertise_mode
32510
32502
 
32511
- # User-specified list of prefix groups to advertise in custom mode, which can
32512
- # take one of the following options: - ALL_SUBNETS: Advertises all available
32513
- # subnets, including peer VPC subnets. - ALL_VPC_SUBNETS: Advertises the router'
32514
- # s own VPC subnets. Note that this field can only be populated if
32503
+ # User-specified list of prefix groups to advertise in custom mode, which
32504
+ # currently supports the following option: - ALL_SUBNETS: Advertises all of the
32505
+ # router's own VPC subnets. This excludes any routes learned for subnets that
32506
+ # use VPC Network Peering. Note that this field can only be populated if
32515
32507
  # advertise_mode is CUSTOM and overrides the list defined for the router (in the
32516
32508
  # "bgp" message). These groups are advertised in addition to any specified
32517
32509
  # prefixes. Leave this field blank to advertise no custom groups.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.61.0"
19
+ GEM_VERSION = "0.62.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230210"
25
+ REVISION = "20230221"
26
26
  end
27
27
  end
28
28
  end
@@ -849,8 +849,7 @@ module Google
849
849
  execute_or_queue_command(command, &block)
850
850
  end
851
851
 
852
- # Returns the specified autoscaler resource. Gets a list of available
853
- # autoscalers by making a list() request.
852
+ # Returns the specified autoscaler resource.
854
853
  # @param [String] project
855
854
  # Project ID for this request.
856
855
  # @param [String] zone
@@ -1331,8 +1330,7 @@ module Google
1331
1330
  execute_or_queue_command(command, &block)
1332
1331
  end
1333
1332
 
1334
- # Returns the specified BackendBucket resource. Gets a list of available backend
1335
- # buckets by making a list() request.
1333
+ # Returns the specified BackendBucket resource.
1336
1334
  # @param [String] project
1337
1335
  # Project ID for this request.
1338
1336
  # @param [String] backend_bucket
@@ -2025,8 +2023,7 @@ module Google
2025
2023
  execute_or_queue_command(command, &block)
2026
2024
  end
2027
2025
 
2028
- # Returns the specified BackendService resource. Gets a list of available
2029
- # backend services.
2026
+ # Returns the specified BackendService resource.
2030
2027
  # @param [String] project
2031
2028
  # Project ID for this request.
2032
2029
  # @param [String] backend_service
@@ -2661,8 +2658,7 @@ module Google
2661
2658
  execute_or_queue_command(command, &block)
2662
2659
  end
2663
2660
 
2664
- # Returns the specified disk type. Gets a list of available disk types by making
2665
- # a list() request.
2661
+ # Returns the specified disk type.
2666
2662
  # @param [String] project
2667
2663
  # Project ID for this request.
2668
2664
  # @param [String] zone
@@ -3054,8 +3050,7 @@ module Google
3054
3050
  execute_or_queue_command(command, &block)
3055
3051
  end
3056
3052
 
3057
- # Returns a specified persistent disk. Gets a list of available persistent disks
3058
- # by making a list() request.
3053
+ # Returns the specified persistent disk.
3059
3054
  # @param [String] project
3060
3055
  # Project ID for this request.
3061
3056
  # @param [String] zone
@@ -4322,7 +4317,9 @@ module Google
4322
4317
  # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned
4323
4318
  # by a previous list request to get the next page of results.
4324
4319
  # @param [String] parent_id
4325
- # Parent ID for this request.
4320
+ # Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]" if
4321
+ # the parent is a folder or "organizations/[ORGANIZATION_ID]" if the parent is
4322
+ # an organization.
4326
4323
  # @param [Boolean] return_partial_success
4327
4324
  # Opt-in for partial success behavior which provides partial results in case of
4328
4325
  # failure. The default value is false.
@@ -4398,7 +4395,9 @@ module Google
4398
4395
  # @param [String] firewall_policy
4399
4396
  # Name of the firewall policy to update.
4400
4397
  # @param [String] parent_id
4401
- # The new parent of the firewall policy.
4398
+ # The new parent of the firewall policy. The ID can be either be "folders/[
4399
+ # FOLDER_ID]" if the parent is a folder or "organizations/[ORGANIZATION_ID]" if
4400
+ # the parent is an organization.
4402
4401
  # @param [String] request_id
4403
4402
  # An optional request ID to identify requests. Specify a unique request ID so
4404
4403
  # that if you must retry your request, the server will know to ignore the
@@ -5647,8 +5646,7 @@ module Google
5647
5646
  execute_or_queue_command(command, &block)
5648
5647
  end
5649
5648
 
5650
- # Returns the specified address resource. Gets a list of available addresses by
5651
- # making a list() request.
5649
+ # Returns the specified address resource.
5652
5650
  # @param [String] project
5653
5651
  # Project ID for this request.
5654
5652
  # @param [String] address
@@ -6453,8 +6451,7 @@ module Google
6453
6451
  execute_or_queue_command(command, &block)
6454
6452
  end
6455
6453
 
6456
- # Returns the specified network endpoint group. Gets a list of available network
6457
- # endpoint groups by making a list() request.
6454
+ # Returns the specified network endpoint group.
6458
6455
  # @param [String] project
6459
6456
  # Project ID for this request.
6460
6457
  # @param [String] network_endpoint_group
@@ -7593,8 +7590,7 @@ module Google
7593
7590
  execute_or_queue_command(command, &block)
7594
7591
  end
7595
7592
 
7596
- # Returns the specified HealthCheck resource. Gets a list of available health
7597
- # checks by making a list() request.
7593
+ # Returns the specified HealthCheck resource.
7598
7594
  # @param [String] project
7599
7595
  # Project ID for this request.
7600
7596
  # @param [String] health_check
@@ -7955,8 +7951,7 @@ module Google
7955
7951
  execute_or_queue_command(command, &block)
7956
7952
  end
7957
7953
 
7958
- # Returns the specified HttpHealthCheck resource. Gets a list of available HTTP
7959
- # health checks by making a list() request.
7954
+ # Returns the specified HttpHealthCheck resource.
7960
7955
  # @param [String] project
7961
7956
  # Project ID for this request.
7962
7957
  # @param [String] http_health_check
@@ -8318,8 +8313,7 @@ module Google
8318
8313
  execute_or_queue_command(command, &block)
8319
8314
  end
8320
8315
 
8321
- # Returns the specified HttpsHealthCheck resource. Gets a list of available
8322
- # HTTPS health checks by making a list() request.
8316
+ # Returns the specified HttpsHealthCheck resource.
8323
8317
  # @param [String] project
8324
8318
  # Project ID for this request.
8325
8319
  # @param [String] https_health_check
@@ -8772,8 +8766,7 @@ module Google
8772
8766
  execute_or_queue_command(command, &block)
8773
8767
  end
8774
8768
 
8775
- # Returns the specified image. Gets a list of available images by making a list()
8776
- # request.
8769
+ # Returns the specified image.
8777
8770
  # @param [String] project
8778
8771
  # Project ID for this request.
8779
8772
  # @param [String] image
@@ -9622,8 +9615,7 @@ module Google
9622
9615
  execute_or_queue_command(command, &block)
9623
9616
  end
9624
9617
 
9625
- # Returns all of the details about the specified managed instance group. Gets a
9626
- # list of available managed instance groups by making a list() request.
9618
+ # Returns all of the details about the specified managed instance group.
9627
9619
  # @param [String] project
9628
9620
  # Project ID for this request.
9629
9621
  # @param [String] zone
@@ -11531,8 +11523,7 @@ module Google
11531
11523
  execute_or_queue_command(command, &block)
11532
11524
  end
11533
11525
 
11534
- # Returns the specified instance template. Gets a list of available instance
11535
- # templates by making a list() request.
11526
+ # Returns the specified instance template.
11536
11527
  # @param [String] project
11537
11528
  # Project ID for this request.
11538
11529
  # @param [String] instance_template
@@ -12308,8 +12299,7 @@ module Google
12308
12299
  execute_or_queue_command(command, &block)
12309
12300
  end
12310
12301
 
12311
- # Returns the specified Instance resource. Gets a list of available instances by
12312
- # making a list() request.
12302
+ # Returns the specified Instance resource.
12313
12303
  # @param [String] project
12314
12304
  # Project ID for this request.
12315
12305
  # @param [String] zone
@@ -15978,8 +15968,7 @@ module Google
15978
15968
  execute_or_queue_command(command, &block)
15979
15969
  end
15980
15970
 
15981
- # Returns the specified machine image. Gets a list of available machine images
15982
- # by making a list() request.
15971
+ # Returns the specified machine image.
15983
15972
  # @param [String] project
15984
15973
  # Project ID for this request.
15985
15974
  # @param [String] machine_image
@@ -16372,8 +16361,7 @@ module Google
16372
16361
  execute_or_queue_command(command, &block)
16373
16362
  end
16374
16363
 
16375
- # Returns the specified machine type. Gets a list of available machine types by
16376
- # making a list() request.
16364
+ # Returns the specified machine type.
16377
16365
  # @param [String] project
16378
16366
  # Project ID for this request.
16379
16367
  # @param [String] zone
@@ -17520,8 +17508,7 @@ module Google
17520
17508
  execute_or_queue_command(command, &block)
17521
17509
  end
17522
17510
 
17523
- # Returns the specified network endpoint group. Gets a list of available network
17524
- # endpoint groups by making a list() request.
17511
+ # Returns the specified network endpoint group.
17525
17512
  # @param [String] project
17526
17513
  # Project ID for this request.
17527
17514
  # @param [String] zone
@@ -18726,8 +18713,7 @@ module Google
18726
18713
  execute_or_queue_command(command, &block)
18727
18714
  end
18728
18715
 
18729
- # Returns the specified network. Gets a list of available networks by making a
18730
- # list() request.
18716
+ # Returns the specified network.
18731
18717
  # @param [String] project
18732
18718
  # Project ID for this request.
18733
18719
  # @param [String] network
@@ -20243,8 +20229,7 @@ module Google
20243
20229
  execute_or_queue_command(command, &block)
20244
20230
  end
20245
20231
 
20246
- # Returns the specified node template. Gets a list of available node templates
20247
- # by making a list() request.
20232
+ # Returns the specified node template.
20248
20233
  # @param [String] project
20249
20234
  # Project ID for this request.
20250
20235
  # @param [String] region
@@ -20649,8 +20634,7 @@ module Google
20649
20634
  execute_or_queue_command(command, &block)
20650
20635
  end
20651
20636
 
20652
- # Returns the specified node type. Gets a list of available node types by making
20653
- # a list() request.
20637
+ # Returns the specified node type.
20654
20638
  # @param [String] project
20655
20639
  # Project ID for this request.
20656
20640
  # @param [String] zone
@@ -24235,8 +24219,7 @@ module Google
24235
24219
  execute_or_queue_command(command, &block)
24236
24220
  end
24237
24221
 
24238
- # Returns the specified commitment resource. Gets a list of available
24239
- # commitments by making a list() request.
24222
+ # Returns the specified commitment resource.
24240
24223
  # @param [String] project
24241
24224
  # Project ID for this request.
24242
24225
  # @param [String] region
@@ -24572,8 +24555,7 @@ module Google
24572
24555
  execute_or_queue_command(command, &block)
24573
24556
  end
24574
24557
 
24575
- # Returns the specified regional disk type. Gets a list of available disk types
24576
- # by making a list() request.
24558
+ # Returns the specified regional disk type.
24577
24559
  # @param [String] project
24578
24560
  # Project ID for this request.
24579
24561
  # @param [String] region
@@ -25779,8 +25761,7 @@ module Google
25779
25761
  execute_or_queue_command(command, &block)
25780
25762
  end
25781
25763
 
25782
- # Returns the specified HealthCheck resource. Gets a list of available health
25783
- # checks by making a list() request.
25764
+ # Returns the specified HealthCheck resource.
25784
25765
  # @param [String] project
25785
25766
  # Project ID for this request.
25786
25767
  # @param [String] region
@@ -27913,8 +27894,7 @@ module Google
27913
27894
  execute_or_queue_command(command, &block)
27914
27895
  end
27915
27896
 
27916
- # Returns the specified instance template. Gets a list of available instance
27917
- # templates by making a list() request.
27897
+ # Returns the specified instance template.
27918
27898
  # @param [String] project
27919
27899
  # Project ID for this request.
27920
27900
  # @param [String] region
@@ -28200,8 +28180,7 @@ module Google
28200
28180
  execute_or_queue_command(command, &block)
28201
28181
  end
28202
28182
 
28203
- # Returns the specified network endpoint group. Gets a list of available network
28204
- # endpoint groups by making a list() request.
28183
+ # Returns the specified network endpoint group.
28205
28184
  # @param [String] project
28206
28185
  # Project ID for this request.
28207
28186
  # @param [String] region
@@ -30782,8 +30761,7 @@ module Google
30782
30761
  execute_or_queue_command(command, &block)
30783
30762
  end
30784
30763
 
30785
- # Returns the specified TargetHttpProxy resource in the specified region. Gets a
30786
- # list of available target HTTP proxies by making a list() request.
30764
+ # Returns the specified TargetHttpProxy resource in the specified region.
30787
30765
  # @param [String] project
30788
30766
  # Project ID for this request.
30789
30767
  # @param [String] region
@@ -31110,8 +31088,7 @@ module Google
31110
31088
  execute_or_queue_command(command, &block)
31111
31089
  end
31112
31090
 
31113
- # Returns the specified TargetHttpsProxy resource in the specified region. Gets
31114
- # a list of available target HTTP proxies by making a list() request.
31091
+ # Returns the specified TargetHttpsProxy resource in the specified region.
31115
31092
  # @param [String] project
31116
31093
  # Project ID for this request.
31117
31094
  # @param [String] region
@@ -31812,8 +31789,7 @@ module Google
31812
31789
  execute_or_queue_command(command, &block)
31813
31790
  end
31814
31791
 
31815
- # Returns the specified UrlMap resource. Gets a list of available URL maps by
31816
- # making a list() request.
31792
+ # Returns the specified UrlMap resource.
31817
31793
  # @param [String] project
31818
31794
  # Project ID for this request.
31819
31795
  # @param [String] region
@@ -32211,14 +32187,13 @@ module Google
32211
32187
  execute_or_queue_command(command, &block)
32212
32188
  end
32213
32189
 
32214
- # Returns the specified Region resource. Gets a list of available regions by
32215
- # making a list() request. To decrease latency for this method, you can
32216
- # optionally omit any unneeded information from the response by using a field
32217
- # mask. This practice is especially recommended for unused quota information (
32218
- # the `quotas` field). To exclude one or more fields, set your request's `fields`
32219
- # query parameter to only include the fields you need. For example, to only
32220
- # include the `id` and `selfLink` fields, add the query parameter `?fields=id,
32221
- # selfLink` to your request.
32190
+ # Returns the specified Region resource. To decrease latency for this method,
32191
+ # you can optionally omit any unneeded information from the response by using a
32192
+ # field mask. This practice is especially recommended for unused quota
32193
+ # information (the `quotas` field). To exclude one or more fields, set your
32194
+ # request's `fields` query parameter to only include the fields you need. For
32195
+ # example, to only include the `id` and `selfLink` fields, add the query
32196
+ # parameter `?fields=id,selfLink` to your request.
32222
32197
  # @param [String] project
32223
32198
  # Project ID for this request.
32224
32199
  # @param [String] region
@@ -33574,8 +33549,7 @@ module Google
33574
33549
  execute_or_queue_command(command, &block)
33575
33550
  end
33576
33551
 
33577
- # Returns the specified Router resource. Gets a list of available routers by
33578
- # making a list() request.
33552
+ # Returns the specified Router resource.
33579
33553
  # @param [String] project
33580
33554
  # Project ID for this request.
33581
33555
  # @param [String] region
@@ -34138,8 +34112,7 @@ module Google
34138
34112
  execute_or_queue_command(command, &block)
34139
34113
  end
34140
34114
 
34141
- # Returns the specified Route resource. Gets a list of available routes by
34142
- # making a list() request.
34115
+ # Returns the specified Route resource.
34143
34116
  # @param [String] project
34144
34117
  # Project ID for this request.
34145
34118
  # @param [String] route
@@ -35618,8 +35591,7 @@ module Google
35618
35591
  execute_or_queue_command(command, &block)
35619
35592
  end
35620
35593
 
35621
- # Returns the specified Snapshot resource. Gets a list of available snapshots by
35622
- # making a list() request.
35594
+ # Returns the specified Snapshot resource.
35623
35595
  # @param [String] project
35624
35596
  # Project ID for this request.
35625
35597
  # @param [String] snapshot
@@ -36097,8 +36069,7 @@ module Google
36097
36069
  execute_or_queue_command(command, &block)
36098
36070
  end
36099
36071
 
36100
- # Returns the specified SslCertificate resource. Gets a list of available SSL
36101
- # certificates by making a list() request.
36072
+ # Returns the specified SslCertificate resource.
36102
36073
  # @param [String] project
36103
36074
  # Project ID for this request.
36104
36075
  # @param [String] ssl_certificate
@@ -36493,8 +36464,7 @@ module Google
36493
36464
  execute_or_queue_command(command, &block)
36494
36465
  end
36495
36466
 
36496
- # Returns the specified SSL policy resource. Gets a list of available SSL
36497
- # policies by making a list() request.
36467
+ # Returns the specified SSL policy resource.
36498
36468
  # @param [String] project
36499
36469
  # Project ID for this request.
36500
36470
  # @param [Google::Apis::ComputeBeta::SslPolicy] ssl_policy_object
@@ -37007,8 +36977,7 @@ module Google
37007
36977
  execute_or_queue_command(command, &block)
37008
36978
  end
37009
36979
 
37010
- # Returns the specified subnetwork. Gets a list of available subnetworks list()
37011
- # request.
36980
+ # Returns the specified subnetwork.
37012
36981
  # @param [String] project
37013
36982
  # Project ID for this request.
37014
36983
  # @param [String] region
@@ -37983,8 +37952,7 @@ module Google
37983
37952
  execute_or_queue_command(command, &block)
37984
37953
  end
37985
37954
 
37986
- # Returns the specified TargetHttpProxy resource. Gets a list of available
37987
- # target HTTP proxies by making a list() request.
37955
+ # Returns the specified TargetHttpProxy resource.
37988
37956
  # @param [String] project
37989
37957
  # Project ID for this request.
37990
37958
  # @param [String] target_http_proxy
@@ -38442,8 +38410,7 @@ module Google
38442
38410
  execute_or_queue_command(command, &block)
38443
38411
  end
38444
38412
 
38445
- # Returns the specified TargetHttpsProxy resource. Gets a list of available
38446
- # target HTTPS proxies by making a list() request.
38413
+ # Returns the specified TargetHttpsProxy resource.
38447
38414
  # @param [String] project
38448
38415
  # Project ID for this request.
38449
38416
  # @param [String] target_https_proxy
@@ -39109,8 +39076,7 @@ module Google
39109
39076
  execute_or_queue_command(command, &block)
39110
39077
  end
39111
39078
 
39112
- # Returns the specified TargetInstance resource. Gets a list of available target
39113
- # instances by making a list() request.
39079
+ # Returns the specified TargetInstance resource.
39114
39080
  # @param [String] project
39115
39081
  # Project ID for this request.
39116
39082
  # @param [String] zone
@@ -39586,8 +39552,7 @@ module Google
39586
39552
  execute_or_queue_command(command, &block)
39587
39553
  end
39588
39554
 
39589
- # Returns the specified target pool. Gets a list of available target pools by
39590
- # making a list() request.
39555
+ # Returns the specified target pool.
39591
39556
  # @param [String] project
39592
39557
  # Project ID for this request.
39593
39558
  # @param [String] region
@@ -40062,8 +40027,7 @@ module Google
40062
40027
  execute_or_queue_command(command, &block)
40063
40028
  end
40064
40029
 
40065
- # Returns the specified TargetSslProxy resource. Gets a list of available target
40066
- # SSL proxies by making a list() request.
40030
+ # Returns the specified TargetSslProxy resource.
40067
40031
  # @param [String] project
40068
40032
  # Project ID for this request.
40069
40033
  # @param [String] target_ssl_proxy
@@ -40674,8 +40638,7 @@ module Google
40674
40638
  execute_or_queue_command(command, &block)
40675
40639
  end
40676
40640
 
40677
- # Returns the specified TargetTcpProxy resource. Gets a list of available target
40678
- # TCP proxies by making a list() request.
40641
+ # Returns the specified TargetTcpProxy resource.
40679
40642
  # @param [String] project
40680
40643
  # Project ID for this request.
40681
40644
  # @param [String] target_tcp_proxy
@@ -41133,8 +41096,7 @@ module Google
41133
41096
  execute_or_queue_command(command, &block)
41134
41097
  end
41135
41098
 
41136
- # Returns the specified target VPN gateway. Gets a list of available target VPN
41137
- # gateways by making a list() request.
41099
+ # Returns the specified target VPN gateway.
41138
41100
  # @param [String] project
41139
41101
  # Project ID for this request.
41140
41102
  # @param [String] region
@@ -41556,8 +41518,7 @@ module Google
41556
41518
  execute_or_queue_command(command, &block)
41557
41519
  end
41558
41520
 
41559
- # Returns the specified UrlMap resource. Gets a list of available URL maps by
41560
- # making a list() request.
41521
+ # Returns the specified UrlMap resource.
41561
41522
  # @param [String] project
41562
41523
  # Project ID for this request.
41563
41524
  # @param [String] url_map
@@ -42108,8 +42069,7 @@ module Google
42108
42069
  execute_or_queue_command(command, &block)
42109
42070
  end
42110
42071
 
42111
- # Returns the specified VPN gateway. Gets a list of available VPN gateways by
42112
- # making a list() request.
42072
+ # Returns the specified VPN gateway.
42113
42073
  # @param [String] project
42114
42074
  # Project ID for this request.
42115
42075
  # @param [String] region
@@ -42571,8 +42531,7 @@ module Google
42571
42531
  execute_or_queue_command(command, &block)
42572
42532
  end
42573
42533
 
42574
- # Returns the specified VpnTunnel resource. Gets a list of available VPN tunnels
42575
- # by making a list() request.
42534
+ # Returns the specified VpnTunnel resource.
42576
42535
  # @param [String] project
42577
42536
  # Project ID for this request.
42578
42537
  # @param [String] region
@@ -43065,8 +43024,7 @@ module Google
43065
43024
  execute_or_queue_command(command, &block)
43066
43025
  end
43067
43026
 
43068
- # Returns the specified Zone resource. Gets a list of available zones by making
43069
- # a list() request.
43027
+ # Returns the specified Zone resource.
43070
43028
  # @param [String] project
43071
43029
  # Project ID for this request.
43072
43030
  # @param [String] zone
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.61.0
4
+ version: 0.62.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.61.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.62.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
63
63
  post_install_message:
64
64
  rdoc_options: []