google-apis-tpu_v2 0.12.0 → 0.13.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: e4082f622393fa3a07307c132335ea0cf47d850dd25085cd8067288a996a2e64
4
- data.tar.gz: e6456b4316347ba2f9c2524516916aa7fc285722b40f7f36cb06f791ede716d8
3
+ metadata.gz: b87bc7f280f8ba0151ef1f368ce094cd6f6f10aa70890dbbf595d16fd3010cad
4
+ data.tar.gz: 968d5e43e57800511be9c233db0fba8330f6e48b78000e147c6cbcfee639faaa
5
5
  SHA512:
6
- metadata.gz: dd6733354816c5b1e070f660a13f3103f45c1f62cf5d7db7be5a82e9ba0164b355ab8f0b992d100f26fb6b00d781f01e2ae32a90a864d5aab471b207de72d09e
7
- data.tar.gz: d03f02cf05ebfdd6444d8729d6c775d7718b42a4b7a6517ea0730654d34b29b6dad46787d1942ff72b98de8ad392ba2528ec0f156d530d9c3a4dfa0df80a3fed
6
+ metadata.gz: 8a0e1d4b75fe7c9383f9a0e5f853dced374fa01e5392f6f74d65c404c869b1da1dc817a69e7f9d4f7dc8fcd74f149c467969082112d1db8a379a9acd87218d08
7
+ data.tar.gz: 50102083b845cda4dbf2497d6d032371f38f908101582dd2b78aabed3bcaa3e0a5001a275cc1656b852856acc711654b0662b3387b30ff38d008d9244958a743
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-tpu_v2
2
2
 
3
+ ### v0.13.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20250103
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.12.0 (2024-12-15)
4
9
 
5
10
  * Regenerated from discovery document revision 20241126
@@ -842,6 +842,14 @@ module Google
842
842
  # @return [Google::Apis::TpuV2::NetworkConfig]
843
843
  attr_accessor :network_config
844
844
 
845
+ # Optional. Repeated network configurations for the TPU node. This field is used
846
+ # to specify multiple networks configs for the TPU node. network_config and
847
+ # network_configs are mutually exclusive, you can only specify one of them. If
848
+ # both are specified, an error will be returned.
849
+ # Corresponds to the JSON property `networkConfigs`
850
+ # @return [Array<Google::Apis::TpuV2::NetworkConfig>]
851
+ attr_accessor :network_configs
852
+
845
853
  # Output only. The network endpoints where TPU workers can be accessed and sent
846
854
  # work. It is recommended that runtime clients of the node reach out to the 0th
847
855
  # entry in this map first.
@@ -911,6 +919,7 @@ module Google
911
919
  @multislice_node = args[:multislice_node] if args.key?(:multislice_node)
912
920
  @name = args[:name] if args.key?(:name)
913
921
  @network_config = args[:network_config] if args.key?(:network_config)
922
+ @network_configs = args[:network_configs] if args.key?(:network_configs)
914
923
  @network_endpoints = args[:network_endpoints] if args.key?(:network_endpoints)
915
924
  @queued_resource = args[:queued_resource] if args.key?(:queued_resource)
916
925
  @runtime_version = args[:runtime_version] if args.key?(:runtime_version)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TpuV2
18
18
  # Version of the google-apis-tpu_v2 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241126"
25
+ REVISION = "20250103"
26
26
  end
27
27
  end
28
28
  end
@@ -589,6 +589,8 @@ module Google
589
589
  property :name, as: 'name'
590
590
  property :network_config, as: 'networkConfig', class: Google::Apis::TpuV2::NetworkConfig, decorator: Google::Apis::TpuV2::NetworkConfig::Representation
591
591
 
592
+ collection :network_configs, as: 'networkConfigs', class: Google::Apis::TpuV2::NetworkConfig, decorator: Google::Apis::TpuV2::NetworkConfig::Representation
593
+
592
594
  collection :network_endpoints, as: 'networkEndpoints', class: Google::Apis::TpuV2::NetworkEndpoint, decorator: Google::Apis::TpuV2::NetworkEndpoint::Representation
593
595
 
594
596
  property :queued_resource, as: 'queuedResource'
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-tpu_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-01-12 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2/v0.12.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2/v0.13.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud TPU API V2
82
79
  test_files: []