Class BetaManagedAgentsAgentToolConfig
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAgentToolConfigConfiguration for a specific agent tool.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsAgentToolConfig.BuilderA builder for BetaManagedAgentsAgentToolConfig.
public final classBetaManagedAgentsAgentToolConfig.NameBuilt-in agent tool identifier.
public final classBetaManagedAgentsAgentToolConfig.PermissionPolicyPermission policy for tool execution.
-
Method Summary
-
-
Method Detail
-
name
final BetaManagedAgentsAgentToolConfig.Name name()
Built-in agent tool identifier.
-
permissionPolicy
final BetaManagedAgentsAgentToolConfig.PermissionPolicy permissionPolicy()
Permission policy for tool execution.
-
_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.
-
_name
final JsonField<BetaManagedAgentsAgentToolConfig.Name> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_permissionPolicy
final JsonField<BetaManagedAgentsAgentToolConfig.PermissionPolicy> _permissionPolicy()
Returns the raw JSON value of permissionPolicy.
Unlike permissionPolicy, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsAgentToolConfig.Builder toBuilder()
-
validate
final BetaManagedAgentsAgentToolConfig 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 BetaManagedAgentsAgentToolConfig.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolConfig.
The following fields are required:
.enabled() .name() .permissionPolicy()
-
-
-
-