Class BetaManagedAgentsMemoryPathConflictError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMemoryPathConflictError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsMemoryPathConflictError.BuilderA builder for BetaManagedAgentsMemoryPathConflictError.
public final classBetaManagedAgentsMemoryPathConflictError.Type
-
Method Summary
-
-
Method Detail
-
type
final BetaManagedAgentsMemoryPathConflictError.Type type()
-
conflictingMemoryId
final Optional<String> conflictingMemoryId()
-
conflictingPath
final Optional<String> conflictingPath()
-
_type
final JsonField<BetaManagedAgentsMemoryPathConflictError.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_conflictingMemoryId
final JsonField<String> _conflictingMemoryId()
Returns the raw JSON value of conflictingMemoryId.
Unlike conflictingMemoryId, this method doesn't throw if the JSON field has an unexpected type.
-
_conflictingPath
final JsonField<String> _conflictingPath()
Returns the raw JSON value of conflictingPath.
Unlike conflictingPath, 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 BetaManagedAgentsMemoryPathConflictError.Builder toBuilder()
-
validate
final BetaManagedAgentsMemoryPathConflictError 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 BetaManagedAgentsMemoryPathConflictError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsMemoryPathConflictError.
The following fields are required:
.type()
-
-
-
-