public static final class RunnerApi.DisplayData.Item extends com.google.protobuf.GeneratedMessageV3 implements RunnerApi.DisplayData.ItemOrBuilder
A single item of display data.Protobuf type
org.apache.beam.runner_api.v1.DisplayData.Item| Modifier and Type | Class and Description |
|---|---|
static class |
RunnerApi.DisplayData.Item.Builder
A single item of display data.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ID_FIELD_NUMBER |
static int |
LABEL_FIELD_NUMBER |
static int |
LINK_URL_FIELD_NUMBER |
static int |
SHORT_VALUE_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RunnerApi.DisplayData.Item |
getDefaultInstance() |
RunnerApi.DisplayData.Item |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.Parser<RunnerApi.DisplayData.Item> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.Any |
getShortValue()
(Optional)
|
com.google.protobuf.AnyOrBuilder |
getShortValueOrBuilder()
(Optional)
|
RunnerApi.DisplayData.Type.Enum |
getType()
(Required)
|
int |
getTypeValue()
(Required)
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
com.google.protobuf.Any |
getValue()
(Required)
|
com.google.protobuf.AnyOrBuilder |
getValueOrBuilder()
(Required)
|
int |
hashCode() |
boolean |
hasId()
(Required)
|
boolean |
hasShortValue()
(Optional)
|
boolean |
hasValue()
(Required)
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RunnerApi.DisplayData.Item.Builder |
newBuilder() |
static RunnerApi.DisplayData.Item.Builder |
newBuilder(RunnerApi.DisplayData.Item prototype) |
RunnerApi.DisplayData.Item.Builder |
newBuilderForType() |
protected RunnerApi.DisplayData.Item.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static RunnerApi.DisplayData.Item |
parseDelimitedFrom(InputStream input) |
static RunnerApi.DisplayData.Item |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.DisplayData.Item |
parseFrom(byte[] data) |
static RunnerApi.DisplayData.Item |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.DisplayData.Item |
parseFrom(com.google.protobuf.ByteString data) |
static RunnerApi.DisplayData.Item |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.DisplayData.Item |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RunnerApi.DisplayData.Item |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.DisplayData.Item |
parseFrom(InputStream input) |
static RunnerApi.DisplayData.Item |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RunnerApi.DisplayData.Item> |
parser() |
RunnerApi.DisplayData.Item.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ID_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static final int SHORT_VALUE_FIELD_NUMBER
public static final int LABEL_FIELD_NUMBER
public static final int LINK_URL_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasId()
(Required)
.org.apache.beam.runner_api.v1.DisplayData.Identifier id = 1;hasId in interface RunnerApi.DisplayData.ItemOrBuilderpublic RunnerApi.DisplayData.Identifier getId()
(Required)
.org.apache.beam.runner_api.v1.DisplayData.Identifier id = 1;getId in interface RunnerApi.DisplayData.ItemOrBuilderpublic RunnerApi.DisplayData.IdentifierOrBuilder getIdOrBuilder()
(Required)
.org.apache.beam.runner_api.v1.DisplayData.Identifier id = 1;getIdOrBuilder in interface RunnerApi.DisplayData.ItemOrBuilderpublic int getTypeValue()
(Required)
.org.apache.beam.runner_api.v1.DisplayData.Type.Enum type = 2;getTypeValue in interface RunnerApi.DisplayData.ItemOrBuilderpublic RunnerApi.DisplayData.Type.Enum getType()
(Required)
.org.apache.beam.runner_api.v1.DisplayData.Type.Enum type = 2;getType in interface RunnerApi.DisplayData.ItemOrBuilderpublic boolean hasValue()
(Required)
.google.protobuf.Any value = 3;hasValue in interface RunnerApi.DisplayData.ItemOrBuilderpublic com.google.protobuf.Any getValue()
(Required)
.google.protobuf.Any value = 3;getValue in interface RunnerApi.DisplayData.ItemOrBuilderpublic com.google.protobuf.AnyOrBuilder getValueOrBuilder()
(Required)
.google.protobuf.Any value = 3;getValueOrBuilder in interface RunnerApi.DisplayData.ItemOrBuilderpublic boolean hasShortValue()
(Optional)
.google.protobuf.Any short_value = 4;hasShortValue in interface RunnerApi.DisplayData.ItemOrBuilderpublic com.google.protobuf.Any getShortValue()
(Optional)
.google.protobuf.Any short_value = 4;getShortValue in interface RunnerApi.DisplayData.ItemOrBuilderpublic com.google.protobuf.AnyOrBuilder getShortValueOrBuilder()
(Optional)
.google.protobuf.Any short_value = 4;getShortValueOrBuilder in interface RunnerApi.DisplayData.ItemOrBuilderpublic String getLabel()
(Optional)
string label = 5;getLabel in interface RunnerApi.DisplayData.ItemOrBuilderpublic com.google.protobuf.ByteString getLabelBytes()
(Optional)
string label = 5;getLabelBytes in interface RunnerApi.DisplayData.ItemOrBuilderpublic String getLinkUrl()
(Optional)
string link_url = 6;getLinkUrl in interface RunnerApi.DisplayData.ItemOrBuilderpublic com.google.protobuf.ByteString getLinkUrlBytes()
(Optional)
string link_url = 6;getLinkUrlBytes in interface RunnerApi.DisplayData.ItemOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RunnerApi.DisplayData.Item parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.DisplayData.Item parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.DisplayData.Item parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.DisplayData.Item parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.DisplayData.Item parseFrom(InputStream input) throws IOException
IOExceptionpublic static RunnerApi.DisplayData.Item parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunnerApi.DisplayData.Item parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RunnerApi.DisplayData.Item parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunnerApi.DisplayData.Item parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RunnerApi.DisplayData.Item parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RunnerApi.DisplayData.Item.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RunnerApi.DisplayData.Item.Builder newBuilder()
public static RunnerApi.DisplayData.Item.Builder newBuilder(RunnerApi.DisplayData.Item prototype)
public RunnerApi.DisplayData.Item.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RunnerApi.DisplayData.Item.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RunnerApi.DisplayData.Item getDefaultInstance()
public static com.google.protobuf.Parser<RunnerApi.DisplayData.Item> parser()
public com.google.protobuf.Parser<RunnerApi.DisplayData.Item> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RunnerApi.DisplayData.Item getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2016–2017 The Apache Software Foundation. All rights reserved.