Class: Google::Cloud::Ces::V1beta::Agent::AgentToolset

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

Overview

A toolset with a selection of its tools.

Instance Attribute Summary collapse

Instance Attribute Details

#tool_ids::Array<::String>

Returns Optional. The tools IDs to filter the toolset.

Returns:

  • (::Array<::String>)

    Optional. The tools IDs to filter the toolset.



216
217
218
219
# File 'proto_docs/google/cloud/ces/v1beta/agent.rb', line 216

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

#toolset::String

Returns Required. The resource name of the toolset. Format: projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}.

Returns:

  • (::String)

    Required. The resource name of the toolset. Format: projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}



216
217
218
219
# File 'proto_docs/google/cloud/ces/v1beta/agent.rb', line 216

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