google-apis-compute_v1 0.98.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: 38481f5a49e66167520e934f2af1e35099a67b7c2101f2e052372bbd67388ac6
4
- data.tar.gz: 0f5a3b221aaea3b706fa199fe86a81e261d4a8f043f8f35791bb4c05b7682acd
3
+ metadata.gz: c0520b2bf299eb60352a8b467ab5d2cca95e0f765935ed835b641c4b72855e0e
4
+ data.tar.gz: f16612225c705ac8d6649eb912fdb2b64d24855e47c272f749e18bbd8bb4fcce
5
5
  SHA512:
6
- metadata.gz: a74f5ac89841b105935aebc2e7d4d721531eb16b13ed71adb150897bf939505264e0db18b2002ceaba998ec0e5750eecf23dab169fd04e185f411f4188429002
7
- data.tar.gz: 6cf2332d2e85d10446d141986666df86fc07c57e944d3260dcd7e6f7c59dd1955963a446018598a06cc3889576847ea6e743637dcf031f4cce78dab61207fe22
6
+ metadata.gz: 33803f3941d1abb15d8ae663e7ff6604df17e7c93d6b42b5a02cd2c3c4e3ab5b09e8f5dfab6500a92c5eea2c87d21b99fd242a8fc29a15d191e7b55f891a2c80
7
+ data.tar.gz: 06ace188e10928133588932f27cb4ac8f4a56f28919bcc23aecf9f64e06374c765a71e4147ba8cb469411b379c53596cb12394ab7ed9e3f205fb83beb125aab0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.98.0 (2024-05-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20240519
@@ -1578,12 +1578,11 @@ module Google
1578
1578
  attr_accessor :shielded_instance_initial_state
1579
1579
 
1580
1580
  # Specifies a valid partial or full URL to an existing Persistent Disk resource.
1581
- # When creating a new instance, one of initializeParams.sourceImage or
1582
- # initializeParams.sourceSnapshot or disks.source is required except for local
1583
- # SSD. If desired, you can also attach existing non-root persistent disks using
1584
- # this property. This field is only applicable for persistent disks. Note that
1585
- # for InstanceTemplate, specify the disk name for zonal disk, and the URL for
1586
- # 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.
1587
1586
  # Corresponds to the JSON property `source`
1588
1587
  # @return [String]
1589
1588
  attr_accessor :source
@@ -1730,19 +1729,19 @@ module Google
1730
1729
  # @return [Array<String>]
1731
1730
  attr_accessor :resource_policies
1732
1731
 
1733
- # The source image to create this disk. When creating a new instance, one of
1734
- # initializeParams.sourceImage or initializeParams.sourceSnapshot or disks.
1735
- # source is required except for local SSD. To create a disk with one of the
1736
- # public operating system images, specify the image by its family name. For
1737
- # example, specify family/debian-9 to use the latest Debian 9 image: projects/
1738
- # debian-cloud/global/images/family/debian-9 Alternatively, use a specific
1739
- # version of a public operating system image: projects/debian-cloud/global/
1740
- # images/debian-9-stretch-vYYYYMMDD To create a disk with a custom image that
1741
- # you created, specify the image name in the following format: global/images/my-
1742
- # custom-image You can also specify a custom image by its image family, which
1743
- # returns the latest version of the image in that family. Replace the image name
1744
- # with family/family-name: global/images/family/my-image-family If the source
1745
- # image is deleted later, this field will not be set.
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.
1746
1745
  # Corresponds to the JSON property `sourceImage`
1747
1746
  # @return [String]
1748
1747
  attr_accessor :source_image
@@ -1756,12 +1755,11 @@ module Google
1756
1755
  # @return [Google::Apis::ComputeV1::CustomerEncryptionKey]
1757
1756
  attr_accessor :source_image_encryption_key
1758
1757
 
1759
- # The source snapshot to create this disk. When creating a new instance, one of
1760
- # initializeParams.sourceSnapshot or initializeParams.sourceImage or disks.
1761
- # source is required except for local SSD. To create a disk with a snapshot that
1762
- # you created, specify the snapshot name in the following format: global/
1763
- # snapshots/my-backup If the source snapshot is deleted later, this field will
1764
- # 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.
1765
1763
  # Corresponds to the JSON property `sourceSnapshot`
1766
1764
  # @return [String]
1767
1765
  attr_accessor :source_snapshot
@@ -14631,6 +14629,18 @@ module Google
14631
14629
  # @return [String]
14632
14630
  attr_accessor :region
14633
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
+
14634
14644
  # [Output Only] The URL for this managed instance group. The server defines this
14635
14645
  # URL.
14636
14646
  # Corresponds to the JSON property `selfLink`
@@ -14706,6 +14716,8 @@ module Google
14706
14716
  @name = args[:name] if args.key?(:name)
14707
14717
  @named_ports = args[:named_ports] if args.key?(:named_ports)
14708
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)
14709
14721
  @self_link = args[:self_link] if args.key?(:self_link)
14710
14722
  @stateful_policy = args[:stateful_policy] if args.key?(:stateful_policy)
14711
14723
  @status = args[:status] if args.key?(:status)
@@ -43701,6 +43713,25 @@ module Google
43701
43713
  # @return [String]
43702
43714
  attr_accessor :ssl_policy
43703
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
+
43704
43735
  # A fully-qualified or valid partial URL to the UrlMap resource that defines the
43705
43736
  # mapping from URL to the BackendService. For example, the following are all
43706
43737
  # valid URLs for specifying a URL map: - https://www.googleapis.compute/v1/
@@ -43732,6 +43763,7 @@ module Google
43732
43763
  @server_tls_policy = args[:server_tls_policy] if args.key?(:server_tls_policy)
43733
43764
  @ssl_certificates = args[:ssl_certificates] if args.key?(:ssl_certificates)
43734
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)
43735
43767
  @url_map = args[:url_map] if args.key?(:url_map)
43736
43768
  end
43737
43769
  end
@@ -49134,7 +49166,7 @@ module Google
49134
49166
  end
49135
49167
 
49136
49168
  # Represents a Zone resource. A zone is a deployment area. These deployment
49137
- # areas are subsets of a region. For example the zone us-east1-a is located in
49169
+ # areas are subsets of a region. For example the zone us-east1-b is located in
49138
49170
  # the us-east1 region. For more information, read Regions and Zones.
49139
49171
  class Zone
49140
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.98.0"
19
+ GEM_VERSION = "0.99.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240519"
25
+ REVISION = "20240526"
26
26
  end
27
27
  end
28
28
  end
@@ -9788,6 +9788,8 @@ module Google
9788
9788
  collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeV1::NamedPort, decorator: Google::Apis::ComputeV1::NamedPort::Representation
9789
9789
 
9790
9790
  property :region, as: 'region'
9791
+ property :satisfies_pzi, as: 'satisfiesPzi'
9792
+ property :satisfies_pzs, as: 'satisfiesPzs'
9791
9793
  property :self_link, as: 'selfLink'
9792
9794
  property :stateful_policy, as: 'statefulPolicy', class: Google::Apis::ComputeV1::StatefulPolicy, decorator: Google::Apis::ComputeV1::StatefulPolicy::Representation
9793
9795
 
@@ -17159,6 +17161,7 @@ module Google
17159
17161
  property :server_tls_policy, as: 'serverTlsPolicy'
17160
17162
  collection :ssl_certificates, as: 'sslCertificates'
17161
17163
  property :ssl_policy, as: 'sslPolicy'
17164
+ property :tls_early_data, as: 'tlsEarlyData'
17162
17165
  property :url_map, as: 'urlMap'
17163
17166
  end
17164
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 the
20125
- # following fields can be modified: routingConfig.routingMode.
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
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.98.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-05-26 00:00:00.000000000 Z
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
@@ -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.98.0
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: []