Module: Google::Cloud::ApiRegistry::V1beta::State

Defined in:
proto_docs/google/cloud/apiregistry/v1beta/common.rb

Overview

The state of McpServer resource.

Constant Summary collapse

STATE_UNSPECIFIED =

The McpServer state is unspecified.

0
ENABLED =

The McpServer is enabled.

1
DISABLED =

The McpServer is disabled.

2