Class BetaManagedAgentsAgentToolset20260401.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAgentToolset20260401.BuilderA builder for BetaManagedAgentsAgentToolset20260401.
-
-
Method Summary
-
-
Method Detail
-
configs
final BetaManagedAgentsAgentToolset20260401.Builder configs(List<BetaManagedAgentsAgentToolConfig> configs)
-
configs
final BetaManagedAgentsAgentToolset20260401.Builder configs(JsonField<List<BetaManagedAgentsAgentToolConfig>> configs)
Sets Builder.configs to an arbitrary JSON value.
You should usually call Builder.configs with a well-typed
List<BetaManagedAgentsAgentToolConfig>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addConfig
final BetaManagedAgentsAgentToolset20260401.Builder addConfig(BetaManagedAgentsAgentToolConfig config)
Adds a single BetaManagedAgentsAgentToolConfig to configs.
-
defaultConfig
final BetaManagedAgentsAgentToolset20260401.Builder defaultConfig(BetaManagedAgentsAgentToolsetDefaultConfig defaultConfig)
Resolved default configuration for agent tools.
-
defaultConfig
final BetaManagedAgentsAgentToolset20260401.Builder defaultConfig(JsonField<BetaManagedAgentsAgentToolsetDefaultConfig> defaultConfig)
Sets Builder.defaultConfig to an arbitrary JSON value.
You should usually call Builder.defaultConfig with a well-typed BetaManagedAgentsAgentToolsetDefaultConfig value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaManagedAgentsAgentToolset20260401.Builder type(BetaManagedAgentsAgentToolset20260401.Type type)
-
type
final BetaManagedAgentsAgentToolset20260401.Builder type(JsonField<BetaManagedAgentsAgentToolset20260401.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsAgentToolset20260401.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsAgentToolset20260401.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsAgentToolset20260401.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsAgentToolset20260401.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsAgentToolset20260401.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsAgentToolset20260401 build()
Returns an immutable instance of BetaManagedAgentsAgentToolset20260401.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.configs() .defaultConfig() .type()
-
-
-
-