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