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