google-apis-compute_alpha 0.59.0 → 0.61.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: 5d7d98523decbe7118c81ee5dd01739981933ceb2af796d5a3a0200dc6bdee81
4
- data.tar.gz: fb6f5abf76f0b512d89b9ad50e8ff8c86c9af2db3ed501230996cf5f903b4479
3
+ metadata.gz: e2de2062094bf99713a3ca44d42f83eef0cc0a1145d0b70ac8de7700282617a3
4
+ data.tar.gz: 79fa60a559f3a5a7b18e8b109951eac9a760d88213ec3af74831aacc627f4c22
5
5
  SHA512:
6
- metadata.gz: f3f475e0af4cf2679eef3657cf0c93b5247be5bc25857298c517b658f0ea3015e393652f7016961cc06bc3ef3157e85d3252452b9486715b4f3e9d862d004e6b
7
- data.tar.gz: 1d80a19fac0e0bd7db94bdfe2f5f5b8e8ad72edb6d90db0287d0bbbbd1a67363559eb0033cef02735ef50d8085200470e6923a91fe507d24fe4db570af71f6d9
6
+ metadata.gz: a71e2a7d673e515a33ab2c3eeb7828fc03b856f1edf2788e0c2168f1d1109833baec9b925a2482e6ff5d7086bff902ff9cc83736824fc10a63db1ca6d2803531
7
+ data.tar.gz: a7022c99aa85286082340758597bdbb599bb76ac37769bc045ba1e6b1f923daf4a6a203f9c1d240a80f88d4d7a75d40e55d9de25e43216ab2a58e384fb897ece
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.60.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.59.0 (2023-02-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20230201
@@ -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.59.0"
19
+ GEM_VERSION = "0.61.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
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.59.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-12 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.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.9.1
29
+ version: 0.11.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_alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.59.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: []