Class MemoryStoreCreateParams.Metadata
-
- All Implemented Interfaces:
public final class MemoryStoreCreateParams.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. Not visible to the agent.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMemoryStoreCreateParams.Metadata.BuilderA builder for Metadata.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final MemoryStoreCreateParams.Metadata.BuildertoBuilder()final MemoryStoreCreateParams.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 MemoryStoreCreateParams.Metadata.Builderbuilder()Returns a mutable builder for constructing an instance of Metadata. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MemoryStoreCreateParams.Metadata.Builder toBuilder()
-
validate
final MemoryStoreCreateParams.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 MemoryStoreCreateParams.Metadata.Builder builder()
Returns a mutable builder for constructing an instance of Metadata.
-
-
-
-