GoogleCloudApihubV1McpTool class
Details describing an MCP Tool.
Constructors
- GoogleCloudApihubV1McpTool({GoogleCloudApihubV1ToolAnnotations? annotations, String? description, GoogleCloudApihubV1OperationSchema? inputSchema, String? name, GoogleCloudApihubV1OperationSchema? outputSchema, String? title})
- GoogleCloudApihubV1McpTool.fromJson(Map json_)
Properties
- annotations ↔ GoogleCloudApihubV1ToolAnnotations?
-
Optional annotations for the tool.
getter/setter pair
- description ↔ String?
-
Description of what the tool does.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputSchema ↔ GoogleCloudApihubV1OperationSchema?
-
Input schema for the operation.
getter/setter pair
- name ↔ String?
-
The name of the tool, unique within its parent scope (version).
getter/setter pair
- outputSchema ↔ GoogleCloudApihubV1OperationSchema?
-
Output schema for the operation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String?
-
Optional title for the tool.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited