google-apis-compute_alpha 0.60.0 → 0.61.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: b474d18fe6671a252b41a2069c1b6851905fa49b96903808fde8f6ba84b46ccd
4
- data.tar.gz: ac925539fe979f8c7ceba9e6f167e6cc1c3205fd2616b605496081c0c51f0bca
3
+ metadata.gz: e2de2062094bf99713a3ca44d42f83eef0cc0a1145d0b70ac8de7700282617a3
4
+ data.tar.gz: 79fa60a559f3a5a7b18e8b109951eac9a760d88213ec3af74831aacc627f4c22
5
5
  SHA512:
6
- metadata.gz: e140699047e17a5f5f0dbb5ff858e8b9040fa7f0dbf878bb2c20bf37a517f176d1b2a55935cb65eece0d247b3b5c60ff27754e44300fa54a7f99dd6cc910a3fd
7
- data.tar.gz: 3b7f25a4ac0dfd237771724f264740e96bad1199411d922caba5a6209e05856187cedb4f1340facbb0726b63a194fda3900a6cac575f68e39d3931fcc5e1d67d
6
+ metadata.gz: a71e2a7d673e515a33ab2c3eeb7828fc03b856f1edf2788e0c2168f1d1109833baec9b925a2482e6ff5d7086bff902ff9cc83736824fc10a63db1ca6d2803531
7
+ data.tar.gz: a7022c99aa85286082340758597bdbb599bb76ac37769bc045ba1e6b1f923daf4a6a203f9c1d240a80f88d4d7a75d40e55d9de25e43216ab2a58e384fb897ece
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.61.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230210
6
+
3
7
  ### v0.60.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -14539,10 +14539,13 @@ module Google
14539
14539
  # @return [Fixnum]
14540
14540
  attr_accessor :disk_size_gb
14541
14541
 
14542
- # The name of the image family to which this image belongs. You can create disks
14543
- # by specifying an image family instead of a specific image name. The image
14544
- # family always returns its latest image that is not deprecated. The name of the
14545
- # image family must comply with RFC1035.
14542
+ # The name of the image family to which this image belongs. The image family
14543
+ # name can be from a publicly managed image family provided by Compute Engine,
14544
+ # or from a custom image family you create. For example, centos-stream-9 is a
14545
+ # publicly available image family. For more information, see Image family best
14546
+ # practices. When creating disks, you can specify an image family instead of a
14547
+ # specific image name. The image family always returns its latest image that is
14548
+ # not deprecated. The name of the image family must comply with RFC1035.
14546
14549
  # Corresponds to the JSON property `family`
14547
14550
  # @return [String]
14548
14551
  attr_accessor :family
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.60.0"
19
+ GEM_VERSION = "0.61.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 = "20230201"
25
+ REVISION = "20230210"
26
26
  end
27
27
  end
28
28
  end
@@ -9594,8 +9594,11 @@ module Google
9594
9594
  end
9595
9595
 
9596
9596
  # Returns the latest image that is part of an image family and is not deprecated.
9597
+ # For more information on image families, see Public image families
9598
+ # documentation.
9597
9599
  # @param [String] project
9598
- # Project ID for this request.
9600
+ # The image project that the image belongs to. For example, to get a CentOS
9601
+ # image, specify centos-cloud as the image project.
9599
9602
  # @param [String] family
9600
9603
  # Name of the image family to search for.
9601
9604
  # @param [String] fields
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.60.0
4
+ version: 0.61.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-02-26 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_alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.60.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.61.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
63
63
  post_install_message:
64
64
  rdoc_options: []