GoogleCloudApihubV1McpToolConfig class
A tool exposed by the MCP server.
Each tool wraps exactly one API Hub operation under a caller-supplied identifier.
Constructors
- GoogleCloudApihubV1McpToolConfig({String? description, GoogleCloudApihubV1OperationConfig? operation, String? toolId})
- GoogleCloudApihubV1McpToolConfig.fromJson(Map json_)
Properties
- description ↔ String?
-
Description of what the tool does and how it is used.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- operation ↔ GoogleCloudApihubV1OperationConfig?
-
The API Hub operation this tool exposes.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toolId ↔ String?
-
Caller-supplied identifier for the tool; each tool must have a unique
identifier.
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