Class BetaManagedAgentsErrorDeploymentPausedReason
-
- All Implemented Interfaces:
public final class BetaManagedAgentsErrorDeploymentPausedReasonA scheduled fire recorded a failed run whose error auto-pauses the deployment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsErrorDeploymentPausedReason.BuilderA builder for BetaManagedAgentsErrorDeploymentPausedReason.
public final classBetaManagedAgentsErrorDeploymentPausedReason.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsDeploymentPausedReasonErrorerror()The error that triggered an auto-pause. final BetaManagedAgentsErrorDeploymentPausedReason.Typetype()final JsonField<BetaManagedAgentsDeploymentPausedReasonError>_error()Returns the raw JSON value of error. final JsonField<BetaManagedAgentsErrorDeploymentPausedReason.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsErrorDeploymentPausedReason.BuildertoBuilder()final BetaManagedAgentsErrorDeploymentPausedReasonvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsErrorDeploymentPausedReason.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsErrorDeploymentPausedReason. -
-
Method Detail
-
error
final BetaManagedAgentsDeploymentPausedReasonError error()
The error that triggered an auto-pause. Matches the failed run's
error.type.
-
type
final BetaManagedAgentsErrorDeploymentPausedReason.Type type()
-
_error
final JsonField<BetaManagedAgentsDeploymentPausedReasonError> _error()
Returns the raw JSON value of error.
Unlike error, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsErrorDeploymentPausedReason.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 BetaManagedAgentsErrorDeploymentPausedReason.Builder toBuilder()
-
validate
final BetaManagedAgentsErrorDeploymentPausedReason 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 BetaManagedAgentsErrorDeploymentPausedReason.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsErrorDeploymentPausedReason.
The following fields are required:
.error() .type()
-
-
-
-