Class: Google::Cloud::EdgeContainer::V1::GetMachineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::GetMachineRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/service.rb
Overview
Gets a machine.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the machine.
378 379 380 381 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 378 class GetMachineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |