Class BetaServerToolUsage
-
- All Implemented Interfaces:
public final class BetaServerToolUsage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaServerToolUsage.BuilderA builder for BetaServerToolUsage.
-
Method Summary
Modifier and Type Method Description final LongwebSearchRequests()The number of web search tool requests. final JsonField<Long>_webSearchRequests()Returns the raw JSON value of webSearchRequests. final Map<String, JsonValue>_additionalProperties()final BetaServerToolUsage.BuildertoBuilder()final BetaServerToolUsagevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaServerToolUsage.Builderbuilder()Returns a mutable builder for constructing an instance of BetaServerToolUsage. -
-
Method Detail
-
webSearchRequests
final Long webSearchRequests()
The number of web search tool requests.
-
_webSearchRequests
final JsonField<Long> _webSearchRequests()
Returns the raw JSON value of webSearchRequests.
Unlike webSearchRequests, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaServerToolUsage.Builder toBuilder()
-
validate
final BetaServerToolUsage validate()
-
builder
final static BetaServerToolUsage.Builder builder()
Returns a mutable builder for constructing an instance of BetaServerToolUsage.
The following fields are required:
.webSearchRequests()
-
-
-
-