google-apis-tpu_v2alpha1 0.21.0 → 0.22.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: 4f6c8c5b5131ec597bd880c2ca5b9cea4d6101cff594ccfa6676d3b7c3feae07
4
- data.tar.gz: 134fe906b4536abc84164de224731b61b3c2bcef17cd79a87efd630cb66867f0
3
+ metadata.gz: 688d5e7e4789a5229d9cfdf2949b2db85ec6e003b3273cc5f5bfc32c01499369
4
+ data.tar.gz: 6ea17b872d21b6d8fb8d39ccac356961bcf9628a6ebddbf817fc143db4da2ea2
5
5
  SHA512:
6
- metadata.gz: 1fcb149cdd13161493165f281b365f46e92896fafd12594454f465ea30e9af205764663dee42253885f084d32df10f58a28fdeae96e59dc393df9ecf26104a03
7
- data.tar.gz: 5f283464a8b650e2ae0751fe8ceeada9ca35cd5850fd70e93624df7b585527033369d6a5ce1c322aa03e0b81d06e941935904782579060c86b1bcfbb8f8b4da5
6
+ metadata.gz: aede3ac6f06d5e19004287cc48c98211e3cf8d9ee33287b7cc23172542ffca88b69dd4a037595e37aea0adb18a9cc031aab599e007ff4b6c573956de6f72640e
7
+ data.tar.gz: e04f5348cccb26b45671418165656349e6bb924deb9213bce4371ad2684e08c06b069f51f470040d03cd19803daba2f32723c03abfe4f0b118194dd87c2c2bf3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-tpu_v2alpha1
2
2
 
3
+ ### v0.22.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230717
6
+
3
7
  ### v0.21.0 (2023-07-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230707
@@ -1176,6 +1176,11 @@ module Google
1176
1176
  # @return [String]
1177
1177
  attr_accessor :state
1178
1178
 
1179
+ # Output only. The initiator of the QueuedResources's current state.
1180
+ # Corresponds to the JSON property `stateInitiator`
1181
+ # @return [String]
1182
+ attr_accessor :state_initiator
1183
+
1179
1184
  # Further data for the suspended state.
1180
1185
  # Corresponds to the JSON property `suspendedData`
1181
1186
  # @return [Google::Apis::TpuV2alpha1::SuspendedData]
@@ -1199,6 +1204,7 @@ module Google
1199
1204
  @failed_data = args[:failed_data] if args.key?(:failed_data)
1200
1205
  @provisioning_data = args[:provisioning_data] if args.key?(:provisioning_data)
1201
1206
  @state = args[:state] if args.key?(:state)
1207
+ @state_initiator = args[:state_initiator] if args.key?(:state_initiator)
1202
1208
  @suspended_data = args[:suspended_data] if args.key?(:suspended_data)
1203
1209
  @suspending_data = args[:suspending_data] if args.key?(:suspending_data)
1204
1210
  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.21.0"
19
+ GEM_VERSION = "0.22.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 = "20230707"
25
+ REVISION = "20230717"
26
26
  end
27
27
  end
28
28
  end
@@ -681,6 +681,7 @@ module Google
681
681
  property :provisioning_data, as: 'provisioningData', class: Google::Apis::TpuV2alpha1::ProvisioningData, decorator: Google::Apis::TpuV2alpha1::ProvisioningData::Representation
682
682
 
683
683
  property :state, as: 'state'
684
+ property :state_initiator, as: 'stateInitiator'
684
685
  property :suspended_data, as: 'suspendedData', class: Google::Apis::TpuV2alpha1::SuspendedData, decorator: Google::Apis::TpuV2alpha1::SuspendedData::Representation
685
686
 
686
687
  property :suspending_data, as: 'suspendingData', class: Google::Apis::TpuV2alpha1::SuspendingData, decorator: Google::Apis::TpuV2alpha1::SuspendingData::Representation
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.21.0
4
+ version: 0.22.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-07-16 00:00:00.000000000 Z
11
+ date: 2023-07-23 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.22.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: []