Package com.google.javascript.jscomp
Class Instrumentation.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Instrumentation.Builder>
-
- 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
,java.lang.Cloneable
- Enclosing class:
- Instrumentation
public static final class Instrumentation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Instrumentation.Builder> implements InstrumentationOrBuilder
Protobuf typejscomp.Instrumentation
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Instrumentation.Builder
addAllDeclarationToRemove(java.lang.Iterable<java.lang.String> values)
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.Instrumentation.Builder
addAllInit(java.lang.Iterable<java.lang.String> values)
Definition of functions used to report module contents and function calls.Instrumentation.Builder
addDeclarationToRemove(java.lang.String value)
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.Instrumentation.Builder
addDeclarationToRemoveBytes(com.google.protobuf.ByteString value)
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.Instrumentation.Builder
addInit(java.lang.String value)
Definition of functions used to report module contents and function calls.Instrumentation.Builder
addInitBytes(com.google.protobuf.ByteString value)
Definition of functions used to report module contents and function calls.Instrumentation.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Instrumentation
build()
Instrumentation
buildPartial()
Instrumentation.Builder
clear()
Instrumentation.Builder
clearAppNameSetter()
name of function(<string>); used to inform the harness about the app nameInstrumentation.Builder
clearDeclarationToRemove()
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.Instrumentation.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Instrumentation.Builder
clearInit()
Definition of functions used to report module contents and function calls.Instrumentation.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Instrumentation.Builder
clearReportCall()
name of function(ID = <numeric function id>); used to inform the harness about a function callInstrumentation.Builder
clearReportDefined()
name of function(ID = <numeric function id>); used to inform the harness about the contents of a moduleInstrumentation.Builder
clearReportExit()
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit.Instrumentation.Builder
clone()
java.lang.String
getAppNameSetter()
name of function(<string>); used to inform the harness about the app namecom.google.protobuf.ByteString
getAppNameSetterBytes()
name of function(<string>); used to inform the harness about the app namejava.lang.String
getDeclarationToRemove(int index)
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.com.google.protobuf.ByteString
getDeclarationToRemoveBytes(int index)
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.int
getDeclarationToRemoveCount()
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.com.google.protobuf.ProtocolStringList
getDeclarationToRemoveList()
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.Instrumentation
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
java.lang.String
getInit(int index)
Definition of functions used to report module contents and function calls.com.google.protobuf.ByteString
getInitBytes(int index)
Definition of functions used to report module contents and function calls.int
getInitCount()
Definition of functions used to report module contents and function calls.com.google.protobuf.ProtocolStringList
getInitList()
Definition of functions used to report module contents and function calls.java.lang.String
getReportCall()
name of function(ID = <numeric function id>); used to inform the harness about a function callcom.google.protobuf.ByteString
getReportCallBytes()
name of function(ID = <numeric function id>); used to inform the harness about a function calljava.lang.String
getReportDefined()
name of function(ID = <numeric function id>); used to inform the harness about the contents of a modulecom.google.protobuf.ByteString
getReportDefinedBytes()
name of function(ID = <numeric function id>); used to inform the harness about the contents of a modulejava.lang.String
getReportExit()
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit.com.google.protobuf.ByteString
getReportExitBytes()
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit.boolean
hasAppNameSetter()
name of function(<string>); used to inform the harness about the app nameboolean
hasReportCall()
name of function(ID = <numeric function id>); used to inform the harness about a function callboolean
hasReportDefined()
name of function(ID = <numeric function id>); used to inform the harness about the contents of a moduleboolean
hasReportExit()
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
Instrumentation.Builder
mergeFrom(Instrumentation other)
Instrumentation.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Instrumentation.Builder
mergeFrom(com.google.protobuf.Message other)
Instrumentation.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Instrumentation.Builder
setAppNameSetter(java.lang.String value)
name of function(<string>); used to inform the harness about the app nameInstrumentation.Builder
setAppNameSetterBytes(com.google.protobuf.ByteString value)
name of function(<string>); used to inform the harness about the app nameInstrumentation.Builder
setDeclarationToRemove(int index, java.lang.String value)
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.Instrumentation.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Instrumentation.Builder
setInit(int index, java.lang.String value)
Definition of functions used to report module contents and function calls.Instrumentation.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Instrumentation.Builder
setReportCall(java.lang.String value)
name of function(ID = <numeric function id>); used to inform the harness about a function callInstrumentation.Builder
setReportCallBytes(com.google.protobuf.ByteString value)
name of function(ID = <numeric function id>); used to inform the harness about a function callInstrumentation.Builder
setReportDefined(java.lang.String value)
name of function(ID = <numeric function id>); used to inform the harness about the contents of a moduleInstrumentation.Builder
setReportDefinedBytes(com.google.protobuf.ByteString value)
name of function(ID = <numeric function id>); used to inform the harness about the contents of a moduleInstrumentation.Builder
setReportExit(java.lang.String value)
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit.Instrumentation.Builder
setReportExitBytes(com.google.protobuf.ByteString value)
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit.Instrumentation.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownField
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Instrumentation.Builder>
-
clear
public Instrumentation.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Instrumentation.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Instrumentation.Builder>
-
getDefaultInstanceForType
public Instrumentation getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Instrumentation build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Instrumentation buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Instrumentation.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Instrumentation.Builder>
-
setField
public Instrumentation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Instrumentation.Builder>
-
clearField
public Instrumentation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Instrumentation.Builder>
-
clearOneof
public Instrumentation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Instrumentation.Builder>
-
setRepeatedField
public Instrumentation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Instrumentation.Builder>
-
addRepeatedField
public Instrumentation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Instrumentation.Builder>
-
mergeFrom
public Instrumentation.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Instrumentation.Builder>
-
mergeFrom
public Instrumentation.Builder mergeFrom(Instrumentation other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Instrumentation.Builder>
-
mergeFrom
public Instrumentation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Instrumentation.Builder>
- Throws:
java.io.IOException
-
hasReportDefined
public boolean hasReportDefined()
name of function(ID = <numeric function id>); used to inform the harness about the contents of a module
optional string report_defined = 1;
- Specified by:
hasReportDefined
in interfaceInstrumentationOrBuilder
-
getReportDefined
public java.lang.String getReportDefined()
name of function(ID = <numeric function id>); used to inform the harness about the contents of a module
optional string report_defined = 1;
- Specified by:
getReportDefined
in interfaceInstrumentationOrBuilder
-
getReportDefinedBytes
public com.google.protobuf.ByteString getReportDefinedBytes()
name of function(ID = <numeric function id>); used to inform the harness about the contents of a module
optional string report_defined = 1;
- Specified by:
getReportDefinedBytes
in interfaceInstrumentationOrBuilder
-
setReportDefined
public Instrumentation.Builder setReportDefined(java.lang.String value)
name of function(ID = <numeric function id>); used to inform the harness about the contents of a module
optional string report_defined = 1;
-
clearReportDefined
public Instrumentation.Builder clearReportDefined()
name of function(ID = <numeric function id>); used to inform the harness about the contents of a module
optional string report_defined = 1;
-
setReportDefinedBytes
public Instrumentation.Builder setReportDefinedBytes(com.google.protobuf.ByteString value)
name of function(ID = <numeric function id>); used to inform the harness about the contents of a module
optional string report_defined = 1;
-
hasReportCall
public boolean hasReportCall()
name of function(ID = <numeric function id>); used to inform the harness about a function call
optional string report_call = 2;
- Specified by:
hasReportCall
in interfaceInstrumentationOrBuilder
-
getReportCall
public java.lang.String getReportCall()
name of function(ID = <numeric function id>); used to inform the harness about a function call
optional string report_call = 2;
- Specified by:
getReportCall
in interfaceInstrumentationOrBuilder
-
getReportCallBytes
public com.google.protobuf.ByteString getReportCallBytes()
name of function(ID = <numeric function id>); used to inform the harness about a function call
optional string report_call = 2;
- Specified by:
getReportCallBytes
in interfaceInstrumentationOrBuilder
-
setReportCall
public Instrumentation.Builder setReportCall(java.lang.String value)
name of function(ID = <numeric function id>); used to inform the harness about a function call
optional string report_call = 2;
-
clearReportCall
public Instrumentation.Builder clearReportCall()
name of function(ID = <numeric function id>); used to inform the harness about a function call
optional string report_call = 2;
-
setReportCallBytes
public Instrumentation.Builder setReportCallBytes(com.google.protobuf.ByteString value)
name of function(ID = <numeric function id>); used to inform the harness about a function call
optional string report_call = 2;
-
hasReportExit
public boolean hasReportExit()
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit. Must return its second argument. @returns VAL
optional string report_exit = 6;
- Specified by:
hasReportExit
in interfaceInstrumentationOrBuilder
-
getReportExit
public java.lang.String getReportExit()
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit. Must return its second argument. @returns VAL
optional string report_exit = 6;
- Specified by:
getReportExit
in interfaceInstrumentationOrBuilder
-
getReportExitBytes
public com.google.protobuf.ByteString getReportExitBytes()
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit. Must return its second argument. @returns VAL
optional string report_exit = 6;
- Specified by:
getReportExitBytes
in interfaceInstrumentationOrBuilder
-
setReportExit
public Instrumentation.Builder setReportExit(java.lang.String value)
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit. Must return its second argument. @returns VAL
optional string report_exit = 6;
-
clearReportExit
public Instrumentation.Builder clearReportExit()
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit. Must return its second argument. @returns VAL
optional string report_exit = 6;
-
setReportExitBytes
public Instrumentation.Builder setReportExitBytes(com.google.protobuf.ByteString value)
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit. Must return its second argument. @returns VAL
optional string report_exit = 6;
-
getDeclarationToRemoveList
public com.google.protobuf.ProtocolStringList getDeclarationToRemoveList()
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.
repeated string declaration_to_remove = 3;
- Specified by:
getDeclarationToRemoveList
in interfaceInstrumentationOrBuilder
-
getDeclarationToRemoveCount
public int getDeclarationToRemoveCount()
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.
repeated string declaration_to_remove = 3;
- Specified by:
getDeclarationToRemoveCount
in interfaceInstrumentationOrBuilder
-
getDeclarationToRemove
public java.lang.String getDeclarationToRemove(int index)
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.
repeated string declaration_to_remove = 3;
- Specified by:
getDeclarationToRemove
in interfaceInstrumentationOrBuilder
-
getDeclarationToRemoveBytes
public com.google.protobuf.ByteString getDeclarationToRemoveBytes(int index)
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.
repeated string declaration_to_remove = 3;
- Specified by:
getDeclarationToRemoveBytes
in interfaceInstrumentationOrBuilder
-
setDeclarationToRemove
public Instrumentation.Builder setDeclarationToRemove(int index, java.lang.String value)
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.
repeated string declaration_to_remove = 3;
-
addDeclarationToRemove
public Instrumentation.Builder addDeclarationToRemove(java.lang.String value)
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.
repeated string declaration_to_remove = 3;
-
addAllDeclarationToRemove
public Instrumentation.Builder addAllDeclarationToRemove(java.lang.Iterable<java.lang.String> values)
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.
repeated string declaration_to_remove = 3;
-
clearDeclarationToRemove
public Instrumentation.Builder clearDeclarationToRemove()
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.
repeated string declaration_to_remove = 3;
-
addDeclarationToRemoveBytes
public Instrumentation.Builder addDeclarationToRemoveBytes(com.google.protobuf.ByteString value)
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.
repeated string declaration_to_remove = 3;
-
getInitList
public com.google.protobuf.ProtocolStringList getInitList()
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
repeated string init = 4;
- Specified by:
getInitList
in interfaceInstrumentationOrBuilder
-
getInitCount
public int getInitCount()
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
repeated string init = 4;
- Specified by:
getInitCount
in interfaceInstrumentationOrBuilder
-
getInit
public java.lang.String getInit(int index)
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
repeated string init = 4;
- Specified by:
getInit
in interfaceInstrumentationOrBuilder
-
getInitBytes
public com.google.protobuf.ByteString getInitBytes(int index)
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
repeated string init = 4;
- Specified by:
getInitBytes
in interfaceInstrumentationOrBuilder
-
setInit
public Instrumentation.Builder setInit(int index, java.lang.String value)
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
repeated string init = 4;
-
addInit
public Instrumentation.Builder addInit(java.lang.String value)
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
repeated string init = 4;
-
addAllInit
public Instrumentation.Builder addAllInit(java.lang.Iterable<java.lang.String> values)
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
repeated string init = 4;
-
clearInit
public Instrumentation.Builder clearInit()
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
repeated string init = 4;
-
addInitBytes
public Instrumentation.Builder addInitBytes(com.google.protobuf.ByteString value)
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
repeated string init = 4;
-
hasAppNameSetter
public boolean hasAppNameSetter()
name of function(<string>); used to inform the harness about the app name
optional string app_name_setter = 5;
- Specified by:
hasAppNameSetter
in interfaceInstrumentationOrBuilder
-
getAppNameSetter
public java.lang.String getAppNameSetter()
name of function(<string>); used to inform the harness about the app name
optional string app_name_setter = 5;
- Specified by:
getAppNameSetter
in interfaceInstrumentationOrBuilder
-
getAppNameSetterBytes
public com.google.protobuf.ByteString getAppNameSetterBytes()
name of function(<string>); used to inform the harness about the app name
optional string app_name_setter = 5;
- Specified by:
getAppNameSetterBytes
in interfaceInstrumentationOrBuilder
-
setAppNameSetter
public Instrumentation.Builder setAppNameSetter(java.lang.String value)
name of function(<string>); used to inform the harness about the app name
optional string app_name_setter = 5;
-
clearAppNameSetter
public Instrumentation.Builder clearAppNameSetter()
name of function(<string>); used to inform the harness about the app name
optional string app_name_setter = 5;
-
setAppNameSetterBytes
public Instrumentation.Builder setAppNameSetterBytes(com.google.protobuf.ByteString value)
name of function(<string>); used to inform the harness about the app name
optional string app_name_setter = 5;
-
setUnknownFields
public final Instrumentation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Instrumentation.Builder>
-
mergeUnknownFields
public final Instrumentation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Instrumentation.Builder>
-
-