public static interface BeamFnApi.TargetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
(Required) The local name of an input or output defined on the primitive
transform.
|
com.google.protobuf.ByteString |
getNameBytes()
(Required) The local name of an input or output defined on the primitive
transform.
|
String |
getPrimitiveTransformReference()
(Required) The id of the PrimitiveTransform which is the target.
|
com.google.protobuf.ByteString |
getPrimitiveTransformReferenceBytes()
(Required) The id of the PrimitiveTransform which is the target.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPrimitiveTransformReference()
(Required) The id of the PrimitiveTransform which is the target.
string primitive_transform_reference = 1;com.google.protobuf.ByteString getPrimitiveTransformReferenceBytes()
(Required) The id of the PrimitiveTransform which is the target.
string primitive_transform_reference = 1;String getName()
(Required) The local name of an input or output defined on the primitive transform.
string name = 2;com.google.protobuf.ByteString getNameBytes()
(Required) The local name of an input or output defined on the primitive transform.
string name = 2;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.