Class: Google::Cloud::Ces::V1::Agent::AgentToolset
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::Agent::AgentToolset
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/agent.rb
Overview
A toolset with a selection of its tools.
Instance Attribute Summary collapse
-
#tool_ids ⇒ ::Array<::String>
Optional.
-
#toolset ⇒ ::String
Required.
Instance Attribute Details
#tool_ids ⇒ ::Array<::String>
Returns Optional. The tools IDs to filter the toolset.
216 217 218 219 |
# File 'proto_docs/google/cloud/ces/v1/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}.
216 217 218 219 |
# File 'proto_docs/google/cloud/ces/v1/agent.rb', line 216 class AgentToolset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |