public static interface BeamFnApi.StateKey.MultimapSideInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getKey()
(Required) The key encoded in a nested context.
|
String |
getPtransformId()
(Required) The id of the PTransform containing a side input.
|
com.google.protobuf.ByteString |
getPtransformIdBytes()
(Required) The id of the PTransform containing a side input.
|
String |
getSideInputId()
(Required) The id of the side input.
|
com.google.protobuf.ByteString |
getSideInputIdBytes()
(Required) The id of the side input.
|
com.google.protobuf.ByteString |
getWindow()
(Required) The window (after mapping the currently executing elements
window into the side input windows domain) 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 a side input.
string ptransform_id = 1;com.google.protobuf.ByteString getPtransformIdBytes()
(Required) The id of the PTransform containing a side input.
string ptransform_id = 1;String getSideInputId()
(Required) The id of the side input.
string side_input_id = 2;com.google.protobuf.ByteString getSideInputIdBytes()
(Required) The id of the side input.
string side_input_id = 2;com.google.protobuf.ByteString getWindow()
(Required) The window (after mapping the currently executing elements window into the side input windows domain) encoded in a nested context.
bytes window = 3;com.google.protobuf.ByteString getKey()
(Required) The key encoded in a nested context.
bytes key = 4;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.