Class BetaManagedAgentsMcpProbe
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMcpProbeThe failing step of an MCP validation probe.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsMcpProbe.BuilderA builder for BetaManagedAgentsMcpProbe.
-
Method Summary
Modifier and Type Method Description final Optional<BetaManagedAgentsRefreshHttpResponse>httpResponse()An HTTP response captured during a credential validation probe. final Stringmethod()The MCP method that failed (for example initializeortools/list).final JsonField<BetaManagedAgentsRefreshHttpResponse>_httpResponse()Returns the raw JSON value of httpResponse. final JsonField<String>_method()Returns the raw JSON value of method. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsMcpProbe.BuildertoBuilder()final BetaManagedAgentsMcpProbevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsMcpProbe.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpProbe. -
-
Method Detail
-
httpResponse
final Optional<BetaManagedAgentsRefreshHttpResponse> httpResponse()
An HTTP response captured during a credential validation probe.
-
_httpResponse
final JsonField<BetaManagedAgentsRefreshHttpResponse> _httpResponse()
Returns the raw JSON value of httpResponse.
Unlike httpResponse, this method doesn't throw if the JSON field has an unexpected type.
-
_method
final JsonField<String> _method()
Returns the raw JSON value of method.
Unlike method, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsMcpProbe.Builder toBuilder()
-
validate
final BetaManagedAgentsMcpProbe validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsMcpProbe.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpProbe.
The following fields are required:
.httpResponse() .method()
-
-
-
-