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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2de2062094bf99713a3ca44d42f83eef0cc0a1145d0b70ac8de7700282617a3
|
|
4
|
+
data.tar.gz: 79fa60a559f3a5a7b18e8b109951eac9a760d88213ec3af74831aacc627f4c22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a71e2a7d673e515a33ab2c3eeb7828fc03b856f1edf2788e0c2168f1d1109833baec9b925a2482e6ff5d7086bff902ff9cc83736824fc10a63db1ca6d2803531
|
|
7
|
+
data.tar.gz: a7022c99aa85286082340758597bdbb599bb76ac37769bc045ba1e6b1f923daf4a6a203f9c1d240a80f88d4d7a75d40e55d9de25e43216ab2a58e384fb897ece
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
14543
|
-
#
|
|
14544
|
-
#
|
|
14545
|
-
# image family
|
|
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.
|
|
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 = "
|
|
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
|
-
#
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|