google-apis-tpu_v2alpha1 0.38.0 → 0.39.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: c3898b49e6a17e22ca46e2306583ec8bdc3bda0f469b880b481bc1284908c6de
|
4
|
+
data.tar.gz: 0d7b11e246075f53825108884fa1d8003b1377bb719270b9cd964d733e9ec65d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12dbf749a139e2b59b75d354e7a4524fa347eec9ff913aeca175ae4847877930f119752d6881f1da846fc7f25476f4ef20bf0e08bbeecc57b7f67ba7a2a1d521
|
7
|
+
data.tar.gz: 503c45f4c77ac4899419c4934d961df5542aedb508a9bcf5a4696eb70b902f12bcd867c77709bdeeead7e3a595348c10fbe806b99cfb2241de48df62f4a46e33
|
data/CHANGELOG.md
CHANGED
@@ -184,6 +184,13 @@ module Google
|
|
184
184
|
attr_accessor :enable_confidential_compute
|
185
185
|
alias_method :enable_confidential_compute?, :enable_confidential_compute
|
186
186
|
|
187
|
+
# Optional. Image from which boot disk is to be created. If not specified, the
|
188
|
+
# default image for the runtime version will be used. Example: `projects/$
|
189
|
+
# PROJECT_ID/global/images/$IMAGE_NAME`.
|
190
|
+
# Corresponds to the JSON property `sourceImage`
|
191
|
+
# @return [String]
|
192
|
+
attr_accessor :source_image
|
193
|
+
|
187
194
|
def initialize(**args)
|
188
195
|
update!(**args)
|
189
196
|
end
|
@@ -192,6 +199,7 @@ module Google
|
|
192
199
|
def update!(**args)
|
193
200
|
@customer_encryption_key = args[:customer_encryption_key] if args.key?(:customer_encryption_key)
|
194
201
|
@enable_confidential_compute = args[:enable_confidential_compute] if args.key?(:enable_confidential_compute)
|
202
|
+
@source_image = args[:source_image] if args.key?(:source_image)
|
195
203
|
end
|
196
204
|
end
|
197
205
|
|
@@ -1576,6 +1584,11 @@ module Google
|
|
1576
1584
|
attr_accessor :preemptible
|
1577
1585
|
alias_method :preemptible?, :preemptible
|
1578
1586
|
|
1587
|
+
# Optional. Defines the provisioning model for the node.
|
1588
|
+
# Corresponds to the JSON property `provisioningModel`
|
1589
|
+
# @return [String]
|
1590
|
+
attr_accessor :provisioning_model
|
1591
|
+
|
1579
1592
|
# Whether the node is created under a reservation.
|
1580
1593
|
# Corresponds to the JSON property `reserved`
|
1581
1594
|
# @return [Boolean]
|
@@ -1600,6 +1613,7 @@ module Google
|
|
1600
1613
|
# Update properties of this object
|
1601
1614
|
def update!(**args)
|
1602
1615
|
@preemptible = args[:preemptible] if args.key?(:preemptible)
|
1616
|
+
@provisioning_model = args[:provisioning_model] if args.key?(:provisioning_model)
|
1603
1617
|
@reserved = args[:reserved] if args.key?(:reserved)
|
1604
1618
|
@spot = args[:spot] if args.key?(:spot)
|
1605
1619
|
@termination_timestamp = args[:termination_timestamp] if args.key?(:termination_timestamp)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module TpuV2alpha1
|
18
18
|
# Version of the google-apis-tpu_v2alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.39.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250410"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -458,6 +458,7 @@ module Google
|
|
458
458
|
property :customer_encryption_key, as: 'customerEncryptionKey', class: Google::Apis::TpuV2alpha1::CustomerEncryptionKey, decorator: Google::Apis::TpuV2alpha1::CustomerEncryptionKey::Representation
|
459
459
|
|
460
460
|
property :enable_confidential_compute, as: 'enableConfidentialCompute'
|
461
|
+
property :source_image, as: 'sourceImage'
|
461
462
|
end
|
462
463
|
end
|
463
464
|
|
@@ -871,6 +872,7 @@ module Google
|
|
871
872
|
# @private
|
872
873
|
class Representation < Google::Apis::Core::JsonRepresentation
|
873
874
|
property :preemptible, as: 'preemptible'
|
875
|
+
property :provisioning_model, as: 'provisioningModel'
|
874
876
|
property :reserved, as: 'reserved'
|
875
877
|
property :spot, as: 'spot'
|
876
878
|
property :termination_timestamp, as: 'terminationTimestamp'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-tpu_v2alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.39.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-20 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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-tpu_v2alpha1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.39.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v2alpha1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|