Class BetaMcpToolConfig
-
- All Implemented Interfaces:
public final class BetaMcpToolConfigConfiguration for a specific tool in an MCP toolset.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaMcpToolConfig.BuilderA builder for BetaMcpToolConfig.
-
Method Summary
Modifier and Type Method Description final Optional<Boolean>deferLoading()final Optional<Boolean>enabled()final JsonField<Boolean>_deferLoading()Returns the raw JSON value of deferLoading. final JsonField<Boolean>_enabled()Returns the raw JSON value of enabled. final Map<String, JsonValue>_additionalProperties()final BetaMcpToolConfig.BuildertoBuilder()final BetaMcpToolConfigvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaMcpToolConfig.Builderbuilder()Returns a mutable builder for constructing an instance of BetaMcpToolConfig. -
-
Method Detail
-
deferLoading
final Optional<Boolean> deferLoading()
-
_deferLoading
final JsonField<Boolean> _deferLoading()
Returns the raw JSON value of deferLoading.
Unlike deferLoading, this method doesn't throw if the JSON field has an unexpected type.
-
_enabled
final JsonField<Boolean> _enabled()
Returns the raw JSON value of enabled.
Unlike enabled, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaMcpToolConfig.Builder toBuilder()
-
validate
final BetaMcpToolConfig validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaMcpToolConfig.Builder builder()
Returns a mutable builder for constructing an instance of BetaMcpToolConfig.
-
-
-
-