google-apis-hypercomputecluster_v1 0.6.0 → 0.7.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: 022fc736a0259ae290a989cb31cc4e7b6ac66dd92071bb5b1f011d2b69055540
|
|
4
|
+
data.tar.gz: 27cfc006ac11cc83a6cb99eea8b6e9dfa1d7c77e2ea4df5b4e29f0daa36b0c16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1dc5604d81ff70ec891311baa67c727c4a273bf42c22db8a8da589e94a567650f7e20bb0c2a7d47313d4704e5a3dde4f5db18bbb188bf8a68f201d078306602a
|
|
7
|
+
data.tar.gz: ccb878c67d866ddf38886252ab33853523370989362be589341198e6ea4b169898c17b8c10b43f80c7ba0295b28a5512d28919c12b2a2fdbfc4bff4b9e252e31
|
data/CHANGELOG.md
CHANGED
|
@@ -27,7 +27,7 @@ module Google
|
|
|
27
27
|
class BootDisk
|
|
28
28
|
include Google::Apis::Core::Hashable
|
|
29
29
|
|
|
30
|
-
# Required. Immutable. Size of the disk in gigabytes. Must be at least
|
|
30
|
+
# Required. Immutable. Size of the disk in gigabytes. Must be at least 40GB.
|
|
31
31
|
# Corresponds to the JSON property `sizeGb`
|
|
32
32
|
# @return [Fixnum]
|
|
33
33
|
attr_accessor :size_gb
|
|
@@ -2002,7 +2002,7 @@ module Google
|
|
|
2002
2002
|
end
|
|
2003
2003
|
end
|
|
2004
2004
|
|
|
2005
|
-
# A resource representing a form of persistent storage that
|
|
2005
|
+
# A resource representing a form of persistent storage that can be mounted onto
|
|
2006
2006
|
# compute resources in the cluster.
|
|
2007
2007
|
class StorageResource
|
|
2008
2008
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module HypercomputeclusterV1
|
|
18
18
|
# Version of the google-apis-hypercomputecluster_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.7.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260506"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-hypercomputecluster_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-hypercomputecluster_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-hypercomputecluster_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-hypercomputecluster_v1/v0.7.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-hypercomputecluster_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|