google-apis-tpu_v2alpha1 0.1.0 → 0.2.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: 33339cc9d94127e4eef0d0c80bb6d8eae64a01e37c8413be16ee670ce23cb4e0
4
- data.tar.gz: 5374e3be1c9d1ee334d7525b433558d35de44f9e2b7f6d26dfb46b219749e8bd
3
+ metadata.gz: a3427b5f60a7f817087502886535206c29f0675fcb0039b9d86b207412a8a0ed
4
+ data.tar.gz: 1720c899de985ea777526723f3576ed76e9cf7a983d5a092200bde6d00ce132f
5
5
  SHA512:
6
- metadata.gz: 3a472154b47b23e3b1744f678b1233fd86f9dad9abb0b3d992e8f6b343c9c475b78cc87a23f6673dc9302335534bc97b309d516e37e483b30b0ac0fc79a1de6f
7
- data.tar.gz: d2c8859bd4acbe9c5551c7e7b6435ba7d1fd6d99ec32d8b755e92e89046afadfae6420a9979c76348fa6ef132b0495f4f8d3d4fb1f206d6348adf27f14fc6609
6
+ metadata.gz: 411ef08fd714da516b0d03a31294e9ec95b7a0285b62f3ff11d1d57b979399be1ed57bd7cc4d7c961836998f3de391a35727beb80d7490c32567c0cf431720fb
7
+ data.tar.gz: f78505fdedb20f4cda402b519ea7caca6810b948059fc1db841ae10a1175d5c0428322c0215becb96140fa1c6d3c056a949800e86e84108bac07ae092eb83771
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-tpu_v2alpha1
2
2
 
3
+ ### v0.2.0 (2021-11-13)
4
+
5
+ * Regenerated from discovery document revision 20211108
6
+
3
7
  ### v0.1.0 (2021-10-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20211021
@@ -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.1.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 = "20211021"
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.1.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-10-27 00:00:00.000000000 Z
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.1.0
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: []