Skip to content

Commit 43f68dc

Browse files
feat: Automated regeneration of tpu v1alpha1 client
1 parent c1a19f2 commit 43f68dc

File tree

4 files changed

+39
-25
lines changed

4 files changed

+39
-25
lines changed

generated/google-apis-tpu_v1alpha1/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_v1alpha1
22

3+
### v0.33.0 (2025-12-07)
4+
5+
* Regenerated from discovery document revision 20251130
6+
37
### v0.32.0 (2025-10-12)
48

59
* Regenerated from discovery document revision 20251005

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

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ module Google
2222
module Apis
2323
module TpuV1alpha1
2424

25-
# A accelerator type that a Node can be configured with.
25+
# DEPRECATED: Please use TPU API v2alpha1 instead. A accelerator type that a
26+
# Node can be configured with.
2627
class AcceleratorType
2728
include Google::Apis::Core::Hashable
2829

@@ -63,7 +64,8 @@ def update!(**args)
6364
end
6465
end
6566

66-
# Response for ListAcceleratorTypes.
67+
# DEPRECATED: Please use TPU API v2alpha1 instead. Response for
68+
# ListAcceleratorTypes.
6769
class ListAcceleratorTypesResponse
6870
include Google::Apis::Core::Hashable
6971

@@ -119,7 +121,7 @@ def update!(**args)
119121
end
120122
end
121123

122-
# Response for ListNodes.
124+
# DEPRECATED: Please use TPU API v2alpha1 instead. Response for ListNodes.
123125
class ListNodesResponse
124126
include Google::Apis::Core::Hashable
125127

@@ -165,8 +167,9 @@ class ListOperationsResponse
165167
attr_accessor :operations
166168

167169
# Unordered list. Unreachable resources. Populated when the request sets `
168-
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
169-
# when attempting to list all resources across all supported locations.
170+
# ListOperationsRequest.return_partial_success` and reads across collections.
171+
# For example, when attempting to list all resources across all supported
172+
# locations.
170173
# Corresponds to the JSON property `unreachable`
171174
# @return [Array<String>]
172175
attr_accessor :unreachable
@@ -183,7 +186,8 @@ def update!(**args)
183186
end
184187
end
185188

186-
# Response for ListTensorFlowVersions.
189+
# DEPRECATED: Please use TPU API v2alpha1 instead. Response for
190+
# ListTensorFlowVersions.
187191
class ListTensorFlowVersionsResponse
188192
include Google::Apis::Core::Hashable
189193

@@ -261,7 +265,8 @@ def update!(**args)
261265
end
262266
end
263267

264-
# A network endpoint over which a TPU worker can be reached.
268+
# DEPRECATED: Please use TPU API v2alpha1 instead. A network endpoint over which
269+
# a TPU worker can be reached.
265270
class NetworkEndpoint
266271
include Google::Apis::Core::Hashable
267272

@@ -286,7 +291,7 @@ def update!(**args)
286291
end
287292
end
288293

289-
# A TPU instance.
294+
# DEPRECATED: Please use TPU API v2alpha1 instead. A TPU instance.
290295
class Node
291296
include Google::Apis::Core::Hashable
292297

@@ -368,7 +373,8 @@ class Node
368373
# @return [String]
369374
attr_accessor :port
370375

371-
# Sets the scheduling options for this node.
376+
# DEPRECATED: Please use TPU API v2alpha1 instead. Sets the scheduling options
377+
# for this node.
372378
# Corresponds to the JSON property `schedulingConfig`
373379
# @return [Google::Apis::TpuV1alpha1::SchedulingConfig]
374380
attr_accessor :scheduling_config
@@ -496,7 +502,8 @@ def update!(**args)
496502
end
497503
end
498504

499-
# Metadata describing an Operation
505+
# DEPRECATED: Please use TPU API v2alpha1 instead. Metadata describing an
506+
# Operation
500507
class OperationMetadata
501508
include Google::Apis::Core::Hashable
502509

@@ -553,7 +560,7 @@ def update!(**args)
553560
end
554561
end
555562

556-
# Request for ReimageNode.
563+
# DEPRECATED: Please use TPU API v2alpha1 instead. Request for ReimageNode.
557564
class ReimageNodeRequest
558565
include Google::Apis::Core::Hashable
559566

@@ -572,7 +579,8 @@ def update!(**args)
572579
end
573580
end
574581

575-
# Sets the scheduling options for this node.
582+
# DEPRECATED: Please use TPU API v2alpha1 instead. Sets the scheduling options
583+
# for this node.
576584
class SchedulingConfig
577585
include Google::Apis::Core::Hashable
578586

@@ -599,7 +607,7 @@ def update!(**args)
599607
end
600608
end
601609

602-
# Request for StartNode.
610+
# DEPRECATED: Please use TPU API v2alpha1 instead. Request for StartNode.
603611
class StartNodeRequest
604612
include Google::Apis::Core::Hashable
605613

@@ -651,7 +659,7 @@ def update!(**args)
651659
end
652660
end
653661

654-
# Request for StopNode.
662+
# DEPRECATED: Please use TPU API v2alpha1 instead. Request for StopNode.
655663
class StopNodeRequest
656664
include Google::Apis::Core::Hashable
657665

@@ -664,7 +672,7 @@ def update!(**args)
664672
end
665673
end
666674

667-
# A Symptom instance.
675+
# DEPRECATED: Please use TPU API v2alpha1 instead. A Symptom instance.
668676
class Symptom
669677
include Google::Apis::Core::Hashable
670678

@@ -701,7 +709,8 @@ def update!(**args)
701709
end
702710
end
703711

704-
# A tensorflow version that a Node can be configured with.
712+
# DEPRECATED: Please use TPU API v2alpha1 instead. A tensorflow version that a
713+
# Node can be configured with.
705714
class TensorFlowVersion
706715
include Google::Apis::Core::Hashable
707716

generated/google-apis-tpu_v1alpha1/lib/google/apis/tpu_v1alpha1/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 TpuV1alpha1
1818
# Version of the google-apis-tpu_v1alpha1 gem
19-
GEM_VERSION = "0.32.0"
19+
GEM_VERSION = "0.33.0"
2020

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

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

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
8585
# @param [String] name
8686
# The resource that owns the locations collection, if applicable.
8787
# @param [Array<String>, String] extra_location_types
88-
# Optional. Unless explicitly documented otherwise, don't use this unsupported
89-
# field which is primarily intended for internal usage.
88+
# Optional. Do not use this field. It is unsupported and is ignored unless
89+
# explicitly documented otherwise. This is primarily for internal usage.
9090
# @param [String] filter
9191
# A filter to narrow down results to a preferred subset. The filtering language
9292
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -550,11 +550,12 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
550550
# The standard list page token.
551551
# @param [Boolean] return_partial_success
552552
# When set to `true`, operations that are reachable are returned as normal, and
553-
# those that are unreachable are returned in the [ListOperationsResponse.
554-
# unreachable] field. This can only be `true` when reading across collections e.
555-
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
556-
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
557-
# explicitly documented otherwise in service or product specific documentation.
553+
# those that are unreachable are returned in the ListOperationsResponse.
554+
# unreachable field. This can only be `true` when reading across collections.
555+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
556+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
557+
# if set unless explicitly documented otherwise in service or product specific
558+
# documentation.
558559
# @param [String] fields
559560
# Selector specifying which fields to include in a partial response.
560561
# @param [String] quota_user

0 commit comments

Comments
 (0)