public static interface BeamFnApi.StateGetResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getContinuationToken()
(Optional) If specified, represents a token which can be used with the
state API to get the next chunk of this logical byte stream.
|
com.google.protobuf.ByteString |
getData()
Represents a part of a logical byte stream.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getContinuationToken()
(Optional) If specified, represents a token which can be used with the state API to get the next chunk of this logical byte stream. The end of the logical byte stream is signalled by this field being unset.
bytes continuation_token = 1;com.google.protobuf.ByteString getData()
Represents a part of a logical byte stream. Elements within the logical byte stream are encoded in the nested context and concatenated together.
bytes data = 2;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.