public enum McpTool.State extends Enum<McpTool.State> implements ProtocolMessageEnumRepresents the dynamic availability state of the tool.
Protobuf enum google.cloud.ces.v1beta.McpTool.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
The tool is available and actively offered by the server. |
ACTIVE_VALUE |
The tool is available and actively offered by the server. |
INACTIVE |
The tool is configured or pinned, but currently not offered by the server. |
INACTIVE_VALUE |
The tool is configured or pinned, but currently not offered by the server. |
STALE |
The tool exists on the server, but does not match the version on the server. |
STALE_VALUE |
The tool exists on the server, but does not match the version on the server. |
STATE_UNSPECIFIED |
Default state. |
STATE_UNSPECIFIED_VALUE |
Default state. |
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() |
|