public static interface BeamFnApi.PrimitiveTransformSplitOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RunnerApi.FunctionSpec |
getCompletedRestriction()
(Required) A function specification describing the restriction
that has been completed by the primitive transform.
|
RunnerApi.FunctionSpecOrBuilder |
getCompletedRestrictionOrBuilder()
(Required) A function specification describing the restriction
that has been completed by the primitive transform.
|
String |
getPrimitiveTransformReference()
(Required) A reference to a primitive transform with the given id that
is part of the active process bundle request with the given instruction
id.
|
com.google.protobuf.ByteString |
getPrimitiveTransformReferenceBytes()
(Required) A reference to a primitive transform with the given id that
is part of the active process bundle request with the given instruction
id.
|
RunnerApi.FunctionSpec |
getRemainingRestriction()
(Required) A function specification describing the restriction
representing the remainder of work for the primitive transform.
|
RunnerApi.FunctionSpecOrBuilder |
getRemainingRestrictionOrBuilder()
(Required) A function specification describing the restriction
representing the remainder of work for the primitive transform.
|
boolean |
hasCompletedRestriction()
(Required) A function specification describing the restriction
that has been completed by the primitive transform.
|
boolean |
hasRemainingRestriction()
(Required) A function specification describing the restriction
representing the remainder of work for the primitive transform.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPrimitiveTransformReference()
(Required) A reference to a primitive transform with the given id that is part of the active process bundle request with the given instruction id.
string primitive_transform_reference = 1;com.google.protobuf.ByteString getPrimitiveTransformReferenceBytes()
(Required) A reference to a primitive transform with the given id that is part of the active process bundle request with the given instruction id.
string primitive_transform_reference = 1;boolean hasCompletedRestriction()
(Required) A function specification describing the restriction that has been completed by the primitive transform. For example, a remote GRPC source will have a specific urn and data block containing an ElementCountRestriction.
.org.apache.beam.runner_api.v1.FunctionSpec completed_restriction = 2;RunnerApi.FunctionSpec getCompletedRestriction()
(Required) A function specification describing the restriction that has been completed by the primitive transform. For example, a remote GRPC source will have a specific urn and data block containing an ElementCountRestriction.
.org.apache.beam.runner_api.v1.FunctionSpec completed_restriction = 2;RunnerApi.FunctionSpecOrBuilder getCompletedRestrictionOrBuilder()
(Required) A function specification describing the restriction that has been completed by the primitive transform. For example, a remote GRPC source will have a specific urn and data block containing an ElementCountRestriction.
.org.apache.beam.runner_api.v1.FunctionSpec completed_restriction = 2;boolean hasRemainingRestriction()
(Required) A function specification describing the restriction representing the remainder of work for the primitive transform. FOr example, a remote GRPC source will have a specific urn and data block contain an ElemntCountSkipRestriction.
.org.apache.beam.runner_api.v1.FunctionSpec remaining_restriction = 3;RunnerApi.FunctionSpec getRemainingRestriction()
(Required) A function specification describing the restriction representing the remainder of work for the primitive transform. FOr example, a remote GRPC source will have a specific urn and data block contain an ElemntCountSkipRestriction.
.org.apache.beam.runner_api.v1.FunctionSpec remaining_restriction = 3;RunnerApi.FunctionSpecOrBuilder getRemainingRestrictionOrBuilder()
(Required) A function specification describing the restriction representing the remainder of work for the primitive transform. FOr example, a remote GRPC source will have a specific urn and data block contain an ElemntCountSkipRestriction.
.org.apache.beam.runner_api.v1.FunctionSpec remaining_restriction = 3;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.