public static interface RunnerApi.WindowIntoPayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RunnerApi.SdkFunctionSpec |
getWindowFn()
(Required) The SdkFunctionSpec of the WindowFn.
|
RunnerApi.SdkFunctionSpecOrBuilder |
getWindowFnOrBuilder()
(Required) The SdkFunctionSpec of the WindowFn.
|
boolean |
hasWindowFn()
(Required) The SdkFunctionSpec of the WindowFn.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWindowFn()
(Required) The SdkFunctionSpec of the WindowFn.
.org.apache.beam.runner_api.v1.SdkFunctionSpec window_fn = 1;RunnerApi.SdkFunctionSpec getWindowFn()
(Required) The SdkFunctionSpec of the WindowFn.
.org.apache.beam.runner_api.v1.SdkFunctionSpec window_fn = 1;RunnerApi.SdkFunctionSpecOrBuilder getWindowFnOrBuilder()
(Required) The SdkFunctionSpec of the WindowFn.
.org.apache.beam.runner_api.v1.SdkFunctionSpec window_fn = 1;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.