public static final class DAGProtos.TezCounterProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<DAGProtos.TezCounterProto.Builder> implements DAGProtos.TezCounterProtoOrBuilder
TezCounterProto| Modifier and Type | Method and Description | 
|---|---|
DAGProtos.TezCounterProto | 
build()  | 
DAGProtos.TezCounterProto | 
buildPartial()  | 
DAGProtos.TezCounterProto.Builder | 
clear()  | 
DAGProtos.TezCounterProto.Builder | 
clearDisplayName()
optional string display_name = 2; | 
DAGProtos.TezCounterProto.Builder | 
clearName()
optional string name = 1; | 
DAGProtos.TezCounterProto.Builder | 
clearValue()
optional int64 value = 3; | 
DAGProtos.TezCounterProto.Builder | 
clone()  | 
DAGProtos.TezCounterProto | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
com.google.protobuf.Descriptors.Descriptor | 
getDescriptorForType()  | 
String | 
getDisplayName()
optional string display_name = 2; | 
com.google.protobuf.ByteString | 
getDisplayNameBytes()
optional string display_name = 2; | 
String | 
getName()
optional string name = 1; | 
com.google.protobuf.ByteString | 
getNameBytes()
optional string name = 1; | 
long | 
getValue()
optional int64 value = 3; | 
boolean | 
hasDisplayName()
optional string display_name = 2; | 
boolean | 
hasName()
optional string name = 1; | 
boolean | 
hasValue()
optional int64 value = 3; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
DAGProtos.TezCounterProto.Builder | 
mergeFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
DAGProtos.TezCounterProto.Builder | 
mergeFrom(DAGProtos.TezCounterProto other)  | 
DAGProtos.TezCounterProto.Builder | 
mergeFrom(com.google.protobuf.Message other)  | 
DAGProtos.TezCounterProto.Builder | 
setDisplayName(String value)
optional string display_name = 2; | 
DAGProtos.TezCounterProto.Builder | 
setDisplayNameBytes(com.google.protobuf.ByteString value)
optional string display_name = 2; | 
DAGProtos.TezCounterProto.Builder | 
setName(String value)
optional string name = 1; | 
DAGProtos.TezCounterProto.Builder | 
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1; | 
DAGProtos.TezCounterProto.Builder | 
setValue(long value)
optional int64 value = 3; | 
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.TezCounterProto.Builder>public DAGProtos.TezCounterProto.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.TezCounterProto.Builder>public DAGProtos.TezCounterProto.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.TezCounterProto.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.TezCounterProto.Builder>public DAGProtos.TezCounterProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DAGProtos.TezCounterProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DAGProtos.TezCounterProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DAGProtos.TezCounterProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DAGProtos.TezCounterProto.Builder>public DAGProtos.TezCounterProto.Builder mergeFrom(DAGProtos.TezCounterProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.TezCounterProto.Builder>public DAGProtos.TezCounterProto.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.TezCounterProto.Builder>IOExceptionpublic boolean hasName()
optional string name = 1;hasName in interface DAGProtos.TezCounterProtoOrBuilderpublic String getName()
optional string name = 1;getName in interface DAGProtos.TezCounterProtoOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 1;getNameBytes in interface DAGProtos.TezCounterProtoOrBuilderpublic DAGProtos.TezCounterProto.Builder setName(String value)
optional string name = 1;public DAGProtos.TezCounterProto.Builder clearName()
optional string name = 1;public DAGProtos.TezCounterProto.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1;public boolean hasDisplayName()
optional string display_name = 2;hasDisplayName in interface DAGProtos.TezCounterProtoOrBuilderpublic String getDisplayName()
optional string display_name = 2;getDisplayName in interface DAGProtos.TezCounterProtoOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
optional string display_name = 2;getDisplayNameBytes in interface DAGProtos.TezCounterProtoOrBuilderpublic DAGProtos.TezCounterProto.Builder setDisplayName(String value)
optional string display_name = 2;public DAGProtos.TezCounterProto.Builder clearDisplayName()
optional string display_name = 2;public DAGProtos.TezCounterProto.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
optional string display_name = 2;public boolean hasValue()
optional int64 value = 3;hasValue in interface DAGProtos.TezCounterProtoOrBuilderpublic long getValue()
optional int64 value = 3;getValue in interface DAGProtos.TezCounterProtoOrBuilderpublic DAGProtos.TezCounterProto.Builder setValue(long value)
optional int64 value = 3;public DAGProtos.TezCounterProto.Builder clearValue()
optional int64 value = 3;Copyright © 2016 Apache Software Foundation. All rights reserved.