Class BetaManagedAgentsMcpProbe.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMcpProbe.BuilderA builder for BetaManagedAgentsMcpProbe.
-
-
Method Summary
-
-
Method Detail
-
httpResponse
final BetaManagedAgentsMcpProbe.Builder httpResponse(BetaManagedAgentsRefreshHttpResponse httpResponse)
An HTTP response captured during a credential validation probe.
-
httpResponse
final BetaManagedAgentsMcpProbe.Builder httpResponse(Optional<BetaManagedAgentsRefreshHttpResponse> httpResponse)
Alias for calling Builder.httpResponse with
httpResponse.orElse(null).
-
httpResponse
final BetaManagedAgentsMcpProbe.Builder httpResponse(JsonField<BetaManagedAgentsRefreshHttpResponse> httpResponse)
Sets Builder.httpResponse to an arbitrary JSON value.
You should usually call Builder.httpResponse with a well-typed BetaManagedAgentsRefreshHttpResponse value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
method
final BetaManagedAgentsMcpProbe.Builder method(String method)
The MCP method that failed (for example
initializeortools/list).
-
method
final BetaManagedAgentsMcpProbe.Builder method(JsonField<String> method)
Sets Builder.method to an arbitrary JSON value.
You should usually call Builder.method 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 BetaManagedAgentsMcpProbe.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsMcpProbe.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsMcpProbe.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsMcpProbe.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsMcpProbe.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsMcpProbe build()
Returns an immutable instance of BetaManagedAgentsMcpProbe.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.httpResponse() .method()
-
-
-
-