Class: Google::Cloud::Ces::V1beta::RetrieveToolsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1beta/tool_service.rb

Overview

Response message for ToolService.RetrieveTools.

Instance Attribute Summary collapse

Instance Attribute Details

#tools::Array<::Google::Cloud::Ces::V1beta::Tool>

Returns The list of tools that are included in the specified toolset.

Returns:



166
167
168
169
# File 'proto_docs/google/cloud/ces/v1beta/tool_service.rb', line 166

class RetrieveToolsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end