public static final class DAGProtos.PlanKeyValuePair.Builder extends com.google.protobuf.GeneratedMessage.Builder<DAGProtos.PlanKeyValuePair.Builder> implements DAGProtos.PlanKeyValuePairOrBuilder
PlanKeyValuePair| Modifier and Type | Method and Description | 
|---|---|
DAGProtos.PlanKeyValuePair | 
build()  | 
DAGProtos.PlanKeyValuePair | 
buildPartial()  | 
DAGProtos.PlanKeyValuePair.Builder | 
clear()  | 
DAGProtos.PlanKeyValuePair.Builder | 
clearKey()
required string key = 1; | 
DAGProtos.PlanKeyValuePair.Builder | 
clearValue()
required string value = 2; | 
DAGProtos.PlanKeyValuePair.Builder | 
clone()  | 
DAGProtos.PlanKeyValuePair | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
com.google.protobuf.Descriptors.Descriptor | 
getDescriptorForType()  | 
String | 
getKey()
required string key = 1; | 
com.google.protobuf.ByteString | 
getKeyBytes()
required string key = 1; | 
String | 
getValue()
required string value = 2; | 
com.google.protobuf.ByteString | 
getValueBytes()
required string value = 2; | 
boolean | 
hasKey()
required string key = 1; | 
boolean | 
hasValue()
required string value = 2; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
DAGProtos.PlanKeyValuePair.Builder | 
mergeFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
DAGProtos.PlanKeyValuePair.Builder | 
mergeFrom(DAGProtos.PlanKeyValuePair other)  | 
DAGProtos.PlanKeyValuePair.Builder | 
mergeFrom(com.google.protobuf.Message other)  | 
DAGProtos.PlanKeyValuePair.Builder | 
setKey(String value)
required string key = 1; | 
DAGProtos.PlanKeyValuePair.Builder | 
setKeyBytes(com.google.protobuf.ByteString value)
required string key = 1; | 
DAGProtos.PlanKeyValuePair.Builder | 
setValue(String value)
required string value = 2; | 
DAGProtos.PlanKeyValuePair.Builder | 
setValueBytes(com.google.protobuf.ByteString value)
required string value = 2; | 
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.PlanKeyValuePair.Builder>public DAGProtos.PlanKeyValuePair.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.PlanKeyValuePair.Builder>public DAGProtos.PlanKeyValuePair.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.PlanKeyValuePair.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.PlanKeyValuePair.Builder>public DAGProtos.PlanKeyValuePair getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DAGProtos.PlanKeyValuePair build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DAGProtos.PlanKeyValuePair buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DAGProtos.PlanKeyValuePair.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DAGProtos.PlanKeyValuePair.Builder>public DAGProtos.PlanKeyValuePair.Builder mergeFrom(DAGProtos.PlanKeyValuePair other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.PlanKeyValuePair.Builder>public DAGProtos.PlanKeyValuePair.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DAGProtos.PlanKeyValuePair.Builder>IOExceptionpublic boolean hasKey()
required string key = 1;hasKey in interface DAGProtos.PlanKeyValuePairOrBuilderpublic String getKey()
required string key = 1;getKey in interface DAGProtos.PlanKeyValuePairOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
required string key = 1;getKeyBytes in interface DAGProtos.PlanKeyValuePairOrBuilderpublic DAGProtos.PlanKeyValuePair.Builder setKey(String value)
required string key = 1;public DAGProtos.PlanKeyValuePair.Builder clearKey()
required string key = 1;public DAGProtos.PlanKeyValuePair.Builder setKeyBytes(com.google.protobuf.ByteString value)
required string key = 1;public boolean hasValue()
required string value = 2;hasValue in interface DAGProtos.PlanKeyValuePairOrBuilderpublic String getValue()
required string value = 2;getValue in interface DAGProtos.PlanKeyValuePairOrBuilderpublic com.google.protobuf.ByteString getValueBytes()
required string value = 2;getValueBytes in interface DAGProtos.PlanKeyValuePairOrBuilderpublic DAGProtos.PlanKeyValuePair.Builder setValue(String value)
required string value = 2;public DAGProtos.PlanKeyValuePair.Builder clearValue()
required string value = 2;public DAGProtos.PlanKeyValuePair.Builder setValueBytes(com.google.protobuf.ByteString value)
required string value = 2;Copyright © 2016 Apache Software Foundation. All rights reserved.