com.google.javascript.jscomp
Class Instrumentation.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<Instrumentation.Builder>
              extended by com.google.javascript.jscomp.Instrumentation.Builder
All Implemented Interfaces:
InstrumentationOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
Instrumentation

public static final class Instrumentation.Builder
extends com.google.protobuf.GeneratedMessage.Builder<Instrumentation.Builder>
implements InstrumentationOrBuilder


Method Summary
 Instrumentation.Builder addAllDeclarationToRemove(Iterable<String> values)
           
 Instrumentation.Builder addAllInit(Iterable<String> values)
           
 Instrumentation.Builder addDeclarationToRemove(String value)
           
 Instrumentation.Builder addInit(String value)
           
 Instrumentation build()
           
 Instrumentation buildPartial()
           
 Instrumentation.Builder clear()
           
 Instrumentation.Builder clearAppNameSetter()
           
 Instrumentation.Builder clearDeclarationToRemove()
           
 Instrumentation.Builder clearInit()
           
 Instrumentation.Builder clearReportCall()
           
 Instrumentation.Builder clearReportDefined()
           
 Instrumentation.Builder clearReportExit()
           
 Instrumentation.Builder clone()
           
 String getAppNameSetter()
           
 String getDeclarationToRemove(int index)
           
 int getDeclarationToRemoveCount()
           
 List<String> getDeclarationToRemoveList()
           
 Instrumentation getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getInit(int index)
           
 int getInitCount()
           
 List<String> getInitList()
           
 String getReportCall()
           
 String getReportDefined()
           
 String getReportExit()
           
 boolean hasAppNameSetter()
           
 boolean hasReportCall()
           
 boolean hasReportDefined()
           
 boolean hasReportExit()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 Instrumentation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 Instrumentation.Builder mergeFrom(Instrumentation other)
           
 Instrumentation.Builder mergeFrom(com.google.protobuf.Message other)
           
 Instrumentation.Builder setAppNameSetter(String value)
           
 Instrumentation.Builder setDeclarationToRemove(int index, String value)
           
 Instrumentation.Builder setInit(int index, String value)
           
 Instrumentation.Builder setReportCall(String value)
           
 Instrumentation.Builder setReportDefined(String value)
           
 Instrumentation.Builder setReportExit(String value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
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
getAllFields, getField, 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<Instrumentation.Builder>

clear

public Instrumentation.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<Instrumentation.Builder>

clone

public Instrumentation.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<Instrumentation.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<Instrumentation.Builder>

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

public Instrumentation.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<Instrumentation.Builder>

mergeFrom

public Instrumentation.Builder mergeFrom(Instrumentation other)

isInitialized

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

mergeFrom

public Instrumentation.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<Instrumentation.Builder>
Throws:
IOException

hasReportDefined

public boolean hasReportDefined()
Specified by:
hasReportDefined in interface InstrumentationOrBuilder

getReportDefined

public String getReportDefined()
Specified by:
getReportDefined in interface InstrumentationOrBuilder

setReportDefined

public Instrumentation.Builder setReportDefined(String value)

clearReportDefined

public Instrumentation.Builder clearReportDefined()

hasReportCall

public boolean hasReportCall()
Specified by:
hasReportCall in interface InstrumentationOrBuilder

getReportCall

public String getReportCall()
Specified by:
getReportCall in interface InstrumentationOrBuilder

setReportCall

public Instrumentation.Builder setReportCall(String value)

clearReportCall

public Instrumentation.Builder clearReportCall()

hasReportExit

public boolean hasReportExit()
Specified by:
hasReportExit in interface InstrumentationOrBuilder

getReportExit

public String getReportExit()
Specified by:
getReportExit in interface InstrumentationOrBuilder

setReportExit

public Instrumentation.Builder setReportExit(String value)

clearReportExit

public Instrumentation.Builder clearReportExit()

getDeclarationToRemoveList

public List<String> getDeclarationToRemoveList()
Specified by:
getDeclarationToRemoveList in interface InstrumentationOrBuilder

getDeclarationToRemoveCount

public int getDeclarationToRemoveCount()
Specified by:
getDeclarationToRemoveCount in interface InstrumentationOrBuilder

getDeclarationToRemove

public String getDeclarationToRemove(int index)
Specified by:
getDeclarationToRemove in interface InstrumentationOrBuilder

setDeclarationToRemove

public Instrumentation.Builder setDeclarationToRemove(int index,
                                                      String value)

addDeclarationToRemove

public Instrumentation.Builder addDeclarationToRemove(String value)

addAllDeclarationToRemove

public Instrumentation.Builder addAllDeclarationToRemove(Iterable<String> values)

clearDeclarationToRemove

public Instrumentation.Builder clearDeclarationToRemove()

getInitList

public List<String> getInitList()
Specified by:
getInitList in interface InstrumentationOrBuilder

getInitCount

public int getInitCount()
Specified by:
getInitCount in interface InstrumentationOrBuilder

getInit

public String getInit(int index)
Specified by:
getInit in interface InstrumentationOrBuilder

setInit

public Instrumentation.Builder setInit(int index,
                                       String value)

addInit

public Instrumentation.Builder addInit(String value)

addAllInit

public Instrumentation.Builder addAllInit(Iterable<String> values)

clearInit

public Instrumentation.Builder clearInit()

hasAppNameSetter

public boolean hasAppNameSetter()
Specified by:
hasAppNameSetter in interface InstrumentationOrBuilder

getAppNameSetter

public String getAppNameSetter()
Specified by:
getAppNameSetter in interface InstrumentationOrBuilder

setAppNameSetter

public Instrumentation.Builder setAppNameSetter(String value)

clearAppNameSetter

public Instrumentation.Builder clearAppNameSetter()