Skip to content

Commit 9279060

Browse files
feat: Automated regeneration of tpu v2alpha1 client (googleapis#21452)
Auto-created at 2025-01-26 09:29:57 +0000 using the toys pull request generator.
1 parent 58b32cf commit 9279060

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

generated/google-apis-tpu_v2alpha1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-tpu_v2alpha1
22

3+
### v0.36.0 (2025-01-26)
4+
5+
* Regenerated from discovery document revision 20250116
6+
37
### v0.35.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250103

generated/google-apis-tpu_v2alpha1/lib/google/apis/tpu_v2alpha1/classes.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@ class Reservation
14631463
# @return [String]
14641464
attr_accessor :name
14651465

1466-
#
1466+
# Details of a standard reservation.
14671467
# Corresponds to the JSON property `standard`
14681468
# @return [Google::Apis::TpuV2alpha1::Standard]
14691469
attr_accessor :standard
@@ -1658,11 +1658,11 @@ def update!(**args)
16581658
end
16591659
end
16601660

1661-
#
1661+
# Details of a standard reservation.
16621662
class Standard
16631663
include Google::Apis::Core::Hashable
16641664

1665-
#
1665+
# Capacity units this reservation is measured in.
16661666
# Corresponds to the JSON property `capacityUnits`
16671667
# @return [String]
16681668
attr_accessor :capacity_units
@@ -1686,7 +1686,7 @@ class Standard
16861686
# @return [Fixnum]
16871687
attr_accessor :size
16881688

1689-
#
1689+
# Usage details of a reservation.
16901690
# Corresponds to the JSON property `usage`
16911691
# @return [Google::Apis::TpuV2alpha1::Usage]
16921692
attr_accessor :usage
@@ -1905,7 +1905,7 @@ def update!(**args)
19051905
end
19061906
end
19071907

1908-
#
1908+
# Usage details of a reservation.
19091909
class Usage
19101910
include Google::Apis::Core::Hashable
19111911

generated/google-apis-tpu_v2alpha1/lib/google/apis/tpu_v2alpha1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module TpuV2alpha1
1818
# Version of the google-apis-tpu_v2alpha1 gem
19-
GEM_VERSION = "0.35.0"
19+
GEM_VERSION = "0.36.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250103"
25+
REVISION = "20250116"
2626
end
2727
end
2828
end

generated/google-apis-tpu_v2alpha1/lib/google/apis/tpu_v2alpha1/service.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,8 @@ def reset_queued_resource(name, reset_queued_resource_request_object = nil, fiel
927927
# @param [String] parent
928928
# Required. The parent for reservations.
929929
# @param [Fixnum] page_size
930-
# The maximum number of items to return.
930+
# The maximum number of items to return. Defaults to 0 if not specified, which
931+
# means no limit.
931932
# @param [String] page_token
932933
# The next_page_token value returned from a previous List request, if any.
933934
# @param [String] fields

0 commit comments

Comments
 (0)