Class: Google::Cloud::Ces::V1::SystemTool

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#description::String (readonly)

Returns Output only. The description of the system tool.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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