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