Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::RetrieveToolsRequest.
Request message for ToolService.RetrieveTools.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#tool_ids
def tool_ids() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. The identifiers of the tools to retrieve from the toolset. If empty, all tools in the toolset will be returned.
#tool_ids=
def tool_ids=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. The identifiers of the tools to retrieve from the toolset. If empty, all tools in the toolset will be returned.
Returns
- (::Array<::String>) — Optional. The identifiers of the tools to retrieve from the toolset. If empty, all tools in the toolset will be returned.
#toolset
def toolset() -> ::String
Returns
-
(::String) — Required. The name of the toolset to retrieve the tools for.
Format:
projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}
#toolset=
def toolset=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the toolset to retrieve the tools for.
Format:
projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}
Returns
-
(::String) — Required. The name of the toolset to retrieve the tools for.
Format:
projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}