Class BetaManagedAgentsMemoryPreconditionFailedError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMemoryPreconditionFailedError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsMemoryPreconditionFailedError.BuilderA builder for BetaManagedAgentsMemoryPreconditionFailedError.
public final classBetaManagedAgentsMemoryPreconditionFailedError.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsMemoryPreconditionFailedError.Typetype()final Optional<String>message()final JsonField<BetaManagedAgentsMemoryPreconditionFailedError.Type>_type()Returns the raw JSON value of type. final JsonField<String>_message()Returns the raw JSON value of message. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsMemoryPreconditionFailedError.BuildertoBuilder()final BetaManagedAgentsMemoryPreconditionFailedErrorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsMemoryPreconditionFailedError.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsMemoryPreconditionFailedError. -
-
Method Detail
-
type
final BetaManagedAgentsMemoryPreconditionFailedError.Type type()
-
_type
final JsonField<BetaManagedAgentsMemoryPreconditionFailedError.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected 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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsMemoryPreconditionFailedError.Builder toBuilder()
-
validate
final BetaManagedAgentsMemoryPreconditionFailedError 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 BetaManagedAgentsMemoryPreconditionFailedError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsMemoryPreconditionFailedError.
The following fields are required:
.type()
-
-
-
-