Reference documentation and code samples for the Google Cloud Ces V1 Client class RetrieveToolSchemaResponse.
Response message for ToolService.RetrieveToolSchema .
Generated from protobuf message google.cloud.ces.v1.RetrieveToolSchemaResponse
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ tool
string
The name of the tool that the schema is for. Format: projects/{project}/locations/{location}/apps/{app}/tools/{tool}
↳ toolset_tool
↳ input_schema
↳ output_schema
getTool
The name of the tool that the schema is for.
Format: projects/{project}/locations/{location}/apps/{app}/tools/{tool}
string
hasTool
setTool
The name of the tool that the schema is for.
Format: projects/{project}/locations/{location}/apps/{app}/tools/{tool}
var
string
$this
getToolsetTool
The toolset tool that the schema is for.
hasToolsetTool
setToolsetTool
The toolset tool that the schema is for.
$this
getInputSchema
Required. The schema of the tool input parameters.
hasInputSchema
clearInputSchema
setInputSchema
Required. The schema of the tool input parameters.
$this
getOutputSchema
Required. The schema of the tool output parameters.
hasOutputSchema
clearOutputSchema
setOutputSchema
Required. The schema of the tool output parameters.
$this
getToolIdentifier
string

