public static interface RunnerApi.DisplayData.IdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
string key = 3; |
com.google.protobuf.ByteString |
getKeyBytes()
string key = 3; |
String |
getTransformId()
(Required) The transform originating this display data.
|
com.google.protobuf.ByteString |
getTransformIdBytes()
(Required) The transform originating this display data.
|
String |
getTransformUrn()
(Optional) The URN indicating the type of the originating transform,
if there is one.
|
com.google.protobuf.ByteString |
getTransformUrnBytes()
(Optional) The URN indicating the type of the originating transform,
if there is one.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTransformId()
(Required) The transform originating this display data.
string transform_id = 1;com.google.protobuf.ByteString getTransformIdBytes()
(Required) The transform originating this display data.
string transform_id = 1;String getTransformUrn()
(Optional) The URN indicating the type of the originating transform, if there is one.
string transform_urn = 2;com.google.protobuf.ByteString getTransformUrnBytes()
(Optional) The URN indicating the type of the originating transform, if there is one.
string transform_urn = 2;String getKey()
string key = 3;com.google.protobuf.ByteString getKeyBytes()
string key = 3;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.