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