@@ -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
0 commit comments