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