Service
import type { Service } from "https://googleapis.deno.dev/v1/agentregistry:v1.ts";Represents a user-defined Service.
§Properties
Optional. User-defined description of an Service. Can have a maximum
length of 2048 characters.
Optional. User-defined display name for the Service. Can have a maximum
length of 63 characters.
Optional. The spec of the Endpoint. When endpoint_spec is set, the type
of the service is Endpoint.
Optional. The spec of the MCP Server. When mcp_server_spec is set, the
type of the service is MCP Server.
Identifier. The resource name of the Service. Format:
projects/{project}/locations/{location}/services/{service}.
Output only. The resource name of the resulting Agent, MCP Server, or
Endpoint. Format: *
projects/{project}/locations/{location}/mcpServers/{mcp_server} *
projects/{project}/locations/{location}/agents/{agent} *
projects/{project}/locations/{location}/endpoints/{endpoint}