google-apis-tpu_v2 0.11.0 → 0.13.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: 49c725ad5c93fb87ef3e98563a4609aeb634cf0dbd588f968b2f157b85e685ee
4
- data.tar.gz: 2fea91fc41d7e3381804c1e45b85382428c4ec28ad5acebe8541ca7de4234bd1
3
+ metadata.gz: b87bc7f280f8ba0151ef1f368ce094cd6f6f10aa70890dbbf595d16fd3010cad
4
+ data.tar.gz: 968d5e43e57800511be9c233db0fba8330f6e48b78000e147c6cbcfee639faaa
5
5
  SHA512:
6
- metadata.gz: 9c490b66aff5a94de7da3fea9caf28afa7e61c1000a1c60676e0a526245e665bfb0e68151d85be62af72a37b04fc90d6a660657daff4db7d53f025d3b7834936
7
- data.tar.gz: fb68ce10c4426a8aed1b7111a46074f0c86a7b22ff7a945b4388bdc00f6643a4945bcd077128b9d8f3b2704ae09f571a7bccd4357b6b4ed83036c88168e4e4b5
6
+ metadata.gz: 8a0e1d4b75fe7c9383f9a0e5f853dced374fa01e5392f6f74d65c404c869b1da1dc817a69e7f9d4f7dc8fcd74f149c467969082112d1db8a379a9acd87218d08
7
+ data.tar.gz: 50102083b845cda4dbf2497d6d032371f38f908101582dd2b78aabed3bcaa3e0a5001a275cc1656b852856acc711654b0662b3387b30ff38d008d9244958a743
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
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
+
8
+ ### v0.12.0 (2024-12-15)
9
+
10
+ * Regenerated from discovery document revision 20241126
11
+ * Regenerated using generator version 0.15.1
12
+
3
13
  ### v0.11.0 (2024-05-19)
4
14
 
5
15
  * Regenerated from discovery document revision 20240321
@@ -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.11.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.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240321"
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'
@@ -503,8 +503,8 @@ module Google
503
503
  # Clients can use Operations.GetOperation or other methods to check whether the
504
504
  # cancellation succeeded or whether the operation completed despite cancellation.
505
505
  # On successful cancellation, the operation is not deleted; instead, it becomes
506
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
507
- # corresponding to `Code.CANCELLED`.
506
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
507
+ # , corresponding to `Code.CANCELLED`.
508
508
  # @param [String] name
509
509
  # The name of the operation resource to be cancelled.
510
510
  # @param [String] fields
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.11.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-05-19 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.11.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.6
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: []