Class BetaManagedAgentsMemoryStore.Metadata
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMemoryStore.MetadataArbitrary key-value tags for your own bookkeeping (such as the end user a store belongs to). Up to 16 pairs; keys 1–64 characters; values up to 512 characters. Returned on retrieve/list but not filterable.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsMemoryStore.Metadata.BuilderA builder for Metadata.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsMemoryStore.Metadata.BuildertoBuilder()final BetaManagedAgentsMemoryStore.Metadatavalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsMemoryStore.Metadata.Builderbuilder()Returns a mutable builder for constructing an instance of Metadata. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsMemoryStore.Metadata.Builder toBuilder()
-
validate
final BetaManagedAgentsMemoryStore.Metadata 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 BetaManagedAgentsMemoryStore.Metadata.Builder builder()
Returns a mutable builder for constructing an instance of Metadata.
-
-
-
-