Class BetaManagedAgentsMcpEgressBlockedRunError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMcpEgressBlockedRunErrorAn MCP server host used by the deployment's agent is blocked by the environment's network policy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsMcpEgressBlockedRunError.BuilderA builder for BetaManagedAgentsMcpEgressBlockedRunError.
public final classBetaManagedAgentsMcpEgressBlockedRunError.Type
-
Method Summary
Modifier and Type Method Description final Stringmessage()Human-readable error description. final BetaManagedAgentsMcpEgressBlockedRunError.Typetype()final JsonField<String>_message()Returns the raw JSON value of message. final JsonField<BetaManagedAgentsMcpEgressBlockedRunError.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsMcpEgressBlockedRunError.BuildertoBuilder()final BetaManagedAgentsMcpEgressBlockedRunErrorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsMcpEgressBlockedRunError.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpEgressBlockedRunError. -
-
Method Detail
-
type
final BetaManagedAgentsMcpEgressBlockedRunError.Type type()
-
_message
final JsonField<String> _message()
Returns the raw JSON value of message.
Unlike message, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsMcpEgressBlockedRunError.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsMcpEgressBlockedRunError.Builder toBuilder()
-
validate
final BetaManagedAgentsMcpEgressBlockedRunError 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 BetaManagedAgentsMcpEgressBlockedRunError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpEgressBlockedRunError.
The following fields are required:
.message() .type()
-
-
-
-