Enum Service.McpServerSpec.Type (0.2.0)

public enum Service.McpServerSpec.Type extends Enum<Service.McpServerSpec.Type> implements ProtocolMessageEnum

The type of the MCP Server spec.

Protobuf enum google.cloud.agentregistry.v1.Service.McpServerSpec.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
NO_SPEC

There is no spec for the MCP Server. The content field must be empty.

NO_SPEC = 1;

NO_SPEC_VALUE

There is no spec for the MCP Server. The content field must be empty.

NO_SPEC = 1;

TOOL_SPEC

The content is a MCP Tool Spec following the One MCP specification. The payload is the same as the tools/list response.

TOOL_SPEC = 2;

TOOL_SPEC_VALUE

The content is a MCP Tool Spec following the One MCP specification. The payload is the same as the tools/list response.

TOOL_SPEC = 2;

TYPE_UNSPECIFIED

Unspecified type.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified type.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()