Class BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonErrorAn 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 classBetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.BuilderA builder for BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.
public final classBetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Typetype()final JsonField<BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.BuildertoBuilder()final BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonErrorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError. -
-
Method Detail
-
_type
final JsonField<BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.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()
-
validate
final BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError 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 BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsMcpEgressBlockedDeploymentPausedReasonError.
The following fields are required:
.type()
-
-
-
-