public static final class Instrumentation.Builder extends com.google.protobuf.GeneratedMessage.Builder<Instrumentation.Builder> implements InstrumentationOrBuilder
jscomp.Instrumentation| Modifier and Type | Method and Description |
|---|---|
Instrumentation.Builder |
addAllDeclarationToRemove(java.lang.Iterable<java.lang.String> values)
repeated string declaration_to_remove = 3; |
Instrumentation.Builder |
addAllInit(java.lang.Iterable<java.lang.String> values)
repeated string init = 4; |
Instrumentation.Builder |
addDeclarationToRemove(java.lang.String value)
repeated string declaration_to_remove = 3; |
Instrumentation.Builder |
addDeclarationToRemoveBytes(com.google.protobuf.ByteString value)
repeated string declaration_to_remove = 3; |
Instrumentation.Builder |
addInit(java.lang.String value)
repeated string init = 4; |
Instrumentation.Builder |
addInitBytes(com.google.protobuf.ByteString value)
repeated string init = 4; |
Instrumentation |
build() |
Instrumentation |
buildPartial() |
Instrumentation.Builder |
clear() |
Instrumentation.Builder |
clearAppNameSetter()
optional string app_name_setter = 5; |
Instrumentation.Builder |
clearDeclarationToRemove()
repeated string declaration_to_remove = 3; |
Instrumentation.Builder |
clearInit()
repeated string init = 4; |
Instrumentation.Builder |
clearReportCall()
optional string report_call = 2; |
Instrumentation.Builder |
clearReportDefined()
optional string report_defined = 1; |
Instrumentation.Builder |
clearReportExit()
optional string report_exit = 6; |
Instrumentation.Builder |
clone() |
java.lang.String |
getAppNameSetter()
optional string app_name_setter = 5; |
com.google.protobuf.ByteString |
getAppNameSetterBytes()
optional string app_name_setter = 5; |
java.lang.String |
getDeclarationToRemove(int index)
repeated string declaration_to_remove = 3; |
com.google.protobuf.ByteString |
getDeclarationToRemoveBytes(int index)
repeated string declaration_to_remove = 3; |
int |
getDeclarationToRemoveCount()
repeated string declaration_to_remove = 3; |
java.util.List<java.lang.String> |
getDeclarationToRemoveList()
repeated string declaration_to_remove = 3; |
Instrumentation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getInit(int index)
repeated string init = 4; |
com.google.protobuf.ByteString |
getInitBytes(int index)
repeated string init = 4; |
int |
getInitCount()
repeated string init = 4; |
java.util.List<java.lang.String> |
getInitList()
repeated string init = 4; |
java.lang.String |
getReportCall()
optional string report_call = 2; |
com.google.protobuf.ByteString |
getReportCallBytes()
optional string report_call = 2; |
java.lang.String |
getReportDefined()
optional string report_defined = 1; |
com.google.protobuf.ByteString |
getReportDefinedBytes()
optional string report_defined = 1; |
java.lang.String |
getReportExit()
optional string report_exit = 6; |
com.google.protobuf.ByteString |
getReportExitBytes()
optional string report_exit = 6; |
boolean |
hasAppNameSetter()
optional string app_name_setter = 5; |
boolean |
hasReportCall()
optional string report_call = 2; |
boolean |
hasReportDefined()
optional string report_defined = 1; |
boolean |
hasReportExit()
optional string report_exit = 6; |
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(java.lang.String value)
optional string app_name_setter = 5; |
Instrumentation.Builder |
setAppNameSetterBytes(com.google.protobuf.ByteString value)
optional string app_name_setter = 5; |
Instrumentation.Builder |
setDeclarationToRemove(int index,
java.lang.String value)
repeated string declaration_to_remove = 3; |
Instrumentation.Builder |
setInit(int index,
java.lang.String value)
repeated string init = 4; |
Instrumentation.Builder |
setReportCall(java.lang.String value)
optional string report_call = 2; |
Instrumentation.Builder |
setReportCallBytes(com.google.protobuf.ByteString value)
optional string report_call = 2; |
Instrumentation.Builder |
setReportDefined(java.lang.String value)
optional string report_defined = 1; |
Instrumentation.Builder |
setReportDefinedBytes(com.google.protobuf.ByteString value)
optional string report_defined = 1; |
Instrumentation.Builder |
setReportExit(java.lang.String value)
optional string report_exit = 6; |
Instrumentation.Builder |
setReportExitBytes(com.google.protobuf.ByteString value)
optional string report_exit = 6; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Instrumentation.Builder>public Instrumentation.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Instrumentation.Builder>public Instrumentation.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<Instrumentation.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<Instrumentation.Builder>public Instrumentation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Instrumentation build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Instrumentation buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Instrumentation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Instrumentation.Builder>public Instrumentation.Builder mergeFrom(Instrumentation other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Instrumentation.Builder>public Instrumentation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Instrumentation.Builder>java.io.IOExceptionpublic boolean hasReportDefined()
optional string report_defined = 1;
name of function(ID = <numeric function id>); used to inform the harness about the contents of a module
hasReportDefined in interface InstrumentationOrBuilderpublic java.lang.String getReportDefined()
optional string report_defined = 1;
name of function(ID = <numeric function id>); used to inform the harness about the contents of a module
getReportDefined in interface InstrumentationOrBuilderpublic com.google.protobuf.ByteString getReportDefinedBytes()
optional string report_defined = 1;
name of function(ID = <numeric function id>); used to inform the harness about the contents of a module
getReportDefinedBytes in interface InstrumentationOrBuilderpublic Instrumentation.Builder setReportDefined(java.lang.String value)
optional string report_defined = 1;
name of function(ID = <numeric function id>); used to inform the harness about the contents of a module
public Instrumentation.Builder clearReportDefined()
optional string report_defined = 1;
name of function(ID = <numeric function id>); used to inform the harness about the contents of a module
public Instrumentation.Builder setReportDefinedBytes(com.google.protobuf.ByteString value)
optional string report_defined = 1;
name of function(ID = <numeric function id>); used to inform the harness about the contents of a module
public boolean hasReportCall()
optional string report_call = 2;
name of function(ID = <numeric function id>); used to inform the harness about a function call
hasReportCall in interface InstrumentationOrBuilderpublic java.lang.String getReportCall()
optional string report_call = 2;
name of function(ID = <numeric function id>); used to inform the harness about a function call
getReportCall in interface InstrumentationOrBuilderpublic com.google.protobuf.ByteString getReportCallBytes()
optional string report_call = 2;
name of function(ID = <numeric function id>); used to inform the harness about a function call
getReportCallBytes in interface InstrumentationOrBuilderpublic Instrumentation.Builder setReportCall(java.lang.String value)
optional string report_call = 2;
name of function(ID = <numeric function id>); used to inform the harness about a function call
public Instrumentation.Builder clearReportCall()
optional string report_call = 2;
name of function(ID = <numeric function id>); used to inform the harness about a function call
public Instrumentation.Builder setReportCallBytes(com.google.protobuf.ByteString value)
optional string report_call = 2;
name of function(ID = <numeric function id>); used to inform the harness about a function call
public boolean hasReportExit()
optional string report_exit = 6;
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit. Must return its second argument.
hasReportExit in interface InstrumentationOrBuilderpublic java.lang.String getReportExit()
optional string report_exit = 6;
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit. Must return its second argument.
getReportExit in interface InstrumentationOrBuilderpublic com.google.protobuf.ByteString getReportExitBytes()
optional string report_exit = 6;
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit. Must return its second argument.
getReportExitBytes in interface InstrumentationOrBuilderpublic Instrumentation.Builder setReportExit(java.lang.String value)
optional string report_exit = 6;
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit. Must return its second argument.
public Instrumentation.Builder clearReportExit()
optional string report_exit = 6;
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit. Must return its second argument.
public Instrumentation.Builder setReportExitBytes(com.google.protobuf.ByteString value)
optional string report_exit = 6;
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit. Must return its second argument.
public java.util.List<java.lang.String> getDeclarationToRemoveList()
repeated string declaration_to_remove = 3;
List of variable declarations in the application's source code that should be replaced by variables with the same name that are part of the instrumentation harness. The presence of these declarations in the original code allows debug UIs that access these variables to compile when the instrumentation pass is disabled.
getDeclarationToRemoveList in interface InstrumentationOrBuilderpublic int getDeclarationToRemoveCount()
repeated string declaration_to_remove = 3;
List of variable declarations in the application's source code that should be replaced by variables with the same name that are part of the instrumentation harness. The presence of these declarations in the original code allows debug UIs that access these variables to compile when the instrumentation pass is disabled.
getDeclarationToRemoveCount in interface InstrumentationOrBuilderpublic java.lang.String getDeclarationToRemove(int index)
repeated string declaration_to_remove = 3;
List of variable declarations in the application's source code that should be replaced by variables with the same name that are part of the instrumentation harness. The presence of these declarations in the original code allows debug UIs that access these variables to compile when the instrumentation pass is disabled.
getDeclarationToRemove in interface InstrumentationOrBuilderpublic com.google.protobuf.ByteString getDeclarationToRemoveBytes(int index)
repeated string declaration_to_remove = 3;
List of variable declarations in the application's source code that should be replaced by variables with the same name that are part of the instrumentation harness. The presence of these declarations in the original code allows debug UIs that access these variables to compile when the instrumentation pass is disabled.
getDeclarationToRemoveBytes in interface InstrumentationOrBuilderpublic Instrumentation.Builder setDeclarationToRemove(int index, java.lang.String value)
repeated string declaration_to_remove = 3;
List of variable declarations in the application's source code that should be replaced by variables with the same name that are part of the instrumentation harness. The presence of these declarations in the original code allows debug UIs that access these variables to compile when the instrumentation pass is disabled.
public Instrumentation.Builder addDeclarationToRemove(java.lang.String value)
repeated string declaration_to_remove = 3;
List of variable declarations in the application's source code that should be replaced by variables with the same name that are part of the instrumentation harness. The presence of these declarations in the original code allows debug UIs that access these variables to compile when the instrumentation pass is disabled.
public Instrumentation.Builder addAllDeclarationToRemove(java.lang.Iterable<java.lang.String> values)
repeated string declaration_to_remove = 3;
List of variable declarations in the application's source code that should be replaced by variables with the same name that are part of the instrumentation harness. The presence of these declarations in the original code allows debug UIs that access these variables to compile when the instrumentation pass is disabled.
public Instrumentation.Builder clearDeclarationToRemove()
repeated string declaration_to_remove = 3;
List of variable declarations in the application's source code that should be replaced by variables with the same name that are part of the instrumentation harness. The presence of these declarations in the original code allows debug UIs that access these variables to compile when the instrumentation pass is disabled.
public Instrumentation.Builder addDeclarationToRemoveBytes(com.google.protobuf.ByteString value)
repeated string declaration_to_remove = 3;
List of variable declarations in the application's source code that should be replaced by variables with the same name that are part of the instrumentation harness. The presence of these declarations in the original code allows debug UIs that access these variables to compile when the instrumentation pass is disabled.
public java.util.List<java.lang.String> getInitList()
repeated string init = 4;
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
getInitList in interface InstrumentationOrBuilderpublic int getInitCount()
repeated string init = 4;
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
getInitCount in interface InstrumentationOrBuilderpublic java.lang.String getInit(int index)
repeated string init = 4;
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
getInit in interface InstrumentationOrBuilderpublic com.google.protobuf.ByteString getInitBytes(int index)
repeated string init = 4;
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
getInitBytes in interface InstrumentationOrBuilderpublic Instrumentation.Builder setInit(int index, java.lang.String value)
repeated string init = 4;
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
public Instrumentation.Builder addInit(java.lang.String value)
repeated string init = 4;
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
public Instrumentation.Builder addAllInit(java.lang.Iterable<java.lang.String> values)
repeated string init = 4;
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
public Instrumentation.Builder clearInit()
repeated string init = 4;
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
public Instrumentation.Builder addInitBytes(com.google.protobuf.ByteString value)
repeated string init = 4;
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
public boolean hasAppNameSetter()
optional string app_name_setter = 5;
name of function(<string>); used to inform the harness about the app name
hasAppNameSetter in interface InstrumentationOrBuilderpublic java.lang.String getAppNameSetter()
optional string app_name_setter = 5;
name of function(<string>); used to inform the harness about the app name
getAppNameSetter in interface InstrumentationOrBuilderpublic com.google.protobuf.ByteString getAppNameSetterBytes()
optional string app_name_setter = 5;
name of function(<string>); used to inform the harness about the app name
getAppNameSetterBytes in interface InstrumentationOrBuilderpublic Instrumentation.Builder setAppNameSetter(java.lang.String value)
optional string app_name_setter = 5;
name of function(<string>); used to inform the harness about the app name
public Instrumentation.Builder clearAppNameSetter()
optional string app_name_setter = 5;
name of function(<string>); used to inform the harness about the app name
public Instrumentation.Builder setAppNameSetterBytes(com.google.protobuf.ByteString value)
optional string app_name_setter = 5;
name of function(<string>); used to inform the harness about the app name
Copyright © 2009-2020 Google. All Rights Reserved.