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