google-apis-tpu_v2alpha1 0.1.0 → 0.2.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: a3427b5f60a7f817087502886535206c29f0675fcb0039b9d86b207412a8a0ed
|
|
4
|
+
data.tar.gz: 1720c899de985ea777526723f3576ed76e9cf7a983d5a092200bde6d00ce132f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 411ef08fd714da516b0d03a31294e9ec95b7a0285b62f3ff11d1d57b979399be1ed57bd7cc4d7c961836998f3de391a35727beb80d7490c32567c0cf431720fb
|
|
7
|
+
data.tar.gz: f78505fdedb20f4cda402b519ea7caca6810b948059fc1db841ae10a1175d5c0428322c0215becb96140fa1c6d3c056a949800e86e84108bac07ae092eb83771
|
data/CHANGELOG.md
CHANGED
|
@@ -457,6 +457,14 @@ module Google
|
|
|
457
457
|
class NetworkConfig
|
|
458
458
|
include Google::Apis::Core::Hashable
|
|
459
459
|
|
|
460
|
+
# Allows the TPU node to send and receive packets with non-matching destination
|
|
461
|
+
# or source IPs. This is required if you plan to use the TPU workers to forward
|
|
462
|
+
# routes.
|
|
463
|
+
# Corresponds to the JSON property `canIpForward`
|
|
464
|
+
# @return [Boolean]
|
|
465
|
+
attr_accessor :can_ip_forward
|
|
466
|
+
alias_method :can_ip_forward?, :can_ip_forward
|
|
467
|
+
|
|
460
468
|
# Indicates that external IP addresses would be associated with the TPU workers.
|
|
461
469
|
# If set to false, the specified subnetwork or network should have Private
|
|
462
470
|
# Google Access enabled.
|
|
@@ -483,6 +491,7 @@ module Google
|
|
|
483
491
|
|
|
484
492
|
# Update properties of this object
|
|
485
493
|
def update!(**args)
|
|
494
|
+
@can_ip_forward = args[:can_ip_forward] if args.key?(:can_ip_forward)
|
|
486
495
|
@enable_external_ips = args[:enable_external_ips] if args.key?(:enable_external_ips)
|
|
487
496
|
@network = args[:network] if args.key?(:network)
|
|
488
497
|
@subnetwork = args[:subnetwork] if args.key?(:subnetwork)
|
|
@@ -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.2.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20211108"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -349,6 +349,7 @@ module Google
|
|
|
349
349
|
class NetworkConfig
|
|
350
350
|
# @private
|
|
351
351
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
352
|
+
property :can_ip_forward, as: 'canIpForward'
|
|
352
353
|
property :enable_external_ips, as: 'enableExternalIps'
|
|
353
354
|
property :network, as: 'network'
|
|
354
355
|
property :subnetwork, as: 'subnetwork'
|
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.2.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: 2021-
|
|
11
|
+
date: 2021-11-15 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.2.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: []
|