public static final class DAGProtos.TezCounterGroupProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<DAGProtos.TezCounterGroupProto.Builder> implements DAGProtos.TezCounterGroupProtoOrBuilder
TezCounterGroupProto| Modifier and Type | Method and Description | 
|---|---|
DAGProtos.TezCounterGroupProto.Builder | 
addAllCounters(Iterable<? extends DAGProtos.TezCounterProto> values)
repeated .TezCounterProto counters = 3; | 
DAGProtos.TezCounterGroupProto.Builder | 
addCounters(DAGProtos.TezCounterProto.Builder builderForValue)
repeated .TezCounterProto counters = 3; | 
DAGProtos.TezCounterGroupProto.Builder | 
addCounters(DAGProtos.TezCounterProto value)
repeated .TezCounterProto counters = 3; | 
DAGProtos.TezCounterGroupProto.Builder | 
addCounters(int index,
           DAGProtos.TezCounterProto.Builder builderForValue)
repeated .TezCounterProto counters = 3; | 
DAGProtos.TezCounterGroupProto.Builder | 
addCounters(int index,
           DAGProtos.TezCounterProto value)
repeated .TezCounterProto counters = 3; | 
DAGProtos.TezCounterProto.Builder | 
addCountersBuilder()
repeated .TezCounterProto counters = 3; | 
DAGProtos.TezCounterProto.Builder | 
addCountersBuilder(int index)
repeated .TezCounterProto counters = 3; | 
DAGProtos.TezCounterGroupProto | 
build()  | 
DAGProtos.TezCounterGroupProto | 
buildPartial()  | 
DAGProtos.TezCounterGroupProto.Builder | 
clear()  | 
DAGProtos.TezCounterGroupProto.Builder | 
clearCounters()
repeated .TezCounterProto counters = 3; | 
DAGProtos.TezCounterGroupProto.Builder | 
clearDisplayName()
optional string display_name = 2; | 
DAGProtos.TezCounterGroupProto.Builder | 
clearName()
optional string name = 1; | 
DAGProtos.TezCounterGroupProto.Builder | 
clone()  | 
DAGProtos.TezCounterProto | 
getCounters(int index)
repeated .TezCounterProto counters = 3; | 
DAGProtos.TezCounterProto.Builder | 
getCountersBuilder(int index)
repeated .TezCounterProto counters = 3; | 
List<DAGProtos.TezCounterProto.Builder> | 
getCountersBuilderList()
repeated .TezCounterProto counters = 3; | 
int | 
getCountersCount()
repeated .TezCounterProto counters = 3; | 
List<DAGProtos.TezCounterProto> | 
getCountersList()
repeated .TezCounterProto counters = 3; | 
DAGProtos.TezCounterProtoOrBuilder | 
getCountersOrBuilder(int index)
repeated .TezCounterProto counters = 3; | 
List<? extends DAGProtos.TezCounterProtoOrBuilder> | 
getCountersOrBuilderList()
repeated .TezCounterProto counters = 3; | 
DAGProtos.TezCounterGroupProto | 
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; | 
boolean | 
hasDisplayName()
optional string display_name = 2; | 
boolean | 
hasName()
optional string name = 1; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
DAGProtos.TezCounterGroupProto.Builder | 
mergeFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
DAGProtos.TezCounterGroupProto.Builder | 
mergeFrom(DAGProtos.TezCounterGroupProto other)  | 
DAGProtos.TezCounterGroupProto.Builder | 
mergeFrom(com.google.protobuf.Message other)  | 
DAGProtos.TezCounterGroupProto.Builder | 
removeCounters(int index)
repeated .TezCounterProto counters = 3; | 
DAGProtos.TezCounterGroupProto.Builder | 
setCounters(int index,
           DAGProtos.TezCounterProto.Builder builderForValue)
repeated .TezCounterProto counters = 3; | 
DAGProtos.TezCounterGroupProto.Builder | 
setCounters(int index,
           DAGProtos.TezCounterProto value)
repeated .TezCounterProto counters = 3; | 
DAGProtos.TezCounterGroupProto.Builder | 
setDisplayName(String value)
optional string display_name = 2; | 
DAGProtos.TezCounterGroupProto.Builder | 
setDisplayNameBytes(com.google.protobuf.ByteString value)
optional string display_name = 2; | 
DAGProtos.TezCounterGroupProto.Builder | 
setName(String value)
optional string name = 1; | 
DAGProtos.TezCounterGroupProto.Builder | 
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1; | 
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.TezCounterGroupProto.Builder>public DAGProtos.TezCounterGroupProto.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.TezCounterGroupProto.Builder>public DAGProtos.TezCounterGroupProto.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.TezCounterGroupProto.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.TezCounterGroupProto.Builder>public DAGProtos.TezCounterGroupProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DAGProtos.TezCounterGroupProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DAGProtos.TezCounterGroupProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DAGProtos.TezCounterGroupProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DAGProtos.TezCounterGroupProto.Builder>public DAGProtos.TezCounterGroupProto.Builder mergeFrom(DAGProtos.TezCounterGroupProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.TezCounterGroupProto.Builder>public DAGProtos.TezCounterGroupProto.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.TezCounterGroupProto.Builder>IOExceptionpublic boolean hasName()
optional string name = 1;hasName in interface DAGProtos.TezCounterGroupProtoOrBuilderpublic String getName()
optional string name = 1;getName in interface DAGProtos.TezCounterGroupProtoOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 1;getNameBytes in interface DAGProtos.TezCounterGroupProtoOrBuilderpublic DAGProtos.TezCounterGroupProto.Builder setName(String value)
optional string name = 1;public DAGProtos.TezCounterGroupProto.Builder clearName()
optional string name = 1;public DAGProtos.TezCounterGroupProto.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1;public boolean hasDisplayName()
optional string display_name = 2;hasDisplayName in interface DAGProtos.TezCounterGroupProtoOrBuilderpublic String getDisplayName()
optional string display_name = 2;getDisplayName in interface DAGProtos.TezCounterGroupProtoOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
optional string display_name = 2;getDisplayNameBytes in interface DAGProtos.TezCounterGroupProtoOrBuilderpublic DAGProtos.TezCounterGroupProto.Builder setDisplayName(String value)
optional string display_name = 2;public DAGProtos.TezCounterGroupProto.Builder clearDisplayName()
optional string display_name = 2;public DAGProtos.TezCounterGroupProto.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
optional string display_name = 2;public List<DAGProtos.TezCounterProto> getCountersList()
repeated .TezCounterProto counters = 3;getCountersList in interface DAGProtos.TezCounterGroupProtoOrBuilderpublic int getCountersCount()
repeated .TezCounterProto counters = 3;getCountersCount in interface DAGProtos.TezCounterGroupProtoOrBuilderpublic DAGProtos.TezCounterProto getCounters(int index)
repeated .TezCounterProto counters = 3;getCounters in interface DAGProtos.TezCounterGroupProtoOrBuilderpublic DAGProtos.TezCounterGroupProto.Builder setCounters(int index, DAGProtos.TezCounterProto value)
repeated .TezCounterProto counters = 3;public DAGProtos.TezCounterGroupProto.Builder setCounters(int index, DAGProtos.TezCounterProto.Builder builderForValue)
repeated .TezCounterProto counters = 3;public DAGProtos.TezCounterGroupProto.Builder addCounters(DAGProtos.TezCounterProto value)
repeated .TezCounterProto counters = 3;public DAGProtos.TezCounterGroupProto.Builder addCounters(int index, DAGProtos.TezCounterProto value)
repeated .TezCounterProto counters = 3;public DAGProtos.TezCounterGroupProto.Builder addCounters(DAGProtos.TezCounterProto.Builder builderForValue)
repeated .TezCounterProto counters = 3;public DAGProtos.TezCounterGroupProto.Builder addCounters(int index, DAGProtos.TezCounterProto.Builder builderForValue)
repeated .TezCounterProto counters = 3;public DAGProtos.TezCounterGroupProto.Builder addAllCounters(Iterable<? extends DAGProtos.TezCounterProto> values)
repeated .TezCounterProto counters = 3;public DAGProtos.TezCounterGroupProto.Builder clearCounters()
repeated .TezCounterProto counters = 3;public DAGProtos.TezCounterGroupProto.Builder removeCounters(int index)
repeated .TezCounterProto counters = 3;public DAGProtos.TezCounterProto.Builder getCountersBuilder(int index)
repeated .TezCounterProto counters = 3;public DAGProtos.TezCounterProtoOrBuilder getCountersOrBuilder(int index)
repeated .TezCounterProto counters = 3;getCountersOrBuilder in interface DAGProtos.TezCounterGroupProtoOrBuilderpublic List<? extends DAGProtos.TezCounterProtoOrBuilder> getCountersOrBuilderList()
repeated .TezCounterProto counters = 3;getCountersOrBuilderList in interface DAGProtos.TezCounterGroupProtoOrBuilderpublic DAGProtos.TezCounterProto.Builder addCountersBuilder()
repeated .TezCounterProto counters = 3;public DAGProtos.TezCounterProto.Builder addCountersBuilder(int index)
repeated .TezCounterProto counters = 3;public List<DAGProtos.TezCounterProto.Builder> getCountersBuilderList()
repeated .TezCounterProto counters = 3;Copyright © 2016 Apache Software Foundation. All rights reserved.