Google Cloud Ces V1 Client - Class State (0.3.0)

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 \ McpTool

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Default state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ACTIVE

Value: 1

The tool is available and actively offered by the server.

Generated from protobuf enum ACTIVE = 1;

INACTIVE

Value: 2

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

Generated from protobuf enum INACTIVE = 2;

STALE

Value: 3

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

Generated from protobuf enum STALE = 3;