Class BetaManagedAgentsUrlMcpServerParams.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsUrlMcpServerParams.BuilderA builder for BetaManagedAgentsUrlMcpServerParams.
-
-
Method Summary
-
-
Method Detail
-
name
final BetaManagedAgentsUrlMcpServerParams.Builder name(String name)
Unique name for this server, referenced by mcp_toolset configurations. 1-255 characters.
-
name
final BetaManagedAgentsUrlMcpServerParams.Builder name(JsonField<String> name)
Sets Builder.name to an arbitrary JSON value.
You should usually call Builder.name with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaManagedAgentsUrlMcpServerParams.Builder type(BetaManagedAgentsUrlMcpServerParams.Type type)
-
type
final BetaManagedAgentsUrlMcpServerParams.Builder type(JsonField<BetaManagedAgentsUrlMcpServerParams.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.
-
url
final BetaManagedAgentsUrlMcpServerParams.Builder url(String url)
Endpoint URL for the MCP server.
-
url
final BetaManagedAgentsUrlMcpServerParams.Builder url(JsonField<String> url)
Sets Builder.url to an arbitrary JSON value.
You should usually call Builder.url with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsUrlMcpServerParams.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsUrlMcpServerParams.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsUrlMcpServerParams.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsUrlMcpServerParams.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsUrlMcpServerParams.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsUrlMcpServerParams build()
Returns an immutable instance of BetaManagedAgentsUrlMcpServerParams.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.name() .type() .url()
-
-
-
-