public static interface BeamFnApi.StateKey.BagUserStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getKey()
(Required) The key of the currently executing element encoded in a
nested context.
|
String |
getPtransformId()
(Required) The id of the PTransform containing user state.
|
com.google.protobuf.ByteString |
getPtransformIdBytes()
(Required) The id of the PTransform containing user state.
|
String |
getUserStateId()
(Required) The id of the user state.
|
com.google.protobuf.ByteString |
getUserStateIdBytes()
(Required) The id of the user state.
|
com.google.protobuf.ByteString |
getWindow()
(Required) The window encoded in a nested context.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPtransformId()
(Required) The id of the PTransform containing user state.
string ptransform_id = 1;com.google.protobuf.ByteString getPtransformIdBytes()
(Required) The id of the PTransform containing user state.
string ptransform_id = 1;String getUserStateId()
(Required) The id of the user state.
string user_state_id = 2;com.google.protobuf.ByteString getUserStateIdBytes()
(Required) The id of the user state.
string user_state_id = 2;com.google.protobuf.ByteString getWindow()
(Required) The window encoded in a nested context.
bytes window = 3;com.google.protobuf.ByteString getKey()
(Required) The key of the currently executing element encoded in a nested context.
bytes key = 4;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.