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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The McpServer state is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ENABLED
Value: 1The McpServer is enabled.
Generated from protobuf enum ENABLED = 1;
DISABLED
Value: 2The McpServer is disabled.
Generated from protobuf enum DISABLED = 2;