google-apis-compute_beta 0.61.0 → 0.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/compute_beta/classes.rb +16 -23
- data/lib/google/apis/compute_beta/gem_version.rb +2 -2
- data/lib/google/apis/compute_beta/service.rb +62 -101
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 834a281d7379b588b9d96ff4a1563ceb21739c5cdd063e18c626d9e4500a4e54
|
|
4
|
+
data.tar.gz: b8816f47ad6ae42a01da515e97346e9c02cdfc751642082512616dceaecdc91c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 534b7d05d5f02c3e73dfbfbabe480ee11c05dec86b4c109768816221132c5c9b45cd8b6ce77b37534fe250ab816003c1d759b497dffea9f2b75f45308613dd8d
|
|
7
|
+
data.tar.gz: 2951cbfbfd17c13cfc3148f32547ac4c0aec6a95b988f62425d83ec1e93439d278b96a23658df910d345735790813b1ca560c37f7a52e9aa7c5f8d5d81898a02
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-compute_beta
|
|
2
2
|
|
|
3
|
+
### v0.63.0 (2023-03-19)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230307
|
|
6
|
+
|
|
7
|
+
### v0.62.0 (2023-03-05)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20230221
|
|
10
|
+
|
|
3
11
|
### v0.61.0 (2023-02-19)
|
|
4
12
|
|
|
5
13
|
* 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,
|
|
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]
|
|
@@ -10234,8 +10234,8 @@ module Google
|
|
|
10234
10234
|
# The ID of a supported feature. To add multiple values, use commas to separate
|
|
10235
10235
|
# values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
|
|
10236
10236
|
# WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE -
|
|
10237
|
-
# SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information,
|
|
10238
|
-
# guest operating system features.
|
|
10237
|
+
# SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE - TDX_CAPABLE For more information,
|
|
10238
|
+
# see Enabling guest operating system features.
|
|
10239
10239
|
# Corresponds to the JSON property `type`
|
|
10240
10240
|
# @return [String]
|
|
10241
10241
|
attr_accessor :type
|
|
@@ -11874,7 +11874,7 @@ module Google
|
|
|
11874
11874
|
attr_accessor :port
|
|
11875
11875
|
|
|
11876
11876
|
# The request path of the HTTP health check request. The default value is /.
|
|
11877
|
-
# This field does not support query parameters.
|
|
11877
|
+
# This field does not support query parameters. Must comply with RFC3986.
|
|
11878
11878
|
# Corresponds to the JSON property `requestPath`
|
|
11879
11879
|
# @return [String]
|
|
11880
11880
|
attr_accessor :request_path
|
|
@@ -12573,6 +12573,7 @@ module Google
|
|
|
12573
12573
|
attr_accessor :port
|
|
12574
12574
|
|
|
12575
12575
|
# The request path of the HTTPS health check request. The default value is "/".
|
|
12576
|
+
# Must comply with RFC3986.
|
|
12576
12577
|
# Corresponds to the JSON property `requestPath`
|
|
12577
12578
|
# @return [String]
|
|
12578
12579
|
attr_accessor :request_path
|
|
@@ -17653,9 +17654,7 @@ module Google
|
|
|
17653
17654
|
# @return [Fixnum]
|
|
17654
17655
|
attr_accessor :requested_link_count
|
|
17655
17656
|
|
|
17656
|
-
# [Output Only]
|
|
17657
|
-
# organization policy constraints and false otherwise. Defaults to false if the
|
|
17658
|
-
# field is not present.
|
|
17657
|
+
# [Output Only] Reserved for future use.
|
|
17659
17658
|
# Corresponds to the JSON property `satisfiesPzs`
|
|
17660
17659
|
# @return [Boolean]
|
|
17661
17660
|
attr_accessor :satisfies_pzs
|
|
@@ -17960,9 +17959,7 @@ module Google
|
|
|
17960
17959
|
# @return [String]
|
|
17961
17960
|
attr_accessor :router
|
|
17962
17961
|
|
|
17963
|
-
# [Output Only]
|
|
17964
|
-
# organization policy constraints and false otherwise. Defaults to false if the
|
|
17965
|
-
# field is not present.
|
|
17962
|
+
# [Output Only] Reserved for future use.
|
|
17966
17963
|
# Corresponds to the JSON property `satisfiesPzs`
|
|
17967
17964
|
# @return [Boolean]
|
|
17968
17965
|
attr_accessor :satisfies_pzs
|
|
@@ -18899,8 +18896,7 @@ module Google
|
|
|
18899
18896
|
# @return [String]
|
|
18900
18897
|
attr_accessor :status
|
|
18901
18898
|
|
|
18902
|
-
# [Output Only]
|
|
18903
|
-
# Defaults to false if the field is not present.
|
|
18899
|
+
# [Output Only] Reserved for future use.
|
|
18904
18900
|
# Corresponds to the JSON property `supportsPzs`
|
|
18905
18901
|
# @return [Boolean]
|
|
18906
18902
|
attr_accessor :supports_pzs
|
|
@@ -23020,8 +23016,8 @@ module Google
|
|
|
23020
23016
|
|
|
23021
23017
|
# An IPv6 internal network address for this network interface. To use a static
|
|
23022
23018
|
# internal IP address, it must be unused and in the same region as the instance'
|
|
23023
|
-
# s zone. If not specified,
|
|
23024
|
-
# address from the instance's subnetwork.
|
|
23019
|
+
# s zone. If not specified, Google Cloud will automatically assign an internal
|
|
23020
|
+
# IPv6 address from the instance's subnetwork.
|
|
23025
23021
|
# Corresponds to the JSON property `ipv6Address`
|
|
23026
23022
|
# @return [String]
|
|
23027
23023
|
attr_accessor :ipv6_address
|
|
@@ -24466,10 +24462,7 @@ module Google
|
|
|
24466
24462
|
# @return [String]
|
|
24467
24463
|
attr_accessor :node_type
|
|
24468
24464
|
|
|
24469
|
-
#
|
|
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.
|
|
24465
|
+
# Do not use. Instead, use the node_type property.
|
|
24473
24466
|
# Corresponds to the JSON property `nodeTypeFlexibility`
|
|
24474
24467
|
# @return [Google::Apis::ComputeBeta::NodeTemplateNodeTypeFlexibility]
|
|
24475
24468
|
attr_accessor :node_type_flexibility
|
|
@@ -31309,7 +31302,7 @@ module Google
|
|
|
31309
31302
|
attr_accessor :start_time
|
|
31310
31303
|
|
|
31311
31304
|
# 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:
|
|
31305
|
+
# value of this field must be a time zone name from the tz database: https://
|
|
31313
31306
|
# wikipedia.org/wiki/Tz_database.
|
|
31314
31307
|
# Corresponds to the JSON property `timeZone`
|
|
31315
31308
|
# @return [String]
|
|
@@ -32508,10 +32501,10 @@ module Google
|
|
|
32508
32501
|
# @return [String]
|
|
32509
32502
|
attr_accessor :advertise_mode
|
|
32510
32503
|
|
|
32511
|
-
# User-specified list of prefix groups to advertise in custom mode, which
|
|
32512
|
-
#
|
|
32513
|
-
#
|
|
32514
|
-
#
|
|
32504
|
+
# User-specified list of prefix groups to advertise in custom mode, which
|
|
32505
|
+
# currently supports the following option: - ALL_SUBNETS: Advertises all of the
|
|
32506
|
+
# router's own VPC subnets. This excludes any routes learned for subnets that
|
|
32507
|
+
# use VPC Network Peering. Note that this field can only be populated if
|
|
32515
32508
|
# advertise_mode is CUSTOM and overrides the list defined for the router (in the
|
|
32516
32509
|
# "bgp" message). These groups are advertised in addition to any specified
|
|
32517
32510
|
# 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.
|
|
19
|
+
GEM_VERSION = "0.63.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 = "
|
|
25
|
+
REVISION = "20230307"
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
32215
|
-
#
|
|
32216
|
-
#
|
|
32217
|
-
#
|
|
32218
|
-
#
|
|
32219
|
-
#
|
|
32220
|
-
#
|
|
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.
|
|
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.
|
|
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
|
|
@@ -34900,6 +34873,8 @@ module Google
|
|
|
34900
34873
|
# @param [Google::Apis::ComputeBeta::SecurityPolicyRule] security_policy_rule_object
|
|
34901
34874
|
# @param [Fixnum] priority
|
|
34902
34875
|
# The priority of the rule to patch.
|
|
34876
|
+
# @param [String] update_mask
|
|
34877
|
+
# Indicates fields to be cleared as part of this request.
|
|
34903
34878
|
# @param [Boolean] validate_only
|
|
34904
34879
|
# If true, the request will not be committed.
|
|
34905
34880
|
# @param [String] fields
|
|
@@ -34921,7 +34896,7 @@ module Google
|
|
|
34921
34896
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
34922
34897
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
34923
34898
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
34924
|
-
def patch_security_policy_rule(project, security_policy, security_policy_rule_object = nil, priority: nil, validate_only: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
34899
|
+
def patch_security_policy_rule(project, security_policy, security_policy_rule_object = nil, priority: nil, update_mask: nil, validate_only: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
34925
34900
|
command = make_simple_command(:post, 'projects/{project}/global/securityPolicies/{securityPolicy}/patchRule', options)
|
|
34926
34901
|
command.request_representation = Google::Apis::ComputeBeta::SecurityPolicyRule::Representation
|
|
34927
34902
|
command.request_object = security_policy_rule_object
|
|
@@ -34930,6 +34905,7 @@ module Google
|
|
|
34930
34905
|
command.params['project'] = project unless project.nil?
|
|
34931
34906
|
command.params['securityPolicy'] = security_policy unless security_policy.nil?
|
|
34932
34907
|
command.query['priority'] = priority unless priority.nil?
|
|
34908
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
34933
34909
|
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
34934
34910
|
command.query['fields'] = fields unless fields.nil?
|
|
34935
34911
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
@@ -35618,8 +35594,7 @@ module Google
|
|
|
35618
35594
|
execute_or_queue_command(command, &block)
|
|
35619
35595
|
end
|
|
35620
35596
|
|
|
35621
|
-
# Returns the specified Snapshot resource.
|
|
35622
|
-
# making a list() request.
|
|
35597
|
+
# Returns the specified Snapshot resource.
|
|
35623
35598
|
# @param [String] project
|
|
35624
35599
|
# Project ID for this request.
|
|
35625
35600
|
# @param [String] snapshot
|
|
@@ -36097,8 +36072,7 @@ module Google
|
|
|
36097
36072
|
execute_or_queue_command(command, &block)
|
|
36098
36073
|
end
|
|
36099
36074
|
|
|
36100
|
-
# Returns the specified SslCertificate resource.
|
|
36101
|
-
# certificates by making a list() request.
|
|
36075
|
+
# Returns the specified SslCertificate resource.
|
|
36102
36076
|
# @param [String] project
|
|
36103
36077
|
# Project ID for this request.
|
|
36104
36078
|
# @param [String] ssl_certificate
|
|
@@ -36493,8 +36467,7 @@ module Google
|
|
|
36493
36467
|
execute_or_queue_command(command, &block)
|
|
36494
36468
|
end
|
|
36495
36469
|
|
|
36496
|
-
# Returns the specified SSL policy resource.
|
|
36497
|
-
# policies by making a list() request.
|
|
36470
|
+
# Returns the specified SSL policy resource.
|
|
36498
36471
|
# @param [String] project
|
|
36499
36472
|
# Project ID for this request.
|
|
36500
36473
|
# @param [Google::Apis::ComputeBeta::SslPolicy] ssl_policy_object
|
|
@@ -37007,8 +36980,7 @@ module Google
|
|
|
37007
36980
|
execute_or_queue_command(command, &block)
|
|
37008
36981
|
end
|
|
37009
36982
|
|
|
37010
|
-
# Returns the specified subnetwork.
|
|
37011
|
-
# request.
|
|
36983
|
+
# Returns the specified subnetwork.
|
|
37012
36984
|
# @param [String] project
|
|
37013
36985
|
# Project ID for this request.
|
|
37014
36986
|
# @param [String] region
|
|
@@ -37983,8 +37955,7 @@ module Google
|
|
|
37983
37955
|
execute_or_queue_command(command, &block)
|
|
37984
37956
|
end
|
|
37985
37957
|
|
|
37986
|
-
# Returns the specified TargetHttpProxy resource.
|
|
37987
|
-
# target HTTP proxies by making a list() request.
|
|
37958
|
+
# Returns the specified TargetHttpProxy resource.
|
|
37988
37959
|
# @param [String] project
|
|
37989
37960
|
# Project ID for this request.
|
|
37990
37961
|
# @param [String] target_http_proxy
|
|
@@ -38442,8 +38413,7 @@ module Google
|
|
|
38442
38413
|
execute_or_queue_command(command, &block)
|
|
38443
38414
|
end
|
|
38444
38415
|
|
|
38445
|
-
# Returns the specified TargetHttpsProxy resource.
|
|
38446
|
-
# target HTTPS proxies by making a list() request.
|
|
38416
|
+
# Returns the specified TargetHttpsProxy resource.
|
|
38447
38417
|
# @param [String] project
|
|
38448
38418
|
# Project ID for this request.
|
|
38449
38419
|
# @param [String] target_https_proxy
|
|
@@ -39109,8 +39079,7 @@ module Google
|
|
|
39109
39079
|
execute_or_queue_command(command, &block)
|
|
39110
39080
|
end
|
|
39111
39081
|
|
|
39112
|
-
# Returns the specified TargetInstance resource.
|
|
39113
|
-
# instances by making a list() request.
|
|
39082
|
+
# Returns the specified TargetInstance resource.
|
|
39114
39083
|
# @param [String] project
|
|
39115
39084
|
# Project ID for this request.
|
|
39116
39085
|
# @param [String] zone
|
|
@@ -39586,8 +39555,7 @@ module Google
|
|
|
39586
39555
|
execute_or_queue_command(command, &block)
|
|
39587
39556
|
end
|
|
39588
39557
|
|
|
39589
|
-
# Returns the specified target pool.
|
|
39590
|
-
# making a list() request.
|
|
39558
|
+
# Returns the specified target pool.
|
|
39591
39559
|
# @param [String] project
|
|
39592
39560
|
# Project ID for this request.
|
|
39593
39561
|
# @param [String] region
|
|
@@ -40062,8 +40030,7 @@ module Google
|
|
|
40062
40030
|
execute_or_queue_command(command, &block)
|
|
40063
40031
|
end
|
|
40064
40032
|
|
|
40065
|
-
# Returns the specified TargetSslProxy resource.
|
|
40066
|
-
# SSL proxies by making a list() request.
|
|
40033
|
+
# Returns the specified TargetSslProxy resource.
|
|
40067
40034
|
# @param [String] project
|
|
40068
40035
|
# Project ID for this request.
|
|
40069
40036
|
# @param [String] target_ssl_proxy
|
|
@@ -40674,8 +40641,7 @@ module Google
|
|
|
40674
40641
|
execute_or_queue_command(command, &block)
|
|
40675
40642
|
end
|
|
40676
40643
|
|
|
40677
|
-
# Returns the specified TargetTcpProxy resource.
|
|
40678
|
-
# TCP proxies by making a list() request.
|
|
40644
|
+
# Returns the specified TargetTcpProxy resource.
|
|
40679
40645
|
# @param [String] project
|
|
40680
40646
|
# Project ID for this request.
|
|
40681
40647
|
# @param [String] target_tcp_proxy
|
|
@@ -41133,8 +41099,7 @@ module Google
|
|
|
41133
41099
|
execute_or_queue_command(command, &block)
|
|
41134
41100
|
end
|
|
41135
41101
|
|
|
41136
|
-
# Returns the specified target VPN gateway.
|
|
41137
|
-
# gateways by making a list() request.
|
|
41102
|
+
# Returns the specified target VPN gateway.
|
|
41138
41103
|
# @param [String] project
|
|
41139
41104
|
# Project ID for this request.
|
|
41140
41105
|
# @param [String] region
|
|
@@ -41556,8 +41521,7 @@ module Google
|
|
|
41556
41521
|
execute_or_queue_command(command, &block)
|
|
41557
41522
|
end
|
|
41558
41523
|
|
|
41559
|
-
# Returns the specified UrlMap resource.
|
|
41560
|
-
# making a list() request.
|
|
41524
|
+
# Returns the specified UrlMap resource.
|
|
41561
41525
|
# @param [String] project
|
|
41562
41526
|
# Project ID for this request.
|
|
41563
41527
|
# @param [String] url_map
|
|
@@ -42108,8 +42072,7 @@ module Google
|
|
|
42108
42072
|
execute_or_queue_command(command, &block)
|
|
42109
42073
|
end
|
|
42110
42074
|
|
|
42111
|
-
# Returns the specified VPN gateway.
|
|
42112
|
-
# making a list() request.
|
|
42075
|
+
# Returns the specified VPN gateway.
|
|
42113
42076
|
# @param [String] project
|
|
42114
42077
|
# Project ID for this request.
|
|
42115
42078
|
# @param [String] region
|
|
@@ -42571,8 +42534,7 @@ module Google
|
|
|
42571
42534
|
execute_or_queue_command(command, &block)
|
|
42572
42535
|
end
|
|
42573
42536
|
|
|
42574
|
-
# Returns the specified VpnTunnel resource.
|
|
42575
|
-
# by making a list() request.
|
|
42537
|
+
# Returns the specified VpnTunnel resource.
|
|
42576
42538
|
# @param [String] project
|
|
42577
42539
|
# Project ID for this request.
|
|
42578
42540
|
# @param [String] region
|
|
@@ -43065,8 +43027,7 @@ module Google
|
|
|
43065
43027
|
execute_or_queue_command(command, &block)
|
|
43066
43028
|
end
|
|
43067
43029
|
|
|
43068
|
-
# Returns the specified Zone resource.
|
|
43069
|
-
# a list() request.
|
|
43030
|
+
# Returns the specified Zone resource.
|
|
43070
43031
|
# @param [String] project
|
|
43071
43032
|
# Project ID for this request.
|
|
43072
43033
|
# @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.
|
|
4
|
+
version: 0.63.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-19 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
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.63.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: []
|