You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A cache token which can be used by an SDK to check for the validity
272
-
// of cached elements which have a cache token associated.
271
+
// Contains the cache token and also defines the scope of what the token applies to.
272
+
//
273
+
// See https://s.apache.org/beam-fn-state-api-and-bundle-processing#heading=h.7ghoih5aig5m
274
+
// for additional details on how to use the cache token with the State API
275
+
// to cache data across bundle boundaries.
273
276
messageCacheToken {
274
277
275
278
// A flag to indicate a cache token is valid for all user state.
// The cache token identifier which should be globally unique.
295
+
// An opaque token used with the StateKey to create a globally unique
296
+
// identifier.
293
297
bytestoken=10;
294
298
}
295
299
296
300
// (Optional) A list of cache tokens that can be used by an SDK to reuse
297
301
// cached data returned by the State API across multiple bundles.
302
+
//
303
+
// See https://s.apache.org/beam-fn-state-api-and-bundle-processing#heading=h.7ghoih5aig5m
304
+
// for additional details on how to use the cache token with the State API
305
+
// to cache data across bundle boundaries.
298
306
repeatedCacheTokencache_tokens=2;
299
307
300
308
// (Optional) Elements to be processed with the bundle. Either all or
0 commit comments