Class RetrieveToolSchemaResponse (0.3.0)

RetrieveToolSchemaResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for ToolService.RetrieveToolSchema.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
tool str
The name of the tool that the schema is for. Format: projects/{project}/locations/{location}/apps/{app}/tools/{tool} This field is a member of oneof_ tool_identifier.
toolset_tool google.cloud.ces_v1.types.ToolsetTool
The toolset tool that the schema is for. This field is a member of oneof_ tool_identifier.
input_schema google.cloud.ces_v1.types.Schema
The schema of the tool input parameters.
output_schema google.cloud.ces_v1.types.Schema
The schema of the tool output parameters.