Class BetaManagedAgentsCustomToolInputSchema
-
- All Implemented Interfaces:
public final class BetaManagedAgentsCustomToolInputSchemaJSON Schema for custom tool input parameters.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsCustomToolInputSchema.BuilderA builder for BetaManagedAgentsCustomToolInputSchema.
public final classBetaManagedAgentsCustomToolInputSchema.Properties
-
Method Summary
Modifier and Type Method Description final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("object")final Optional<BetaManagedAgentsCustomToolInputSchema.Properties>properties()final Optional<List<String>>required()final JsonField<BetaManagedAgentsCustomToolInputSchema.Properties>_properties()Returns the raw JSON value of properties. final JsonField<List<String>>_required()Returns the raw JSON value of required. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsCustomToolInputSchema.BuildertoBuilder()final BetaManagedAgentsCustomToolInputSchemavalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsCustomToolInputSchema.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsCustomToolInputSchema. -
-
Method Detail
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("object")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
properties
final Optional<BetaManagedAgentsCustomToolInputSchema.Properties> properties()
-
_properties
final JsonField<BetaManagedAgentsCustomToolInputSchema.Properties> _properties()
Returns the raw JSON value of properties.
Unlike properties, this method doesn't throw if the JSON field has an unexpected type.
-
_required
final JsonField<List<String>> _required()
Returns the raw JSON value of required.
Unlike required, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsCustomToolInputSchema.Builder toBuilder()
-
validate
final BetaManagedAgentsCustomToolInputSchema 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 BetaManagedAgentsCustomToolInputSchema.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsCustomToolInputSchema.
-
-
-
-