google-apis-compute_v1 0.97.0 → 0.99.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0520b2bf299eb60352a8b467ab5d2cca95e0f765935ed835b641c4b72855e0e
|
4
|
+
data.tar.gz: f16612225c705ac8d6649eb912fdb2b64d24855e47c272f749e18bbd8bb4fcce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33803f3941d1abb15d8ae663e7ff6604df17e7c93d6b42b5a02cd2c3c4e3ab5b09e8f5dfab6500a92c5eea2c87d21b99fd242a8fc29a15d191e7b55f891a2c80
|
7
|
+
data.tar.gz: 06ace188e10928133588932f27cb4ac8f4a56f28919bcc23aecf9f64e06374c765a71e4147ba8cb469411b379c53596cb12394ab7ed9e3f205fb83beb125aab0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-compute_v1
|
2
2
|
|
3
|
+
### v0.99.0 (2024-06-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240526
|
6
|
+
|
7
|
+
### v0.98.0 (2024-05-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240519
|
10
|
+
* Regenerated using generator version 0.15.0
|
11
|
+
|
3
12
|
### v0.97.0 (2024-04-28)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240421
|
@@ -561,7 +561,7 @@ module Google
|
|
561
561
|
|
562
562
|
# The DNS domain name for the public PTR record. You can set this field only if
|
563
563
|
# the `setPublicPtr` field is enabled in accessConfig. If this field is
|
564
|
-
# unspecified in ipv6AccessConfig, a default PTR record will be
|
564
|
+
# unspecified in ipv6AccessConfig, a default PTR record will be created for
|
565
565
|
# first IP in associated external IPv6 range.
|
566
566
|
# Corresponds to the JSON property `publicPtrDomainName`
|
567
567
|
# @return [String]
|
@@ -1493,8 +1493,10 @@ module Google
|
|
1493
1493
|
# the disk or when you attach the disk to a virtual machine instance. If you do
|
1494
1494
|
# not provide an encryption key, then the disk will be encrypted using an
|
1495
1495
|
# automatically generated key and you do not need to provide a key to use the
|
1496
|
-
# disk later. Instance templates do not store customer-supplied encryption
|
1497
|
-
# so you cannot use your own keys to encrypt disks in a managed instance
|
1496
|
+
# disk later. Note: Instance templates do not store customer-supplied encryption
|
1497
|
+
# keys, so you cannot use your own keys to encrypt disks in a managed instance
|
1498
|
+
# group. You cannot create VMs that have disks with customer-supplied keys using
|
1499
|
+
# the bulk insert method.
|
1498
1500
|
# Corresponds to the JSON property `diskEncryptionKey`
|
1499
1501
|
# @return [Google::Apis::ComputeV1::CustomerEncryptionKey]
|
1500
1502
|
attr_accessor :disk_encryption_key
|
@@ -1576,12 +1578,11 @@ module Google
|
|
1576
1578
|
attr_accessor :shielded_instance_initial_state
|
1577
1579
|
|
1578
1580
|
# Specifies a valid partial or full URL to an existing Persistent Disk resource.
|
1579
|
-
# When creating a new instance, one of initializeParams.sourceImage or
|
1580
|
-
# initializeParams.sourceSnapshot or disks.source is required
|
1581
|
-
#
|
1582
|
-
#
|
1583
|
-
#
|
1584
|
-
# regional disk.
|
1581
|
+
# When creating a new instance boot disk, one of initializeParams.sourceImage or
|
1582
|
+
# initializeParams.sourceSnapshot or disks.source is required. If desired, you
|
1583
|
+
# can also attach existing non-root persistent disks using this property. This
|
1584
|
+
# field is only applicable for persistent disks. Note that for InstanceTemplate,
|
1585
|
+
# specify the disk name for zonal disk, and the URL for regional disk.
|
1585
1586
|
# Corresponds to the JSON property `source`
|
1586
1587
|
# @return [String]
|
1587
1588
|
attr_accessor :source
|
@@ -1728,19 +1729,19 @@ module Google
|
|
1728
1729
|
# @return [Array<String>]
|
1729
1730
|
attr_accessor :resource_policies
|
1730
1731
|
|
1731
|
-
# The source image to create this disk. When creating a new instance
|
1732
|
-
# initializeParams.sourceImage or initializeParams.sourceSnapshot or
|
1733
|
-
# source is required
|
1734
|
-
#
|
1735
|
-
#
|
1736
|
-
#
|
1737
|
-
#
|
1738
|
-
#
|
1739
|
-
#
|
1740
|
-
#
|
1741
|
-
#
|
1742
|
-
#
|
1743
|
-
#
|
1732
|
+
# The source image to create this disk. When creating a new instance boot disk,
|
1733
|
+
# one of initializeParams.sourceImage or initializeParams.sourceSnapshot or
|
1734
|
+
# disks.source is required. To create a disk with one of the public operating
|
1735
|
+
# system images, specify the image by its family name. For example, specify
|
1736
|
+
# family/debian-9 to use the latest Debian 9 image: projects/debian-cloud/global/
|
1737
|
+
# images/family/debian-9 Alternatively, use a specific version of a public
|
1738
|
+
# operating system image: projects/debian-cloud/global/images/debian-9-stretch-
|
1739
|
+
# vYYYYMMDD To create a disk with a custom image that you created, specify the
|
1740
|
+
# image name in the following format: global/images/my-custom-image You can also
|
1741
|
+
# specify a custom image by its image family, which returns the latest version
|
1742
|
+
# of the image in that family. Replace the image name with family/family-name:
|
1743
|
+
# global/images/family/my-image-family If the source image is deleted later,
|
1744
|
+
# this field will not be set.
|
1744
1745
|
# Corresponds to the JSON property `sourceImage`
|
1745
1746
|
# @return [String]
|
1746
1747
|
attr_accessor :source_image
|
@@ -1754,12 +1755,11 @@ module Google
|
|
1754
1755
|
# @return [Google::Apis::ComputeV1::CustomerEncryptionKey]
|
1755
1756
|
attr_accessor :source_image_encryption_key
|
1756
1757
|
|
1757
|
-
# The source snapshot to create this disk. When creating a new instance
|
1758
|
-
# initializeParams.sourceSnapshot or initializeParams.sourceImage
|
1759
|
-
# source is required
|
1760
|
-
#
|
1761
|
-
#
|
1762
|
-
# not be set.
|
1758
|
+
# The source snapshot to create this disk. When creating a new instance boot
|
1759
|
+
# disk, one of initializeParams.sourceSnapshot or initializeParams.sourceImage
|
1760
|
+
# or disks.source is required. To create a disk with a snapshot that you created,
|
1761
|
+
# specify the snapshot name in the following format: global/snapshots/my-backup
|
1762
|
+
# If the source snapshot is deleted later, this field will not be set.
|
1763
1763
|
# Corresponds to the JSON property `sourceSnapshot`
|
1764
1764
|
# @return [String]
|
1765
1765
|
attr_accessor :source_snapshot
|
@@ -1890,25 +1890,6 @@ module Google
|
|
1890
1890
|
end
|
1891
1891
|
end
|
1892
1892
|
|
1893
|
-
# This is deprecated and has no effect. Do not use.
|
1894
|
-
class AuthorizationLoggingOptions
|
1895
|
-
include Google::Apis::Core::Hashable
|
1896
|
-
|
1897
|
-
# This is deprecated and has no effect. Do not use.
|
1898
|
-
# Corresponds to the JSON property `permissionType`
|
1899
|
-
# @return [String]
|
1900
|
-
attr_accessor :permission_type
|
1901
|
-
|
1902
|
-
def initialize(**args)
|
1903
|
-
update!(**args)
|
1904
|
-
end
|
1905
|
-
|
1906
|
-
# Update properties of this object
|
1907
|
-
def update!(**args)
|
1908
|
-
@permission_type = args[:permission_type] if args.key?(:permission_type)
|
1909
|
-
end
|
1910
|
-
end
|
1911
|
-
|
1912
1893
|
# Represents an Autoscaler resource. Google Compute Engine has two Autoscaler
|
1913
1894
|
# resources: * [Zonal](/compute/docs/reference/rest/v1/autoscalers) * [Regional](
|
1914
1895
|
# /compute/docs/reference/rest/v1/regionAutoscalers) Use autoscalers to
|
@@ -6314,6 +6295,16 @@ module Google
|
|
6314
6295
|
class Disk
|
6315
6296
|
include Google::Apis::Core::Hashable
|
6316
6297
|
|
6298
|
+
# The access mode of the disk. - READ_WRITE_SINGLE: The default AccessMode,
|
6299
|
+
# means the disk can be attached to single instance in RW mode. -
|
6300
|
+
# READ_WRITE_MANY: The AccessMode means the disk can be attached to multiple
|
6301
|
+
# instances in RW mode. - READ_ONLY_MANY: The AccessMode means the disk can be
|
6302
|
+
# attached to multiple instances in RO mode. The AccessMode is only valid for
|
6303
|
+
# Hyperdisk disk types.
|
6304
|
+
# Corresponds to the JSON property `accessMode`
|
6305
|
+
# @return [String]
|
6306
|
+
attr_accessor :access_mode
|
6307
|
+
|
6317
6308
|
# The architecture of the disk. Valid values are ARM64 or X86_64.
|
6318
6309
|
# Corresponds to the JSON property `architecture`
|
6319
6310
|
# @return [String]
|
@@ -6673,6 +6664,7 @@ module Google
|
|
6673
6664
|
|
6674
6665
|
# Update properties of this object
|
6675
6666
|
def update!(**args)
|
6667
|
+
@access_mode = args[:access_mode] if args.key?(:access_mode)
|
6676
6668
|
@architecture = args[:architecture] if args.key?(:architecture)
|
6677
6669
|
@async_primary_disk = args[:async_primary_disk] if args.key?(:async_primary_disk)
|
6678
6670
|
@async_secondary_disks = args[:async_secondary_disks] if args.key?(:async_secondary_disks)
|
@@ -10763,6 +10755,7 @@ module Google
|
|
10763
10755
|
attr_accessor :proxy_header
|
10764
10756
|
|
10765
10757
|
# The request path of the HTTP/2 health check request. The default value is /.
|
10758
|
+
# Must comply with RFC3986.
|
10766
10759
|
# Corresponds to the JSON property `requestPath`
|
10767
10760
|
# @return [String]
|
10768
10761
|
attr_accessor :request_path
|
@@ -10845,6 +10838,7 @@ module Google
|
|
10845
10838
|
attr_accessor :proxy_header
|
10846
10839
|
|
10847
10840
|
# The request path of the HTTP health check request. The default value is /.
|
10841
|
+
# Must comply with RFC3986.
|
10848
10842
|
# Corresponds to the JSON property `requestPath`
|
10849
10843
|
# @return [String]
|
10850
10844
|
attr_accessor :request_path
|
@@ -10927,6 +10921,7 @@ module Google
|
|
10927
10921
|
attr_accessor :proxy_header
|
10928
10922
|
|
10929
10923
|
# The request path of the HTTPS health check request. The default value is /.
|
10924
|
+
# Must comply with RFC3986.
|
10930
10925
|
# Corresponds to the JSON property `requestPath`
|
10931
10926
|
# @return [String]
|
10932
10927
|
attr_accessor :request_path
|
@@ -14634,6 +14629,18 @@ module Google
|
|
14634
14629
|
# @return [String]
|
14635
14630
|
attr_accessor :region
|
14636
14631
|
|
14632
|
+
# [Output Only] Reserved for future use.
|
14633
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
14634
|
+
# @return [Boolean]
|
14635
|
+
attr_accessor :satisfies_pzi
|
14636
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
14637
|
+
|
14638
|
+
# [Output Only] Reserved for future use.
|
14639
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
14640
|
+
# @return [Boolean]
|
14641
|
+
attr_accessor :satisfies_pzs
|
14642
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
14643
|
+
|
14637
14644
|
# [Output Only] The URL for this managed instance group. The server defines this
|
14638
14645
|
# URL.
|
14639
14646
|
# Corresponds to the JSON property `selfLink`
|
@@ -14709,6 +14716,8 @@ module Google
|
|
14709
14716
|
@name = args[:name] if args.key?(:name)
|
14710
14717
|
@named_ports = args[:named_ports] if args.key?(:named_ports)
|
14711
14718
|
@region = args[:region] if args.key?(:region)
|
14719
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
14720
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
14712
14721
|
@self_link = args[:self_link] if args.key?(:self_link)
|
14713
14722
|
@stateful_policy = args[:stateful_policy] if args.key?(:stateful_policy)
|
14714
14723
|
@status = args[:status] if args.key?(:status)
|
@@ -17172,6 +17181,9 @@ module Google
|
|
17172
17181
|
attr_accessor :labels
|
17173
17182
|
|
17174
17183
|
# The machine type to use for instances that are created from these properties.
|
17184
|
+
# This field only accept machine types name. e.g. n2-standard-4 and does not
|
17185
|
+
# accept machine type full or partial url. e.g. projects/my-l7ilb-project/zones/
|
17186
|
+
# us-central1-a/machineTypes/n2-standard-4 will throw INTERNAL_ERROR.
|
17175
17187
|
# Corresponds to the JSON property `machineType`
|
17176
17188
|
# @return [String]
|
17177
17189
|
attr_accessor :machine_type
|
@@ -21709,11 +21721,6 @@ module Google
|
|
21709
21721
|
class LogConfigCloudAuditOptions
|
21710
21722
|
include Google::Apis::Core::Hashable
|
21711
21723
|
|
21712
|
-
# This is deprecated and has no effect. Do not use.
|
21713
|
-
# Corresponds to the JSON property `authorizationLoggingOptions`
|
21714
|
-
# @return [Google::Apis::ComputeV1::AuthorizationLoggingOptions]
|
21715
|
-
attr_accessor :authorization_logging_options
|
21716
|
-
|
21717
21724
|
# This is deprecated and has no effect. Do not use.
|
21718
21725
|
# Corresponds to the JSON property `logName`
|
21719
21726
|
# @return [String]
|
@@ -21725,7 +21732,6 @@ module Google
|
|
21725
21732
|
|
21726
21733
|
# Update properties of this object
|
21727
21734
|
def update!(**args)
|
21728
|
-
@authorization_logging_options = args[:authorization_logging_options] if args.key?(:authorization_logging_options)
|
21729
21735
|
@log_name = args[:log_name] if args.key?(:log_name)
|
21730
21736
|
end
|
21731
21737
|
end
|
@@ -39311,7 +39317,8 @@ module Google
|
|
39311
39317
|
include Google::Apis::Core::Hashable
|
39312
39318
|
|
39313
39319
|
# When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the
|
39314
|
-
# locations listed in this field. Keys are
|
39320
|
+
# locations listed in this field. Keys are Cloud Storage bucket locations. Only
|
39321
|
+
# one location can be specified.
|
39315
39322
|
# Corresponds to the JSON property `locations`
|
39316
39323
|
# @return [Hash<String,Google::Apis::ComputeV1::SnapshotSettingsStorageLocationSettingsStorageLocationPreference>]
|
39317
39324
|
attr_accessor :locations
|
@@ -39336,7 +39343,8 @@ module Google
|
|
39336
39343
|
class SnapshotSettingsStorageLocationSettingsStorageLocationPreference
|
39337
39344
|
include Google::Apis::Core::Hashable
|
39338
39345
|
|
39339
|
-
# Name of the location. It should be one of the
|
39346
|
+
# Name of the location. It should be one of the Cloud Storage buckets. Only one
|
39347
|
+
# location can be specified.
|
39340
39348
|
# Corresponds to the JSON property `name`
|
39341
39349
|
# @return [String]
|
39342
39350
|
attr_accessor :name
|
@@ -43705,6 +43713,25 @@ module Google
|
|
43705
43713
|
# @return [String]
|
43706
43714
|
attr_accessor :ssl_policy
|
43707
43715
|
|
43716
|
+
# Specifies whether TLS 1.3 0-RTT Data ("Early Data") should be accepted for
|
43717
|
+
# this service. Early Data allows a TLS resumption handshake to include the
|
43718
|
+
# initial application payload (a HTTP request) alongside the handshake, reducing
|
43719
|
+
# the effective round trips to "zero". This applies to TLS 1.3 connections over
|
43720
|
+
# TCP (HTTP/2) as well as over UDP (QUIC/h3). This can improve application
|
43721
|
+
# performance, especially on networks where interruptions may be common, such as
|
43722
|
+
# on mobile. Requests with Early Data will have the "Early-Data" HTTP header set
|
43723
|
+
# on the request, with a value of "1", to allow the backend to determine whether
|
43724
|
+
# Early Data was included. Note: TLS Early Data may allow requests to be
|
43725
|
+
# replayed, as the data is sent to the backend before the handshake has fully
|
43726
|
+
# completed. Applications that allow idempotent HTTP methods to make non-
|
43727
|
+
# idempotent changes, such as a GET request updating a database, should not
|
43728
|
+
# accept Early Data on those requests, and reject requests with the "Early-Data:
|
43729
|
+
# 1" HTTP header by returning a HTTP 425 (Too Early) status code, in order to
|
43730
|
+
# remain RFC compliant. The default value is DISABLED.
|
43731
|
+
# Corresponds to the JSON property `tlsEarlyData`
|
43732
|
+
# @return [String]
|
43733
|
+
attr_accessor :tls_early_data
|
43734
|
+
|
43708
43735
|
# A fully-qualified or valid partial URL to the UrlMap resource that defines the
|
43709
43736
|
# mapping from URL to the BackendService. For example, the following are all
|
43710
43737
|
# valid URLs for specifying a URL map: - https://www.googleapis.compute/v1/
|
@@ -43736,6 +43763,7 @@ module Google
|
|
43736
43763
|
@server_tls_policy = args[:server_tls_policy] if args.key?(:server_tls_policy)
|
43737
43764
|
@ssl_certificates = args[:ssl_certificates] if args.key?(:ssl_certificates)
|
43738
43765
|
@ssl_policy = args[:ssl_policy] if args.key?(:ssl_policy)
|
43766
|
+
@tls_early_data = args[:tls_early_data] if args.key?(:tls_early_data)
|
43739
43767
|
@url_map = args[:url_map] if args.key?(:url_map)
|
43740
43768
|
end
|
43741
43769
|
end
|
@@ -49138,7 +49166,7 @@ module Google
|
|
49138
49166
|
end
|
49139
49167
|
|
49140
49168
|
# Represents a Zone resource. A zone is a deployment area. These deployment
|
49141
|
-
# areas are subsets of a region. For example the zone us-east1-
|
49169
|
+
# areas are subsets of a region. For example the zone us-east1-b is located in
|
49142
49170
|
# the us-east1 region. For more information, read Regions and Zones.
|
49143
49171
|
class Zone
|
49144
49172
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeV1
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.99.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240526"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -244,12 +244,6 @@ module Google
|
|
244
244
|
include Google::Apis::Core::JsonObjectSupport
|
245
245
|
end
|
246
246
|
|
247
|
-
class AuthorizationLoggingOptions
|
248
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
-
|
250
|
-
include Google::Apis::Core::JsonObjectSupport
|
251
|
-
end
|
252
|
-
|
253
247
|
class Autoscaler
|
254
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
249
|
|
@@ -6938,13 +6932,6 @@ module Google
|
|
6938
6932
|
end
|
6939
6933
|
end
|
6940
6934
|
|
6941
|
-
class AuthorizationLoggingOptions
|
6942
|
-
# @private
|
6943
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6944
|
-
property :permission_type, as: 'permissionType'
|
6945
|
-
end
|
6946
|
-
end
|
6947
|
-
|
6948
6935
|
class Autoscaler
|
6949
6936
|
# @private
|
6950
6937
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7915,6 +7902,7 @@ module Google
|
|
7915
7902
|
class Disk
|
7916
7903
|
# @private
|
7917
7904
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7905
|
+
property :access_mode, as: 'accessMode'
|
7918
7906
|
property :architecture, as: 'architecture'
|
7919
7907
|
property :async_primary_disk, as: 'asyncPrimaryDisk', class: Google::Apis::ComputeV1::DiskAsyncReplication, decorator: Google::Apis::ComputeV1::DiskAsyncReplication::Representation
|
7920
7908
|
|
@@ -9800,6 +9788,8 @@ module Google
|
|
9800
9788
|
collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeV1::NamedPort, decorator: Google::Apis::ComputeV1::NamedPort::Representation
|
9801
9789
|
|
9802
9790
|
property :region, as: 'region'
|
9791
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
9792
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
9803
9793
|
property :self_link, as: 'selfLink'
|
9804
9794
|
property :stateful_policy, as: 'statefulPolicy', class: Google::Apis::ComputeV1::StatefulPolicy, decorator: Google::Apis::ComputeV1::StatefulPolicy::Representation
|
9805
9795
|
|
@@ -11627,8 +11617,6 @@ module Google
|
|
11627
11617
|
class LogConfigCloudAuditOptions
|
11628
11618
|
# @private
|
11629
11619
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11630
|
-
property :authorization_logging_options, as: 'authorizationLoggingOptions', class: Google::Apis::ComputeV1::AuthorizationLoggingOptions, decorator: Google::Apis::ComputeV1::AuthorizationLoggingOptions::Representation
|
11631
|
-
|
11632
11620
|
property :log_name, as: 'logName'
|
11633
11621
|
end
|
11634
11622
|
end
|
@@ -17173,6 +17161,7 @@ module Google
|
|
17173
17161
|
property :server_tls_policy, as: 'serverTlsPolicy'
|
17174
17162
|
collection :ssl_certificates, as: 'sslCertificates'
|
17175
17163
|
property :ssl_policy, as: 'sslPolicy'
|
17164
|
+
property :tls_early_data, as: 'tlsEarlyData'
|
17176
17165
|
property :url_map, as: 'urlMap'
|
17177
17166
|
end
|
17178
17167
|
end
|
@@ -20121,8 +20121,8 @@ module Google
|
|
20121
20121
|
execute_or_queue_command(command, &block)
|
20122
20122
|
end
|
20123
20123
|
|
20124
|
-
# Patches the specified network with the data included in the request. Only
|
20125
|
-
#
|
20124
|
+
# Patches the specified network with the data included in the request. Only
|
20125
|
+
# routingConfig can be modified.
|
20126
20126
|
# @param [String] project
|
20127
20127
|
# Project ID for this request.
|
20128
20128
|
# @param [String] network
|
@@ -33483,7 +33483,13 @@ module Google
|
|
33483
33483
|
# To exclude one or more fields, set your request's `fields` query parameter to
|
33484
33484
|
# only include the fields you need. For example, to only include the `id` and `
|
33485
33485
|
# selfLink` fields, add the query parameter `?fields=id,selfLink` to your
|
33486
|
-
# request.
|
33486
|
+
# request. This method fails if the quota information is unavailable for the
|
33487
|
+
# region and if the organization policy constraint compute.
|
33488
|
+
# requireBasicQuotaInResponse is enforced. This constraint, when enforced,
|
33489
|
+
# disables the fail-open behaviour when quota information (the `items.quotas`
|
33490
|
+
# field) is unavailable for the region. It is recommended to use the default
|
33491
|
+
# setting for the constraint unless your application requires the fail-closed
|
33492
|
+
# behaviour for this method.
|
33487
33493
|
# @param [String] project
|
33488
33494
|
# Project ID for this request.
|
33489
33495
|
# @param [String] filter
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-compute_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.99.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: 2024-
|
11
|
+
date: 2024-06-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.99.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|