Class: Google::Cloud::Ces::V1::SystemTool
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::SystemTool
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/system_tool.rb
Overview
Pre-defined system tool.
Instance Attribute Summary collapse
-
#description ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#description ⇒ ::String (readonly)
Returns Output only. The description of the system tool.
31 32 33 34 |
# File 'proto_docs/google/cloud/ces/v1/system_tool.rb', line 31 class SystemTool include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the system tool.
31 32 33 34 |
# File 'proto_docs/google/cloud/ces/v1/system_tool.rb', line 31 class SystemTool include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |