Reference documentation and code samples for the Google Cloud Ces V1 Client class State.
Represents the dynamic availability state of the tool.
Protobuf type google.cloud.ces.v1.McpTool.State
Namespace
Google \ Cloud \ Ces \ V1 \ McpToolMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Default state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1The tool is available and actively offered by the server.
Generated from protobuf enum ACTIVE = 1;
INACTIVE
Value: 2The tool is configured or pinned, but currently not offered by the server.
Generated from protobuf enum INACTIVE = 2;
STALE
Value: 3The tool exists on the server, but does not match the version on the server.
Generated from protobuf enum STALE = 3;