Class BetaManagedAgentsMcpToolset
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMcpToolset
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsMcpToolset.BuilderA builder for BetaManagedAgentsMcpToolset.
public final classBetaManagedAgentsMcpToolset.Type
-
Method Summary
-
-
Method Detail
-
configs
final List<BetaManagedAgentsMcpToolConfig> configs()
-
defaultConfig
final BetaManagedAgentsMcpToolsetDefaultConfig defaultConfig()
Resolved default configuration for all tools from an MCP server.
-
mcpServerName
final String mcpServerName()
-
type
final BetaManagedAgentsMcpToolset.Type type()
-
_configs
final JsonField<List<BetaManagedAgentsMcpToolConfig>> _configs()
Returns the raw JSON value of configs.
Unlike configs, this method doesn't throw if the JSON field has an unexpected type.
-
_defaultConfig
final JsonField<BetaManagedAgentsMcpToolsetDefaultConfig> _defaultConfig()
Returns the raw JSON value of defaultConfig.
Unlike defaultConfig, this method doesn't throw if the JSON field has an unexpected type.
-
_mcpServerName
final JsonField<String> _mcpServerName()
Returns the raw JSON value of mcpServerName.
Unlike mcpServerName, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsMcpToolset.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsMcpToolset.Builder toBuilder()
-
validate
final BetaManagedAgentsMcpToolset 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 BetaManagedAgentsMcpToolset.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpToolset.
The following fields are required:
.configs() .defaultConfig() .mcpServerName() .type()
-
-
-
-