Google Cloud Api Registry V1 Client - Class State (0.1.0)

Reference documentation and code samples for the Google Cloud Api Registry V1 Client class State.

The state of McpServer resource.

Protobuf type google.cloud.apiregistry.v1.State

Namespace

Google \ Cloud \ ApiRegistry \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The McpServer state is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ENABLED

Value: 1

The McpServer is enabled.

Generated from protobuf enum ENABLED = 1;

DISABLED

Value: 2

The McpServer is disabled.

Generated from protobuf enum DISABLED = 2;