Class BetaManagedAgentsMemoryPrefix
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMemoryPrefixA rolled-up directory marker returned by /en/api/beta/memory_stores/memories/list when
depthis set. Indicates that one or more memories exist deeper than the requested depth under this prefix. This is a list-time rollup, not a stored resource; it has no ID and no lifecycle. Each prefix counts toward the pagelimitand interleaves withmemoryitems in path order.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsMemoryPrefix.BuilderA builder for BetaManagedAgentsMemoryPrefix.
public final classBetaManagedAgentsMemoryPrefix.Type
-
Method Summary
Modifier and Type Method Description final Stringpath()The rolled-up path prefix, including a trailing /(e.g.final BetaManagedAgentsMemoryPrefix.Typetype()final JsonField<String>_path()Returns the raw JSON value of path. final JsonField<BetaManagedAgentsMemoryPrefix.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsMemoryPrefix.BuildertoBuilder()final BetaManagedAgentsMemoryPrefixvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsMemoryPrefix.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsMemoryPrefix. -
-
Method Detail
-
path
final String path()
The rolled-up path prefix, including a trailing
/(e.g./projects/foo/). Pass this value aspath_prefixon a subsequent list call to drill into the directory.
-
type
final BetaManagedAgentsMemoryPrefix.Type type()
-
_path
final JsonField<String> _path()
Returns the raw JSON value of path.
Unlike path, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsMemoryPrefix.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 BetaManagedAgentsMemoryPrefix.Builder toBuilder()
-
validate
final BetaManagedAgentsMemoryPrefix 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 BetaManagedAgentsMemoryPrefix.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsMemoryPrefix.
The following fields are required:
.path() .type()
-
-
-
-