google-apis-tpu_v2alpha1 0.16.0 → 0.17.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: 2c087a3d600f8cc597428bb21162381de5a2f3894cac2dd8b61085ae1ec48219
4
- data.tar.gz: b7f8c83c77e6616893573b9e291dabcce4b4ed8ddb9fc6cb5e39c97519e8ccf0
3
+ metadata.gz: e795cbad389cdbee2f1e7c339e93de10fa2f0e6f075128dcac8e36dfc53b4079
4
+ data.tar.gz: '0622022507873b2ce7305d25596d3cc2d0ea13e367737a196f5b43573802754c'
5
5
  SHA512:
6
- metadata.gz: f58bccad9722f6c0c4aa8cdfa78fca822ab9b775ac89684f326dcc7b29319d37e23020ae8e54c4ca2814960d6c3fbffa184858dfd7498592faf3e45e2b4ba68a
7
- data.tar.gz: 0a951077fcd4a982e63d6958120001411d8e03dac4e865db6b8266ee03a91694bd8b5aeec8e9e1076987ea0dd4553d40f1ce1a49f3840a13939e2e04e00fc93f
6
+ metadata.gz: 1afd1a7e698aadb872bbda8d167063b04a6cdd4ebc674cdf37d2492331c6de404a0583b47c6c875570700bceea887d432d6c059a7929a840a3bb037c0af243d6
7
+ data.tar.gz: 28a1e5ccef010c4d8366d8781a4873ceb7ee7ac8975e6502ed0a5954c5d4aae3fd70323af3e62a8dbdcf5085e263b12a8b22a8d4acf7171139e22266b09aec0d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-tpu_v2alpha1
2
2
 
3
+ ### v0.17.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230330
6
+
3
7
  ### v0.16.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230316
@@ -1092,6 +1092,12 @@ module Google
1092
1092
  # @return [Google::Apis::TpuV2alpha1::QueueingPolicy]
1093
1093
  attr_accessor :queueing_policy
1094
1094
 
1095
+ # Name of the reservation in which the resource should be provisioned. Format:
1096
+ # projects/`project`/locations/`zone`/reservations/`reservation`
1097
+ # Corresponds to the JSON property `reservationName`
1098
+ # @return [String]
1099
+ attr_accessor :reservation_name
1100
+
1095
1101
  # QueuedResourceState defines the details of the QueuedResource request.
1096
1102
  # Corresponds to the JSON property `state`
1097
1103
  # @return [Google::Apis::TpuV2alpha1::QueuedResourceState]
@@ -1112,6 +1118,7 @@ module Google
1112
1118
  @guaranteed = args[:guaranteed] if args.key?(:guaranteed)
1113
1119
  @name = args[:name] if args.key?(:name)
1114
1120
  @queueing_policy = args[:queueing_policy] if args.key?(:queueing_policy)
1121
+ @reservation_name = args[:reservation_name] if args.key?(:reservation_name)
1115
1122
  @state = args[:state] if args.key?(:state)
1116
1123
  @tpu = args[:tpu] if args.key?(:tpu)
1117
1124
  end
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.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 = "20230316"
25
+ REVISION = "20230330"
26
26
  end
27
27
  end
28
28
  end
@@ -654,6 +654,7 @@ module Google
654
654
  property :name, as: 'name'
655
655
  property :queueing_policy, as: 'queueingPolicy', class: Google::Apis::TpuV2alpha1::QueueingPolicy, decorator: Google::Apis::TpuV2alpha1::QueueingPolicy::Representation
656
656
 
657
+ property :reservation_name, as: 'reservationName'
657
658
  property :state, as: 'state', class: Google::Apis::TpuV2alpha1::QueuedResourceState, decorator: Google::Apis::TpuV2alpha1::QueuedResourceState::Representation
658
659
 
659
660
  property :tpu, as: 'tpu', class: Google::Apis::TpuV2alpha1::Tpu, decorator: Google::Apis::TpuV2alpha1::Tpu::Representation
@@ -680,7 +680,7 @@ module Google
680
680
  # Required. The parent resource name.
681
681
  # @param [Google::Apis::TpuV2alpha1::QueuedResource] queued_resource_object
682
682
  # @param [String] queued_resource_id
683
- # The unqualified resource name. Should follow the ^[A-Za-z0-9_.~+%-]+$ regex
683
+ # The unqualified resource name. Should follow the `^[A-Za-z0-9_.~+%-]+$` regex
684
684
  # format.
685
685
  # @param [String] request_id
686
686
  # Idempotent request UUID.
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.16.0
4
+ version: 0.17.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-03-26 00:00:00.000000000 Z
11
+ date: 2023-04-02 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.17.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: []