google-apis-tpu_v2alpha1 0.25.0 → 0.26.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: 38fa595b1144818b9c896894b697b4eb961bbb4f8222f7e550d5e194a3f2405c
|
|
4
|
+
data.tar.gz: 722d940dc2356a094bdc0c825be29a40a5e9fadc27b7ccb1980928f42a4ea418
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e31ea499a602625b25d1bb1e603e7b6d004e05583660d6294136b5628a1e92a0a687572e7b8cd49f1e98053715ec0969eba82034eaf176bc7a467327e2b16ed6
|
|
7
|
+
data.tar.gz: 1b72996b6e444df47c7990c343e41969113a52bf42a2d0fec12f52d5e32ec8036837cc910d21411cdcd124dd0801f5486824ab70c8b9081b0c6bdf07a1d53a65
|
data/CHANGELOG.md
CHANGED
|
@@ -861,6 +861,12 @@ module Google
|
|
|
861
861
|
# @return [String]
|
|
862
862
|
attr_accessor :api_version
|
|
863
863
|
|
|
864
|
+
# Optional. Whether Autocheckpoint is enabled.
|
|
865
|
+
# Corresponds to the JSON property `autocheckpointEnabled`
|
|
866
|
+
# @return [Boolean]
|
|
867
|
+
attr_accessor :autocheckpoint_enabled
|
|
868
|
+
alias_method :autocheckpoint_enabled?, :autocheckpoint_enabled
|
|
869
|
+
|
|
864
870
|
# Boot disk configurations.
|
|
865
871
|
# Corresponds to the JSON property `bootDiskConfig`
|
|
866
872
|
# @return [Google::Apis::TpuV2alpha1::BootDiskConfig]
|
|
@@ -992,6 +998,7 @@ module Google
|
|
|
992
998
|
@accelerator_config = args[:accelerator_config] if args.key?(:accelerator_config)
|
|
993
999
|
@accelerator_type = args[:accelerator_type] if args.key?(:accelerator_type)
|
|
994
1000
|
@api_version = args[:api_version] if args.key?(:api_version)
|
|
1001
|
+
@autocheckpoint_enabled = args[:autocheckpoint_enabled] if args.key?(:autocheckpoint_enabled)
|
|
995
1002
|
@boot_disk_config = args[:boot_disk_config] if args.key?(:boot_disk_config)
|
|
996
1003
|
@cidr_block = args[:cidr_block] if args.key?(:cidr_block)
|
|
997
1004
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
@@ -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.26.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 = "20231102"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -654,6 +654,7 @@ module Google
|
|
|
654
654
|
|
|
655
655
|
property :accelerator_type, as: 'acceleratorType'
|
|
656
656
|
property :api_version, as: 'apiVersion'
|
|
657
|
+
property :autocheckpoint_enabled, as: 'autocheckpointEnabled'
|
|
657
658
|
property :boot_disk_config, as: 'bootDiskConfig', class: Google::Apis::TpuV2alpha1::BootDiskConfig, decorator: Google::Apis::TpuV2alpha1::BootDiskConfig::Representation
|
|
658
659
|
|
|
659
660
|
property :cidr_block, as: 'cidrBlock'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.26.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-11-
|
|
11
|
+
date: 2023-11-12 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-tpu_v2alpha1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.26.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v2alpha1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|