public static interface RunnerApi.DisplayData.ItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RunnerApi.DisplayData.Identifier |
getId()
(Required)
|
RunnerApi.DisplayData.IdentifierOrBuilder |
getIdOrBuilder()
(Required)
|
String |
getLabel()
(Optional)
|
com.google.protobuf.ByteString |
getLabelBytes()
(Optional)
|
String |
getLinkUrl()
(Optional)
|
com.google.protobuf.ByteString |
getLinkUrlBytes()
(Optional)
|
com.google.protobuf.Any |
getShortValue()
(Optional)
|
com.google.protobuf.AnyOrBuilder |
getShortValueOrBuilder()
(Optional)
|
RunnerApi.DisplayData.Type.Enum |
getType()
(Required)
|
int |
getTypeValue()
(Required)
|
com.google.protobuf.Any |
getValue()
(Required)
|
com.google.protobuf.AnyOrBuilder |
getValueOrBuilder()
(Required)
|
boolean |
hasId()
(Required)
|
boolean |
hasShortValue()
(Optional)
|
boolean |
hasValue()
(Required)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
(Required)
.org.apache.beam.runner_api.v1.DisplayData.Identifier id = 1;RunnerApi.DisplayData.Identifier getId()
(Required)
.org.apache.beam.runner_api.v1.DisplayData.Identifier id = 1;RunnerApi.DisplayData.IdentifierOrBuilder getIdOrBuilder()
(Required)
.org.apache.beam.runner_api.v1.DisplayData.Identifier id = 1;int getTypeValue()
(Required)
.org.apache.beam.runner_api.v1.DisplayData.Type.Enum type = 2;RunnerApi.DisplayData.Type.Enum getType()
(Required)
.org.apache.beam.runner_api.v1.DisplayData.Type.Enum type = 2;boolean hasValue()
(Required)
.google.protobuf.Any value = 3;com.google.protobuf.Any getValue()
(Required)
.google.protobuf.Any value = 3;com.google.protobuf.AnyOrBuilder getValueOrBuilder()
(Required)
.google.protobuf.Any value = 3;boolean hasShortValue()
(Optional)
.google.protobuf.Any short_value = 4;com.google.protobuf.Any getShortValue()
(Optional)
.google.protobuf.Any short_value = 4;com.google.protobuf.AnyOrBuilder getShortValueOrBuilder()
(Optional)
.google.protobuf.Any short_value = 4;String getLabel()
(Optional)
string label = 5;com.google.protobuf.ByteString getLabelBytes()
(Optional)
string label = 5;String getLinkUrl()
(Optional)
string link_url = 6;com.google.protobuf.ByteString getLinkUrlBytes()
(Optional)
string link_url = 6;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.