Class BetaManagedAgentsMultiagent.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMultiagent.BuilderA builder for BetaManagedAgentsMultiagent.
-
-
Method Summary
-
-
Method Detail
-
agents
final BetaManagedAgentsMultiagent.Builder agents(List<BetaManagedAgentsAgentReference> agents)
Agents the coordinator may spawn as session threads, each resolved to a specific version.
-
agents
final BetaManagedAgentsMultiagent.Builder agents(JsonField<List<BetaManagedAgentsAgentReference>> agents)
Sets Builder.agents to an arbitrary JSON value.
You should usually call Builder.agents with a well-typed
List<BetaManagedAgentsAgentReference>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addAgent
final BetaManagedAgentsMultiagent.Builder addAgent(BetaManagedAgentsAgentReference agent)
Adds a single BetaManagedAgentsAgentReference to agents.
-
type
final BetaManagedAgentsMultiagent.Builder type(BetaManagedAgentsMultiagent.Type type)
-
type
final BetaManagedAgentsMultiagent.Builder type(JsonField<BetaManagedAgentsMultiagent.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 BetaManagedAgentsMultiagent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsMultiagent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsMultiagent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsMultiagent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsMultiagent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsMultiagent build()
Returns an immutable instance of BetaManagedAgentsMultiagent.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.agents() .type()
-
-
-
-