Class RecipeList (3.63.0)

RecipeList(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A RecipeList contains a list of KeyRecipe\ s, which share the same schema generation.

Attributes

Name Description
schema_generation bytes
The schema generation of the recipes. To be sent to the server in RoutingHint.schema_generation whenever one of the recipes is used. schema_generation values are comparable with each other; if generation A compares greater than generation B, then A is a more recent schema than B. Clients should in general aim to cache only the latest schema generation, and discard more stale recipes.
recipe MutableSequence[google.cloud.spanner_v1.types.KeyRecipe]
A list of recipes to be cached.