Class BetaManagedAgentsStaticBearerAuthResponse.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsStaticBearerAuthResponse.BuilderA builder for BetaManagedAgentsStaticBearerAuthResponse.
-
-
Method Summary
-
-
Method Detail
-
mcpServerUrl
final BetaManagedAgentsStaticBearerAuthResponse.Builder mcpServerUrl(String mcpServerUrl)
URL of the MCP server this credential authenticates against.
-
mcpServerUrl
final BetaManagedAgentsStaticBearerAuthResponse.Builder mcpServerUrl(JsonField<String> mcpServerUrl)
Sets Builder.mcpServerUrl to an arbitrary JSON value.
You should usually call Builder.mcpServerUrl 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 BetaManagedAgentsStaticBearerAuthResponse.Builder type(BetaManagedAgentsStaticBearerAuthResponse.Type type)
-
type
final BetaManagedAgentsStaticBearerAuthResponse.Builder type(JsonField<BetaManagedAgentsStaticBearerAuthResponse.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 BetaManagedAgentsStaticBearerAuthResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsStaticBearerAuthResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsStaticBearerAuthResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsStaticBearerAuthResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsStaticBearerAuthResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsStaticBearerAuthResponse build()
Returns an immutable instance of BetaManagedAgentsStaticBearerAuthResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.mcpServerUrl() .type()
-
-
-
-