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, setUnknownFields
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<Instrumentation.Builder>
public Instrumentation.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<Instrumentation.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<Instrumentation.Builder>
public Instrumentation getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Instrumentation build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Instrumentation buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Instrumentation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Instrumentation.Builder>
java.io.IOException
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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 InstrumentationOrBuilder
public 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.