Class BetaServerToolUsage.Builder
-
- All Implemented Interfaces:
public final class BetaServerToolUsage.BuilderA builder for BetaServerToolUsage.
-
-
Method Summary
-
-
Method Detail
-
webFetchRequests
final BetaServerToolUsage.Builder webFetchRequests(Long webFetchRequests)
The number of web fetch tool requests.
-
webFetchRequests
final BetaServerToolUsage.Builder webFetchRequests(JsonField<Long> webFetchRequests)
Sets Builder.webFetchRequests to an arbitrary JSON value.
You should usually call Builder.webFetchRequests with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
webSearchRequests
final BetaServerToolUsage.Builder webSearchRequests(Long webSearchRequests)
The number of web search tool requests.
-
webSearchRequests
final BetaServerToolUsage.Builder webSearchRequests(JsonField<Long> webSearchRequests)
Sets Builder.webSearchRequests to an arbitrary JSON value.
You should usually call Builder.webSearchRequests with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaServerToolUsage.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaServerToolUsage.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaServerToolUsage.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaServerToolUsage.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaServerToolUsage.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaServerToolUsage build()
Returns an immutable instance of BetaServerToolUsage.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.webFetchRequests() .webSearchRequests()
-
-
-
-