Class BetaManagedAgentsAgentToolset20260401
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAgentToolset20260401
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsAgentToolset20260401.BuilderA builder for BetaManagedAgentsAgentToolset20260401.
public final classBetaManagedAgentsAgentToolset20260401.Type
-
Method Summary
-
-
Method Detail
-
configs
final List<BetaManagedAgentsAgentToolConfig> configs()
-
defaultConfig
final BetaManagedAgentsAgentToolsetDefaultConfig defaultConfig()
Resolved default configuration for agent tools.
-
type
final BetaManagedAgentsAgentToolset20260401.Type type()
-
_configs
final JsonField<List<BetaManagedAgentsAgentToolConfig>> _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<BetaManagedAgentsAgentToolsetDefaultConfig> _defaultConfig()
Returns the raw JSON value of defaultConfig.
Unlike defaultConfig, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsAgentToolset20260401.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 BetaManagedAgentsAgentToolset20260401.Builder toBuilder()
-
validate
final BetaManagedAgentsAgentToolset20260401 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 BetaManagedAgentsAgentToolset20260401.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolset20260401.
The following fields are required:
.configs() .defaultConfig() .type()
-
-
-
-