Instrumentation.Builder |
Instrumentation.Builder.addAllDeclarationToRemove(java.lang.Iterable<java.lang.String> values) |
repeated string declaration_to_remove = 3;
|
Instrumentation.Builder |
Instrumentation.Builder.addAllInit(java.lang.Iterable<java.lang.String> values) |
repeated string init = 4;
|
Instrumentation.Builder |
Instrumentation.Builder.addDeclarationToRemove(java.lang.String value) |
repeated string declaration_to_remove = 3;
|
Instrumentation.Builder |
Instrumentation.Builder.addDeclarationToRemoveBytes(com.google.protobuf.ByteString value) |
repeated string declaration_to_remove = 3;
|
Instrumentation.Builder |
Instrumentation.Builder.addInit(java.lang.String value) |
repeated string init = 4;
|
Instrumentation.Builder |
Instrumentation.Builder.addInitBytes(com.google.protobuf.ByteString value) |
repeated string init = 4;
|
Instrumentation.Builder |
Instrumentation.Builder.clear() |
|
Instrumentation.Builder |
Instrumentation.Builder.clearAppNameSetter() |
optional string app_name_setter = 5;
|
Instrumentation.Builder |
Instrumentation.Builder.clearDeclarationToRemove() |
repeated string declaration_to_remove = 3;
|
Instrumentation.Builder |
Instrumentation.Builder.clearInit() |
repeated string init = 4;
|
Instrumentation.Builder |
Instrumentation.Builder.clearReportCall() |
optional string report_call = 2;
|
Instrumentation.Builder |
Instrumentation.Builder.clearReportDefined() |
optional string report_defined = 1;
|
Instrumentation.Builder |
Instrumentation.Builder.clearReportExit() |
optional string report_exit = 6;
|
Instrumentation.Builder |
Instrumentation.Builder.clone() |
|
Instrumentation.Builder |
Instrumentation.Builder.mergeFrom(Instrumentation other) |
|
Instrumentation.Builder |
Instrumentation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Instrumentation.Builder |
Instrumentation.Builder.mergeFrom(com.google.protobuf.Message other) |
|
static Instrumentation.Builder |
Instrumentation.newBuilder() |
|
static Instrumentation.Builder |
Instrumentation.newBuilder(Instrumentation prototype) |
|
Instrumentation.Builder |
Instrumentation.newBuilderForType() |
|
protected Instrumentation.Builder |
Instrumentation.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
|
Instrumentation.Builder |
Instrumentation.Builder.setAppNameSetter(java.lang.String value) |
optional string app_name_setter = 5;
|
Instrumentation.Builder |
Instrumentation.Builder.setAppNameSetterBytes(com.google.protobuf.ByteString value) |
optional string app_name_setter = 5;
|
Instrumentation.Builder |
Instrumentation.Builder.setDeclarationToRemove(int index,
java.lang.String value) |
repeated string declaration_to_remove = 3;
|
Instrumentation.Builder |
Instrumentation.Builder.setInit(int index,
java.lang.String value) |
repeated string init = 4;
|
Instrumentation.Builder |
Instrumentation.Builder.setReportCall(java.lang.String value) |
optional string report_call = 2;
|
Instrumentation.Builder |
Instrumentation.Builder.setReportCallBytes(com.google.protobuf.ByteString value) |
optional string report_call = 2;
|
Instrumentation.Builder |
Instrumentation.Builder.setReportDefined(java.lang.String value) |
optional string report_defined = 1;
|
Instrumentation.Builder |
Instrumentation.Builder.setReportDefinedBytes(com.google.protobuf.ByteString value) |
optional string report_defined = 1;
|
Instrumentation.Builder |
Instrumentation.Builder.setReportExit(java.lang.String value) |
optional string report_exit = 6;
|
Instrumentation.Builder |
Instrumentation.Builder.setReportExitBytes(com.google.protobuf.ByteString value) |
optional string report_exit = 6;
|
Instrumentation.Builder |
Instrumentation.toBuilder() |
|