Class BetaManagedAgentsUnknownDeploymentPausedReasonError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsUnknownDeploymentPausedReasonErrorAn unrecognized error auto-paused the deployment. A fallback variant; matches a run whose
error.typeisunknown_error.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsUnknownDeploymentPausedReasonError.BuilderA builder for BetaManagedAgentsUnknownDeploymentPausedReasonError.
public final classBetaManagedAgentsUnknownDeploymentPausedReasonError.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsUnknownDeploymentPausedReasonError.Typetype()final JsonField<BetaManagedAgentsUnknownDeploymentPausedReasonError.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsUnknownDeploymentPausedReasonError.BuildertoBuilder()final BetaManagedAgentsUnknownDeploymentPausedReasonErrorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsUnknownDeploymentPausedReasonError.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsUnknownDeploymentPausedReasonError. -
-
Method Detail
-
_type
final JsonField<BetaManagedAgentsUnknownDeploymentPausedReasonError.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 BetaManagedAgentsUnknownDeploymentPausedReasonError.Builder toBuilder()
-
validate
final BetaManagedAgentsUnknownDeploymentPausedReasonError 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 BetaManagedAgentsUnknownDeploymentPausedReasonError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsUnknownDeploymentPausedReasonError.
The following fields are required:
.type()
-
-
-
-