Enum McpTool.State (0.9.0)

public enum McpTool.State extends Enum<McpTool.State> implements ProtocolMessageEnum

Represents the dynamic availability state of the tool.

Protobuf enum google.cloud.ces.v1beta.McpTool.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The tool is available and actively offered by the server.

ACTIVE = 1;

ACTIVE_VALUE

The tool is available and actively offered by the server.

ACTIVE = 1;

INACTIVE

The tool is configured or pinned, but currently not offered by the server.

INACTIVE = 2;

INACTIVE_VALUE

The tool is configured or pinned, but currently not offered by the server.

INACTIVE = 2;

STALE

The tool exists on the server, but does not match the version on the server.

STALE = 3;

STALE_VALUE

The tool exists on the server, but does not match the version on the server.

STALE = 3;

STATE_UNSPECIFIED

Default state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default state.

STATE_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()