org.apache.tez.dag.api.records
Class DAGProtos.TezCounterGroupProto.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<DAGProtos.TezCounterGroupProto.Builder>
              extended by org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, DAGProtos.TezCounterGroupProtoOrBuilder
Enclosing class:
DAGProtos.TezCounterGroupProto

public static final class DAGProtos.TezCounterGroupProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<DAGProtos.TezCounterGroupProto.Builder>
implements DAGProtos.TezCounterGroupProtoOrBuilder

Protobuf type TezCounterGroupProto


Method Summary
 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;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.TezCounterGroupProto.Builder>

clear

public DAGProtos.TezCounterGroupProto.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.TezCounterGroupProto.Builder>

clone

public DAGProtos.TezCounterGroupProto.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.TezCounterGroupProto.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.TezCounterGroupProto.Builder>

getDefaultInstanceForType

public DAGProtos.TezCounterGroupProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public DAGProtos.TezCounterGroupProto build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public DAGProtos.TezCounterGroupProto buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public DAGProtos.TezCounterGroupProto.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DAGProtos.TezCounterGroupProto.Builder>

mergeFrom

public DAGProtos.TezCounterGroupProto.Builder mergeFrom(DAGProtos.TezCounterGroupProto other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.TezCounterGroupProto.Builder>

mergeFrom

public DAGProtos.TezCounterGroupProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DAGProtos.TezCounterGroupProto.Builder>
Throws:
IOException

hasName

public boolean hasName()
optional string name = 1;

Specified by:
hasName in interface DAGProtos.TezCounterGroupProtoOrBuilder

getName

public String getName()
optional string name = 1;

Specified by:
getName in interface DAGProtos.TezCounterGroupProtoOrBuilder

getNameBytes

public com.google.protobuf.ByteString getNameBytes()
optional string name = 1;

Specified by:
getNameBytes in interface DAGProtos.TezCounterGroupProtoOrBuilder

setName

public DAGProtos.TezCounterGroupProto.Builder setName(String value)
optional string name = 1;


clearName

public DAGProtos.TezCounterGroupProto.Builder clearName()
optional string name = 1;


setNameBytes

public DAGProtos.TezCounterGroupProto.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1;


hasDisplayName

public boolean hasDisplayName()
optional string display_name = 2;

Specified by:
hasDisplayName in interface DAGProtos.TezCounterGroupProtoOrBuilder

getDisplayName

public String getDisplayName()
optional string display_name = 2;

Specified by:
getDisplayName in interface DAGProtos.TezCounterGroupProtoOrBuilder

getDisplayNameBytes

public com.google.protobuf.ByteString getDisplayNameBytes()
optional string display_name = 2;

Specified by:
getDisplayNameBytes in interface DAGProtos.TezCounterGroupProtoOrBuilder

setDisplayName

public DAGProtos.TezCounterGroupProto.Builder setDisplayName(String value)
optional string display_name = 2;


clearDisplayName

public DAGProtos.TezCounterGroupProto.Builder clearDisplayName()
optional string display_name = 2;


setDisplayNameBytes

public DAGProtos.TezCounterGroupProto.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
optional string display_name = 2;


getCountersList

public List<DAGProtos.TezCounterProto> getCountersList()
repeated .TezCounterProto counters = 3;

Specified by:
getCountersList in interface DAGProtos.TezCounterGroupProtoOrBuilder

getCountersCount

public int getCountersCount()
repeated .TezCounterProto counters = 3;

Specified by:
getCountersCount in interface DAGProtos.TezCounterGroupProtoOrBuilder

getCounters

public DAGProtos.TezCounterProto getCounters(int index)
repeated .TezCounterProto counters = 3;

Specified by:
getCounters in interface DAGProtos.TezCounterGroupProtoOrBuilder

setCounters

public DAGProtos.TezCounterGroupProto.Builder setCounters(int index,
                                                          DAGProtos.TezCounterProto value)
repeated .TezCounterProto counters = 3;


setCounters

public DAGProtos.TezCounterGroupProto.Builder setCounters(int index,
                                                          DAGProtos.TezCounterProto.Builder builderForValue)
repeated .TezCounterProto counters = 3;


addCounters

public DAGProtos.TezCounterGroupProto.Builder addCounters(DAGProtos.TezCounterProto value)
repeated .TezCounterProto counters = 3;


addCounters

public DAGProtos.TezCounterGroupProto.Builder addCounters(int index,
                                                          DAGProtos.TezCounterProto value)
repeated .TezCounterProto counters = 3;


addCounters

public DAGProtos.TezCounterGroupProto.Builder addCounters(DAGProtos.TezCounterProto.Builder builderForValue)
repeated .TezCounterProto counters = 3;


addCounters

public DAGProtos.TezCounterGroupProto.Builder addCounters(int index,
                                                          DAGProtos.TezCounterProto.Builder builderForValue)
repeated .TezCounterProto counters = 3;


addAllCounters

public DAGProtos.TezCounterGroupProto.Builder addAllCounters(Iterable<? extends DAGProtos.TezCounterProto> values)
repeated .TezCounterProto counters = 3;


clearCounters

public DAGProtos.TezCounterGroupProto.Builder clearCounters()
repeated .TezCounterProto counters = 3;


removeCounters

public DAGProtos.TezCounterGroupProto.Builder removeCounters(int index)
repeated .TezCounterProto counters = 3;


getCountersBuilder

public DAGProtos.TezCounterProto.Builder getCountersBuilder(int index)
repeated .TezCounterProto counters = 3;


getCountersOrBuilder

public DAGProtos.TezCounterProtoOrBuilder getCountersOrBuilder(int index)
repeated .TezCounterProto counters = 3;

Specified by:
getCountersOrBuilder in interface DAGProtos.TezCounterGroupProtoOrBuilder

getCountersOrBuilderList

public List<? extends DAGProtos.TezCounterProtoOrBuilder> getCountersOrBuilderList()
repeated .TezCounterProto counters = 3;

Specified by:
getCountersOrBuilderList in interface DAGProtos.TezCounterGroupProtoOrBuilder

addCountersBuilder

public DAGProtos.TezCounterProto.Builder addCountersBuilder()
repeated .TezCounterProto counters = 3;


addCountersBuilder

public DAGProtos.TezCounterProto.Builder addCountersBuilder(int index)
repeated .TezCounterProto counters = 3;


getCountersBuilderList

public List<DAGProtos.TezCounterProto.Builder> getCountersBuilderList()
repeated .TezCounterProto counters = 3;



Copyright © 2014 Apache Software Foundation. All rights reserved.