Class: Google::Cloud::Tpu::V1::StopNodeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Tpu::V1::StopNodeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tpu/v1/cloud_tpu.rb
Overview
Request for StopNode.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The resource name.
Instance Attribute Details
#name ⇒ ::String
Returns The resource name.
311 312 313 314 |
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 311 class StopNodeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |