Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,160 @@
package com.google.firebase.perf.v1;
import com.google.protobuf.GeneratedMessageLite;
import com.google.protobuf.MessageLiteOrBuilder;
import com.google.protobuf.Parser;
/* loaded from: classes3.dex */
public final class AndroidApplicationInfo extends GeneratedMessageLite implements MessageLiteOrBuilder {
private static final AndroidApplicationInfo DEFAULT_INSTANCE;
public static final int PACKAGE_NAME_FIELD_NUMBER = 1;
private static volatile Parser<AndroidApplicationInfo> PARSER = null;
public static final int SDK_VERSION_FIELD_NUMBER = 2;
public static final int VERSION_NAME_FIELD_NUMBER = 3;
private int bitField0_;
private String packageName_ = "";
private String sdkVersion_ = "";
private String versionName_ = "";
public static AndroidApplicationInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
public boolean hasPackageName() {
return (this.bitField0_ & 1) != 0;
}
public boolean hasSdkVersion() {
return (this.bitField0_ & 2) != 0;
}
public final void setPackageName(String str) {
str.getClass();
this.bitField0_ |= 1;
this.packageName_ = str;
}
public final void setSdkVersion(String str) {
str.getClass();
this.bitField0_ |= 2;
this.sdkVersion_ = str;
}
public final void setVersionName(String str) {
str.getClass();
this.bitField0_ |= 4;
this.versionName_ = str;
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static final class Builder extends GeneratedMessageLite.Builder implements MessageLiteOrBuilder {
public /* synthetic */ Builder(AnonymousClass1 anonymousClass1) {
this();
}
public Builder() {
super(AndroidApplicationInfo.DEFAULT_INSTANCE);
}
public Builder setPackageName(String str) {
copyOnWrite();
((AndroidApplicationInfo) this.instance).setPackageName(str);
return this;
}
public Builder setSdkVersion(String str) {
copyOnWrite();
((AndroidApplicationInfo) this.instance).setSdkVersion(str);
return this;
}
public Builder setVersionName(String str) {
copyOnWrite();
((AndroidApplicationInfo) this.instance).setVersionName(str);
return this;
}
}
/* renamed from: com.google.firebase.perf.v1.AndroidApplicationInfo$1, reason: invalid class name */
public static /* synthetic */ class AnonymousClass1 {
public static final /* synthetic */ int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke;
static {
int[] iArr = new int[GeneratedMessageLite.MethodToInvoke.values().length];
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke = iArr;
try {
iArr[GeneratedMessageLite.MethodToInvoke.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.NEW_BUILDER.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.BUILD_MESSAGE_INFO.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_DEFAULT_INSTANCE.ordinal()] = 4;
} catch (NoSuchFieldError unused4) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_PARSER.ordinal()] = 5;
} catch (NoSuchFieldError unused5) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
} catch (NoSuchFieldError unused6) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7;
} catch (NoSuchFieldError unused7) {
}
}
}
@Override // com.google.protobuf.GeneratedMessageLite
public final Object dynamicMethod(GeneratedMessageLite.MethodToInvoke methodToInvoke, Object obj, Object obj2) {
AnonymousClass1 anonymousClass1 = null;
switch (AnonymousClass1.$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[methodToInvoke.ordinal()]) {
case 1:
return new AndroidApplicationInfo();
case 2:
return new Builder(anonymousClass1);
case 3:
return GeneratedMessageLite.newMessageInfo(DEFAULT_INSTANCE, "\u0001\u0003\u0000\u0001\u0001\u0003\u0003\u0000\u0000\u0000\u0001ဈ\u0000\u0002ဈ\u0001\u0003ဈ\u0002", new Object[]{"bitField0_", "packageName_", "sdkVersion_", "versionName_"});
case 4:
return DEFAULT_INSTANCE;
case 5:
Parser<AndroidApplicationInfo> parser = PARSER;
if (parser == null) {
synchronized (AndroidApplicationInfo.class) {
try {
parser = PARSER;
if (parser == null) {
parser = new GeneratedMessageLite.DefaultInstanceBasedParser<>(DEFAULT_INSTANCE);
PARSER = parser;
}
} finally {
}
}
}
return parser;
case 6:
return (byte) 1;
case 7:
return null;
default:
throw new UnsupportedOperationException();
}
}
static {
AndroidApplicationInfo androidApplicationInfo = new AndroidApplicationInfo();
DEFAULT_INSTANCE = androidApplicationInfo;
GeneratedMessageLite.registerDefaultInstance(AndroidApplicationInfo.class, androidApplicationInfo);
}
}

View File

@@ -0,0 +1,132 @@
package com.google.firebase.perf.v1;
import com.google.protobuf.GeneratedMessageLite;
import com.google.protobuf.MessageLiteOrBuilder;
import com.google.protobuf.Parser;
/* loaded from: classes3.dex */
public final class AndroidMemoryReading extends GeneratedMessageLite implements MessageLiteOrBuilder {
public static final int CLIENT_TIME_US_FIELD_NUMBER = 1;
private static final AndroidMemoryReading DEFAULT_INSTANCE;
private static volatile Parser<AndroidMemoryReading> PARSER = null;
public static final int USED_APP_JAVA_HEAP_MEMORY_KB_FIELD_NUMBER = 2;
private int bitField0_;
private long clientTimeUs_;
private int usedAppJavaHeapMemoryKb_;
public final void setClientTimeUs(long j) {
this.bitField0_ |= 1;
this.clientTimeUs_ = j;
}
public final void setUsedAppJavaHeapMemoryKb(int i) {
this.bitField0_ |= 2;
this.usedAppJavaHeapMemoryKb_ = i;
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static final class Builder extends GeneratedMessageLite.Builder implements MessageLiteOrBuilder {
public /* synthetic */ Builder(AnonymousClass1 anonymousClass1) {
this();
}
public Builder() {
super(AndroidMemoryReading.DEFAULT_INSTANCE);
}
public Builder setClientTimeUs(long j) {
copyOnWrite();
((AndroidMemoryReading) this.instance).setClientTimeUs(j);
return this;
}
public Builder setUsedAppJavaHeapMemoryKb(int i) {
copyOnWrite();
((AndroidMemoryReading) this.instance).setUsedAppJavaHeapMemoryKb(i);
return this;
}
}
/* renamed from: com.google.firebase.perf.v1.AndroidMemoryReading$1, reason: invalid class name */
public static /* synthetic */ class AnonymousClass1 {
public static final /* synthetic */ int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke;
static {
int[] iArr = new int[GeneratedMessageLite.MethodToInvoke.values().length];
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke = iArr;
try {
iArr[GeneratedMessageLite.MethodToInvoke.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.NEW_BUILDER.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.BUILD_MESSAGE_INFO.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_DEFAULT_INSTANCE.ordinal()] = 4;
} catch (NoSuchFieldError unused4) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_PARSER.ordinal()] = 5;
} catch (NoSuchFieldError unused5) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
} catch (NoSuchFieldError unused6) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7;
} catch (NoSuchFieldError unused7) {
}
}
}
@Override // com.google.protobuf.GeneratedMessageLite
public final Object dynamicMethod(GeneratedMessageLite.MethodToInvoke methodToInvoke, Object obj, Object obj2) {
AnonymousClass1 anonymousClass1 = null;
switch (AnonymousClass1.$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[methodToInvoke.ordinal()]) {
case 1:
return new AndroidMemoryReading();
case 2:
return new Builder(anonymousClass1);
case 3:
return GeneratedMessageLite.newMessageInfo(DEFAULT_INSTANCE, "\u0001\u0002\u0000\u0001\u0001\u0002\u0002\u0000\u0000\u0000\u0001ဂ\u0000\u0002င\u0001", new Object[]{"bitField0_", "clientTimeUs_", "usedAppJavaHeapMemoryKb_"});
case 4:
return DEFAULT_INSTANCE;
case 5:
Parser<AndroidMemoryReading> parser = PARSER;
if (parser == null) {
synchronized (AndroidMemoryReading.class) {
try {
parser = PARSER;
if (parser == null) {
parser = new GeneratedMessageLite.DefaultInstanceBasedParser<>(DEFAULT_INSTANCE);
PARSER = parser;
}
} finally {
}
}
}
return parser;
case 6:
return (byte) 1;
case 7:
return null;
default:
throw new UnsupportedOperationException();
}
}
static {
AndroidMemoryReading androidMemoryReading = new AndroidMemoryReading();
DEFAULT_INSTANCE = androidMemoryReading;
GeneratedMessageLite.registerDefaultInstance(AndroidMemoryReading.class, androidMemoryReading);
}
}

View File

@@ -0,0 +1,223 @@
package com.google.firebase.perf.v1;
import com.google.firebase.perf.v1.AndroidApplicationInfo;
import com.google.protobuf.GeneratedMessageLite;
import com.google.protobuf.MapEntryLite;
import com.google.protobuf.MapFieldLite;
import com.google.protobuf.MessageLiteOrBuilder;
import com.google.protobuf.Parser;
import com.google.protobuf.WireFormat;
import java.util.Map;
/* loaded from: classes3.dex */
public final class ApplicationInfo extends GeneratedMessageLite implements MessageLiteOrBuilder {
public static final int ANDROID_APP_INFO_FIELD_NUMBER = 3;
public static final int APPLICATION_PROCESS_STATE_FIELD_NUMBER = 5;
public static final int APP_INSTANCE_ID_FIELD_NUMBER = 2;
public static final int CUSTOM_ATTRIBUTES_FIELD_NUMBER = 6;
private static final ApplicationInfo DEFAULT_INSTANCE;
public static final int GOOGLE_APP_ID_FIELD_NUMBER = 1;
private static volatile Parser<ApplicationInfo> PARSER;
private AndroidApplicationInfo androidAppInfo_;
private int applicationProcessState_;
private int bitField0_;
private MapFieldLite<String, String> customAttributes_ = MapFieldLite.emptyMapField();
private String googleAppId_ = "";
private String appInstanceId_ = "";
public static ApplicationInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
public boolean hasAndroidAppInfo() {
return (this.bitField0_ & 4) != 0;
}
public boolean hasAppInstanceId() {
return (this.bitField0_ & 2) != 0;
}
public boolean hasApplicationProcessState() {
return (this.bitField0_ & 8) != 0;
}
public boolean hasGoogleAppId() {
return (this.bitField0_ & 1) != 0;
}
public final void setGoogleAppId(String str) {
str.getClass();
this.bitField0_ |= 1;
this.googleAppId_ = str;
}
public final void setAppInstanceId(String str) {
str.getClass();
this.bitField0_ |= 2;
this.appInstanceId_ = str;
}
public AndroidApplicationInfo getAndroidAppInfo() {
AndroidApplicationInfo androidApplicationInfo = this.androidAppInfo_;
return androidApplicationInfo == null ? AndroidApplicationInfo.getDefaultInstance() : androidApplicationInfo;
}
public final void setAndroidAppInfo(AndroidApplicationInfo androidApplicationInfo) {
androidApplicationInfo.getClass();
this.androidAppInfo_ = androidApplicationInfo;
this.bitField0_ |= 4;
}
public final void setApplicationProcessState(ApplicationProcessState applicationProcessState) {
this.applicationProcessState_ = applicationProcessState.getNumber();
this.bitField0_ |= 8;
}
public static final class CustomAttributesDefaultEntryHolder {
public static final MapEntryLite defaultEntry;
static {
WireFormat.FieldType fieldType = WireFormat.FieldType.STRING;
defaultEntry = MapEntryLite.newDefaultInstance(fieldType, "", fieldType, "");
}
}
public final MapFieldLite internalGetMutableCustomAttributes() {
if (!this.customAttributes_.isMutable()) {
this.customAttributes_ = this.customAttributes_.mutableCopy();
}
return this.customAttributes_;
}
public final Map getMutableCustomAttributesMap() {
return internalGetMutableCustomAttributes();
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static final class Builder extends GeneratedMessageLite.Builder implements MessageLiteOrBuilder {
public /* synthetic */ Builder(AnonymousClass1 anonymousClass1) {
this();
}
public Builder() {
super(ApplicationInfo.DEFAULT_INSTANCE);
}
public Builder setGoogleAppId(String str) {
copyOnWrite();
((ApplicationInfo) this.instance).setGoogleAppId(str);
return this;
}
public boolean hasAppInstanceId() {
return ((ApplicationInfo) this.instance).hasAppInstanceId();
}
public Builder setAppInstanceId(String str) {
copyOnWrite();
((ApplicationInfo) this.instance).setAppInstanceId(str);
return this;
}
public Builder setAndroidAppInfo(AndroidApplicationInfo.Builder builder) {
copyOnWrite();
((ApplicationInfo) this.instance).setAndroidAppInfo((AndroidApplicationInfo) builder.build());
return this;
}
public Builder setApplicationProcessState(ApplicationProcessState applicationProcessState) {
copyOnWrite();
((ApplicationInfo) this.instance).setApplicationProcessState(applicationProcessState);
return this;
}
public Builder putAllCustomAttributes(Map map) {
copyOnWrite();
((ApplicationInfo) this.instance).getMutableCustomAttributesMap().putAll(map);
return this;
}
}
/* renamed from: com.google.firebase.perf.v1.ApplicationInfo$1, reason: invalid class name */
public static /* synthetic */ class AnonymousClass1 {
public static final /* synthetic */ int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke;
static {
int[] iArr = new int[GeneratedMessageLite.MethodToInvoke.values().length];
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke = iArr;
try {
iArr[GeneratedMessageLite.MethodToInvoke.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.NEW_BUILDER.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.BUILD_MESSAGE_INFO.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_DEFAULT_INSTANCE.ordinal()] = 4;
} catch (NoSuchFieldError unused4) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_PARSER.ordinal()] = 5;
} catch (NoSuchFieldError unused5) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
} catch (NoSuchFieldError unused6) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7;
} catch (NoSuchFieldError unused7) {
}
}
}
@Override // com.google.protobuf.GeneratedMessageLite
public final Object dynamicMethod(GeneratedMessageLite.MethodToInvoke methodToInvoke, Object obj, Object obj2) {
AnonymousClass1 anonymousClass1 = null;
switch (AnonymousClass1.$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[methodToInvoke.ordinal()]) {
case 1:
return new ApplicationInfo();
case 2:
return new Builder(anonymousClass1);
case 3:
return GeneratedMessageLite.newMessageInfo(DEFAULT_INSTANCE, "\u0001\u0005\u0000\u0001\u0001\u0006\u0005\u0001\u0000\u0000\u0001ဈ\u0000\u0002ဈ\u0001\u0003ဉ\u0002\u0005ဌ\u0003\u00062", new Object[]{"bitField0_", "googleAppId_", "appInstanceId_", "androidAppInfo_", "applicationProcessState_", ApplicationProcessState.internalGetVerifier(), "customAttributes_", CustomAttributesDefaultEntryHolder.defaultEntry});
case 4:
return DEFAULT_INSTANCE;
case 5:
Parser<ApplicationInfo> parser = PARSER;
if (parser == null) {
synchronized (ApplicationInfo.class) {
try {
parser = PARSER;
if (parser == null) {
parser = new GeneratedMessageLite.DefaultInstanceBasedParser<>(DEFAULT_INSTANCE);
PARSER = parser;
}
} finally {
}
}
}
return parser;
case 6:
return (byte) 1;
case 7:
return null;
default:
throw new UnsupportedOperationException();
}
}
static {
ApplicationInfo applicationInfo = new ApplicationInfo();
DEFAULT_INSTANCE = applicationInfo;
GeneratedMessageLite.registerDefaultInstance(ApplicationInfo.class, applicationInfo);
}
}

View File

@@ -0,0 +1,70 @@
package com.google.firebase.perf.v1;
import com.google.protobuf.Internal;
/* loaded from: classes3.dex */
public enum ApplicationProcessState implements Internal.EnumLite {
APPLICATION_PROCESS_STATE_UNKNOWN(0),
FOREGROUND(1),
BACKGROUND(2),
FOREGROUND_BACKGROUND(3);
public static final int APPLICATION_PROCESS_STATE_UNKNOWN_VALUE = 0;
public static final int BACKGROUND_VALUE = 2;
public static final int FOREGROUND_BACKGROUND_VALUE = 3;
public static final int FOREGROUND_VALUE = 1;
private static final Internal.EnumLiteMap<ApplicationProcessState> internalValueMap = new Internal.EnumLiteMap() { // from class: com.google.firebase.perf.v1.ApplicationProcessState.1
@Override // com.google.protobuf.Internal.EnumLiteMap
public ApplicationProcessState findValueByNumber(int i) {
return ApplicationProcessState.forNumber(i);
}
};
private final int value;
public static ApplicationProcessState forNumber(int i) {
if (i == 0) {
return APPLICATION_PROCESS_STATE_UNKNOWN;
}
if (i == 1) {
return FOREGROUND;
}
if (i == 2) {
return BACKGROUND;
}
if (i != 3) {
return null;
}
return FOREGROUND_BACKGROUND;
}
public static Internal.EnumLiteMap<ApplicationProcessState> internalGetValueMap() {
return internalValueMap;
}
@Override // com.google.protobuf.Internal.EnumLite
public final int getNumber() {
return this.value;
}
@Deprecated
public static ApplicationProcessState valueOf(int i) {
return forNumber(i);
}
public static Internal.EnumVerifier internalGetVerifier() {
return ApplicationProcessStateVerifier.INSTANCE;
}
public static final class ApplicationProcessStateVerifier implements Internal.EnumVerifier {
public static final Internal.EnumVerifier INSTANCE = new ApplicationProcessStateVerifier();
@Override // com.google.protobuf.Internal.EnumVerifier
public boolean isInRange(int i) {
return ApplicationProcessState.forNumber(i) != null;
}
}
ApplicationProcessState(int i) {
this.value = i;
}
}

View File

@@ -0,0 +1,146 @@
package com.google.firebase.perf.v1;
import com.google.protobuf.GeneratedMessageLite;
import com.google.protobuf.MessageLiteOrBuilder;
import com.google.protobuf.Parser;
/* loaded from: classes3.dex */
public final class CpuMetricReading extends GeneratedMessageLite implements MessageLiteOrBuilder {
public static final int CLIENT_TIME_US_FIELD_NUMBER = 1;
private static final CpuMetricReading DEFAULT_INSTANCE;
private static volatile Parser<CpuMetricReading> PARSER = null;
public static final int SYSTEM_TIME_US_FIELD_NUMBER = 3;
public static final int USER_TIME_US_FIELD_NUMBER = 2;
private int bitField0_;
private long clientTimeUs_;
private long systemTimeUs_;
private long userTimeUs_;
/* JADX INFO: Access modifiers changed from: private */
public void setClientTimeUs(long j) {
this.bitField0_ |= 1;
this.clientTimeUs_ = j;
}
public final void setSystemTimeUs(long j) {
this.bitField0_ |= 4;
this.systemTimeUs_ = j;
}
public final void setUserTimeUs(long j) {
this.bitField0_ |= 2;
this.userTimeUs_ = j;
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static final class Builder extends GeneratedMessageLite.Builder implements MessageLiteOrBuilder {
public /* synthetic */ Builder(AnonymousClass1 anonymousClass1) {
this();
}
public Builder() {
super(CpuMetricReading.DEFAULT_INSTANCE);
}
public Builder setClientTimeUs(long j) {
copyOnWrite();
((CpuMetricReading) this.instance).setClientTimeUs(j);
return this;
}
public Builder setUserTimeUs(long j) {
copyOnWrite();
((CpuMetricReading) this.instance).setUserTimeUs(j);
return this;
}
public Builder setSystemTimeUs(long j) {
copyOnWrite();
((CpuMetricReading) this.instance).setSystemTimeUs(j);
return this;
}
}
/* renamed from: com.google.firebase.perf.v1.CpuMetricReading$1, reason: invalid class name */
public static /* synthetic */ class AnonymousClass1 {
public static final /* synthetic */ int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke;
static {
int[] iArr = new int[GeneratedMessageLite.MethodToInvoke.values().length];
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke = iArr;
try {
iArr[GeneratedMessageLite.MethodToInvoke.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.NEW_BUILDER.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.BUILD_MESSAGE_INFO.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_DEFAULT_INSTANCE.ordinal()] = 4;
} catch (NoSuchFieldError unused4) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_PARSER.ordinal()] = 5;
} catch (NoSuchFieldError unused5) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
} catch (NoSuchFieldError unused6) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7;
} catch (NoSuchFieldError unused7) {
}
}
}
@Override // com.google.protobuf.GeneratedMessageLite
public final Object dynamicMethod(GeneratedMessageLite.MethodToInvoke methodToInvoke, Object obj, Object obj2) {
AnonymousClass1 anonymousClass1 = null;
switch (AnonymousClass1.$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[methodToInvoke.ordinal()]) {
case 1:
return new CpuMetricReading();
case 2:
return new Builder(anonymousClass1);
case 3:
return GeneratedMessageLite.newMessageInfo(DEFAULT_INSTANCE, "\u0001\u0003\u0000\u0001\u0001\u0003\u0003\u0000\u0000\u0000\u0001ဂ\u0000\u0002ဂ\u0001\u0003ဂ\u0002", new Object[]{"bitField0_", "clientTimeUs_", "userTimeUs_", "systemTimeUs_"});
case 4:
return DEFAULT_INSTANCE;
case 5:
Parser<CpuMetricReading> parser = PARSER;
if (parser == null) {
synchronized (CpuMetricReading.class) {
try {
parser = PARSER;
if (parser == null) {
parser = new GeneratedMessageLite.DefaultInstanceBasedParser<>(DEFAULT_INSTANCE);
PARSER = parser;
}
} finally {
}
}
}
return parser;
case 6:
return (byte) 1;
case 7:
return null;
default:
throw new UnsupportedOperationException();
}
}
static {
CpuMetricReading cpuMetricReading = new CpuMetricReading();
DEFAULT_INSTANCE = cpuMetricReading;
GeneratedMessageLite.registerDefaultInstance(CpuMetricReading.class, cpuMetricReading);
}
}

View File

@@ -0,0 +1,159 @@
package com.google.firebase.perf.v1;
import com.google.protobuf.GeneratedMessageLite;
import com.google.protobuf.MessageLiteOrBuilder;
import com.google.protobuf.Parser;
/* loaded from: classes3.dex */
public final class GaugeMetadata extends GeneratedMessageLite implements MessageLiteOrBuilder {
public static final int CPU_CLOCK_RATE_KHZ_FIELD_NUMBER = 2;
public static final int CPU_PROCESSOR_COUNT_FIELD_NUMBER = 6;
private static final GaugeMetadata DEFAULT_INSTANCE;
public static final int DEVICE_RAM_SIZE_KB_FIELD_NUMBER = 3;
public static final int MAX_APP_JAVA_HEAP_MEMORY_KB_FIELD_NUMBER = 4;
public static final int MAX_ENCOURAGED_APP_JAVA_HEAP_MEMORY_KB_FIELD_NUMBER = 5;
private static volatile Parser<GaugeMetadata> PARSER = null;
public static final int PROCESS_NAME_FIELD_NUMBER = 1;
private int bitField0_;
private int cpuClockRateKhz_;
private int cpuProcessorCount_;
private int deviceRamSizeKb_;
private int maxAppJavaHeapMemoryKb_;
private int maxEncouragedAppJavaHeapMemoryKb_;
private String processName_ = "";
public static GaugeMetadata getDefaultInstance() {
return DEFAULT_INSTANCE;
}
public boolean hasMaxAppJavaHeapMemoryKb() {
return (this.bitField0_ & 16) != 0;
}
public final void setDeviceRamSizeKb(int i) {
this.bitField0_ |= 8;
this.deviceRamSizeKb_ = i;
}
public final void setMaxAppJavaHeapMemoryKb(int i) {
this.bitField0_ |= 16;
this.maxAppJavaHeapMemoryKb_ = i;
}
public final void setMaxEncouragedAppJavaHeapMemoryKb(int i) {
this.bitField0_ |= 32;
this.maxEncouragedAppJavaHeapMemoryKb_ = i;
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static final class Builder extends GeneratedMessageLite.Builder implements MessageLiteOrBuilder {
public /* synthetic */ Builder(AnonymousClass1 anonymousClass1) {
this();
}
public Builder() {
super(GaugeMetadata.DEFAULT_INSTANCE);
}
public Builder setDeviceRamSizeKb(int i) {
copyOnWrite();
((GaugeMetadata) this.instance).setDeviceRamSizeKb(i);
return this;
}
public Builder setMaxAppJavaHeapMemoryKb(int i) {
copyOnWrite();
((GaugeMetadata) this.instance).setMaxAppJavaHeapMemoryKb(i);
return this;
}
public Builder setMaxEncouragedAppJavaHeapMemoryKb(int i) {
copyOnWrite();
((GaugeMetadata) this.instance).setMaxEncouragedAppJavaHeapMemoryKb(i);
return this;
}
}
/* renamed from: com.google.firebase.perf.v1.GaugeMetadata$1, reason: invalid class name */
public static /* synthetic */ class AnonymousClass1 {
public static final /* synthetic */ int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke;
static {
int[] iArr = new int[GeneratedMessageLite.MethodToInvoke.values().length];
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke = iArr;
try {
iArr[GeneratedMessageLite.MethodToInvoke.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.NEW_BUILDER.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.BUILD_MESSAGE_INFO.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_DEFAULT_INSTANCE.ordinal()] = 4;
} catch (NoSuchFieldError unused4) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_PARSER.ordinal()] = 5;
} catch (NoSuchFieldError unused5) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
} catch (NoSuchFieldError unused6) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7;
} catch (NoSuchFieldError unused7) {
}
}
}
@Override // com.google.protobuf.GeneratedMessageLite
public final Object dynamicMethod(GeneratedMessageLite.MethodToInvoke methodToInvoke, Object obj, Object obj2) {
AnonymousClass1 anonymousClass1 = null;
switch (AnonymousClass1.$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[methodToInvoke.ordinal()]) {
case 1:
return new GaugeMetadata();
case 2:
return new Builder(anonymousClass1);
case 3:
return GeneratedMessageLite.newMessageInfo(DEFAULT_INSTANCE, "\u0001\u0006\u0000\u0001\u0001\u0006\u0006\u0000\u0000\u0000\u0001ဈ\u0000\u0002င\u0001\u0003င\u0003\u0004င\u0004\u0005င\u0005\u0006င\u0002", new Object[]{"bitField0_", "processName_", "cpuClockRateKhz_", "deviceRamSizeKb_", "maxAppJavaHeapMemoryKb_", "maxEncouragedAppJavaHeapMemoryKb_", "cpuProcessorCount_"});
case 4:
return DEFAULT_INSTANCE;
case 5:
Parser<GaugeMetadata> parser = PARSER;
if (parser == null) {
synchronized (GaugeMetadata.class) {
try {
parser = PARSER;
if (parser == null) {
parser = new GeneratedMessageLite.DefaultInstanceBasedParser<>(DEFAULT_INSTANCE);
PARSER = parser;
}
} finally {
}
}
}
return parser;
case 6:
return (byte) 1;
case 7:
return null;
default:
throw new UnsupportedOperationException();
}
}
static {
GaugeMetadata gaugeMetadata = new GaugeMetadata();
DEFAULT_INSTANCE = gaugeMetadata;
GeneratedMessageLite.registerDefaultInstance(GaugeMetadata.class, gaugeMetadata);
}
}

View File

@@ -0,0 +1,204 @@
package com.google.firebase.perf.v1;
import com.google.protobuf.GeneratedMessageLite;
import com.google.protobuf.Internal;
import com.google.protobuf.MessageLiteOrBuilder;
import com.google.protobuf.Parser;
/* loaded from: classes3.dex */
public final class GaugeMetric extends GeneratedMessageLite implements MessageLiteOrBuilder {
public static final int ANDROID_MEMORY_READINGS_FIELD_NUMBER = 4;
public static final int CPU_METRIC_READINGS_FIELD_NUMBER = 2;
private static final GaugeMetric DEFAULT_INSTANCE;
public static final int GAUGE_METADATA_FIELD_NUMBER = 3;
private static volatile Parser<GaugeMetric> PARSER = null;
public static final int SESSION_ID_FIELD_NUMBER = 1;
private int bitField0_;
private GaugeMetadata gaugeMetadata_;
private String sessionId_ = "";
private Internal.ProtobufList<CpuMetricReading> cpuMetricReadings_ = GeneratedMessageLite.emptyProtobufList();
private Internal.ProtobufList<AndroidMemoryReading> androidMemoryReadings_ = GeneratedMessageLite.emptyProtobufList();
public static GaugeMetric getDefaultInstance() {
return DEFAULT_INSTANCE;
}
public boolean hasGaugeMetadata() {
return (this.bitField0_ & 2) != 0;
}
public boolean hasSessionId() {
return (this.bitField0_ & 1) != 0;
}
public final void setSessionId(String str) {
str.getClass();
this.bitField0_ |= 1;
this.sessionId_ = str;
}
public GaugeMetadata getGaugeMetadata() {
GaugeMetadata gaugeMetadata = this.gaugeMetadata_;
return gaugeMetadata == null ? GaugeMetadata.getDefaultInstance() : gaugeMetadata;
}
public final void setGaugeMetadata(GaugeMetadata gaugeMetadata) {
gaugeMetadata.getClass();
this.gaugeMetadata_ = gaugeMetadata;
this.bitField0_ |= 2;
}
public int getCpuMetricReadingsCount() {
return this.cpuMetricReadings_.size();
}
public final void ensureCpuMetricReadingsIsMutable() {
Internal.ProtobufList<CpuMetricReading> protobufList = this.cpuMetricReadings_;
if (protobufList.isModifiable()) {
return;
}
this.cpuMetricReadings_ = GeneratedMessageLite.mutableCopy(protobufList);
}
public final void addCpuMetricReadings(CpuMetricReading cpuMetricReading) {
cpuMetricReading.getClass();
ensureCpuMetricReadingsIsMutable();
this.cpuMetricReadings_.add(cpuMetricReading);
}
public int getAndroidMemoryReadingsCount() {
return this.androidMemoryReadings_.size();
}
public final void ensureAndroidMemoryReadingsIsMutable() {
Internal.ProtobufList<AndroidMemoryReading> protobufList = this.androidMemoryReadings_;
if (protobufList.isModifiable()) {
return;
}
this.androidMemoryReadings_ = GeneratedMessageLite.mutableCopy(protobufList);
}
public final void addAndroidMemoryReadings(AndroidMemoryReading androidMemoryReading) {
androidMemoryReading.getClass();
ensureAndroidMemoryReadingsIsMutable();
this.androidMemoryReadings_.add(androidMemoryReading);
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static final class Builder extends GeneratedMessageLite.Builder implements MessageLiteOrBuilder {
public /* synthetic */ Builder(AnonymousClass1 anonymousClass1) {
this();
}
public Builder() {
super(GaugeMetric.DEFAULT_INSTANCE);
}
public Builder setSessionId(String str) {
copyOnWrite();
((GaugeMetric) this.instance).setSessionId(str);
return this;
}
public Builder setGaugeMetadata(GaugeMetadata gaugeMetadata) {
copyOnWrite();
((GaugeMetric) this.instance).setGaugeMetadata(gaugeMetadata);
return this;
}
public Builder addCpuMetricReadings(CpuMetricReading cpuMetricReading) {
copyOnWrite();
((GaugeMetric) this.instance).addCpuMetricReadings(cpuMetricReading);
return this;
}
public Builder addAndroidMemoryReadings(AndroidMemoryReading androidMemoryReading) {
copyOnWrite();
((GaugeMetric) this.instance).addAndroidMemoryReadings(androidMemoryReading);
return this;
}
}
/* renamed from: com.google.firebase.perf.v1.GaugeMetric$1, reason: invalid class name */
public static /* synthetic */ class AnonymousClass1 {
public static final /* synthetic */ int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke;
static {
int[] iArr = new int[GeneratedMessageLite.MethodToInvoke.values().length];
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke = iArr;
try {
iArr[GeneratedMessageLite.MethodToInvoke.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.NEW_BUILDER.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.BUILD_MESSAGE_INFO.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_DEFAULT_INSTANCE.ordinal()] = 4;
} catch (NoSuchFieldError unused4) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_PARSER.ordinal()] = 5;
} catch (NoSuchFieldError unused5) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
} catch (NoSuchFieldError unused6) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7;
} catch (NoSuchFieldError unused7) {
}
}
}
@Override // com.google.protobuf.GeneratedMessageLite
public final Object dynamicMethod(GeneratedMessageLite.MethodToInvoke methodToInvoke, Object obj, Object obj2) {
AnonymousClass1 anonymousClass1 = null;
switch (AnonymousClass1.$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[methodToInvoke.ordinal()]) {
case 1:
return new GaugeMetric();
case 2:
return new Builder(anonymousClass1);
case 3:
return GeneratedMessageLite.newMessageInfo(DEFAULT_INSTANCE, "\u0001\u0004\u0000\u0001\u0001\u0004\u0004\u0000\u0002\u0000\u0001ဈ\u0000\u0002\u001b\u0003ဉ\u0001\u0004\u001b", new Object[]{"bitField0_", "sessionId_", "cpuMetricReadings_", CpuMetricReading.class, "gaugeMetadata_", "androidMemoryReadings_", AndroidMemoryReading.class});
case 4:
return DEFAULT_INSTANCE;
case 5:
Parser<GaugeMetric> parser = PARSER;
if (parser == null) {
synchronized (GaugeMetric.class) {
try {
parser = PARSER;
if (parser == null) {
parser = new GeneratedMessageLite.DefaultInstanceBasedParser<>(DEFAULT_INSTANCE);
PARSER = parser;
}
} finally {
}
}
}
return parser;
case 6:
return (byte) 1;
case 7:
return null;
default:
throw new UnsupportedOperationException();
}
}
static {
GaugeMetric gaugeMetric = new GaugeMetric();
DEFAULT_INSTANCE = gaugeMetric;
GeneratedMessageLite.registerDefaultInstance(GaugeMetric.class, gaugeMetric);
}
}

View File

@@ -0,0 +1,542 @@
package com.google.firebase.perf.v1;
import com.google.protobuf.AbstractMessageLite;
import com.google.protobuf.GeneratedMessageLite;
import com.google.protobuf.Internal;
import com.google.protobuf.MapEntryLite;
import com.google.protobuf.MapFieldLite;
import com.google.protobuf.MessageLiteOrBuilder;
import com.google.protobuf.Parser;
import com.google.protobuf.WireFormat;
import java.util.List;
/* loaded from: classes3.dex */
public final class NetworkRequestMetric extends GeneratedMessageLite implements MessageLiteOrBuilder {
public static final int CLIENT_START_TIME_US_FIELD_NUMBER = 7;
public static final int CUSTOM_ATTRIBUTES_FIELD_NUMBER = 12;
private static final NetworkRequestMetric DEFAULT_INSTANCE;
public static final int HTTP_METHOD_FIELD_NUMBER = 2;
public static final int HTTP_RESPONSE_CODE_FIELD_NUMBER = 5;
public static final int NETWORK_CLIENT_ERROR_REASON_FIELD_NUMBER = 11;
private static volatile Parser<NetworkRequestMetric> PARSER = null;
public static final int PERF_SESSIONS_FIELD_NUMBER = 13;
public static final int REQUEST_PAYLOAD_BYTES_FIELD_NUMBER = 3;
public static final int RESPONSE_CONTENT_TYPE_FIELD_NUMBER = 6;
public static final int RESPONSE_PAYLOAD_BYTES_FIELD_NUMBER = 4;
public static final int TIME_TO_REQUEST_COMPLETED_US_FIELD_NUMBER = 8;
public static final int TIME_TO_RESPONSE_COMPLETED_US_FIELD_NUMBER = 10;
public static final int TIME_TO_RESPONSE_INITIATED_US_FIELD_NUMBER = 9;
public static final int URL_FIELD_NUMBER = 1;
private int bitField0_;
private long clientStartTimeUs_;
private int httpMethod_;
private int httpResponseCode_;
private int networkClientErrorReason_;
private long requestPayloadBytes_;
private long responsePayloadBytes_;
private long timeToRequestCompletedUs_;
private long timeToResponseCompletedUs_;
private long timeToResponseInitiatedUs_;
private MapFieldLite<String, String> customAttributes_ = MapFieldLite.emptyMapField();
private String url_ = "";
private String responseContentType_ = "";
private Internal.ProtobufList<PerfSession> perfSessions_ = GeneratedMessageLite.emptyProtobufList();
public static NetworkRequestMetric getDefaultInstance() {
return DEFAULT_INSTANCE;
}
public long getClientStartTimeUs() {
return this.clientStartTimeUs_;
}
public int getHttpResponseCode() {
return this.httpResponseCode_;
}
public List getPerfSessionsList() {
return this.perfSessions_;
}
public long getRequestPayloadBytes() {
return this.requestPayloadBytes_;
}
public String getResponseContentType() {
return this.responseContentType_;
}
public long getResponsePayloadBytes() {
return this.responsePayloadBytes_;
}
public long getTimeToRequestCompletedUs() {
return this.timeToRequestCompletedUs_;
}
public long getTimeToResponseCompletedUs() {
return this.timeToResponseCompletedUs_;
}
public long getTimeToResponseInitiatedUs() {
return this.timeToResponseInitiatedUs_;
}
public String getUrl() {
return this.url_;
}
public boolean hasClientStartTimeUs() {
return (this.bitField0_ & 128) != 0;
}
public boolean hasHttpMethod() {
return (this.bitField0_ & 2) != 0;
}
public boolean hasHttpResponseCode() {
return (this.bitField0_ & 32) != 0;
}
public boolean hasRequestPayloadBytes() {
return (this.bitField0_ & 4) != 0;
}
public boolean hasResponsePayloadBytes() {
return (this.bitField0_ & 8) != 0;
}
public boolean hasTimeToRequestCompletedUs() {
return (this.bitField0_ & 256) != 0;
}
public boolean hasTimeToResponseCompletedUs() {
return (this.bitField0_ & 1024) != 0;
}
public boolean hasTimeToResponseInitiatedUs() {
return (this.bitField0_ & 512) != 0;
}
public final void setClientStartTimeUs(long j) {
this.bitField0_ |= 128;
this.clientStartTimeUs_ = j;
}
public final void setHttpResponseCode(int i) {
this.bitField0_ |= 32;
this.httpResponseCode_ = i;
}
public final void setRequestPayloadBytes(long j) {
this.bitField0_ |= 4;
this.requestPayloadBytes_ = j;
}
public final void setResponsePayloadBytes(long j) {
this.bitField0_ |= 8;
this.responsePayloadBytes_ = j;
}
public final void setTimeToRequestCompletedUs(long j) {
this.bitField0_ |= 256;
this.timeToRequestCompletedUs_ = j;
}
public final void setTimeToResponseCompletedUs(long j) {
this.bitField0_ |= 1024;
this.timeToResponseCompletedUs_ = j;
}
public final void setTimeToResponseInitiatedUs(long j) {
this.bitField0_ |= 512;
this.timeToResponseInitiatedUs_ = j;
}
public enum HttpMethod implements Internal.EnumLite {
HTTP_METHOD_UNKNOWN(0),
GET(1),
PUT(2),
POST(3),
DELETE(4),
HEAD(5),
PATCH(6),
OPTIONS(7),
TRACE(8),
CONNECT(9);
public static final int CONNECT_VALUE = 9;
public static final int DELETE_VALUE = 4;
public static final int GET_VALUE = 1;
public static final int HEAD_VALUE = 5;
public static final int HTTP_METHOD_UNKNOWN_VALUE = 0;
public static final int OPTIONS_VALUE = 7;
public static final int PATCH_VALUE = 6;
public static final int POST_VALUE = 3;
public static final int PUT_VALUE = 2;
public static final int TRACE_VALUE = 8;
private static final Internal.EnumLiteMap<HttpMethod> internalValueMap = new Internal.EnumLiteMap() { // from class: com.google.firebase.perf.v1.NetworkRequestMetric.HttpMethod.1
@Override // com.google.protobuf.Internal.EnumLiteMap
public HttpMethod findValueByNumber(int i) {
return HttpMethod.forNumber(i);
}
};
private final int value;
public static HttpMethod forNumber(int i) {
switch (i) {
case 0:
return HTTP_METHOD_UNKNOWN;
case 1:
return GET;
case 2:
return PUT;
case 3:
return POST;
case 4:
return DELETE;
case 5:
return HEAD;
case 6:
return PATCH;
case 7:
return OPTIONS;
case 8:
return TRACE;
case 9:
return CONNECT;
default:
return null;
}
}
public static Internal.EnumLiteMap<HttpMethod> internalGetValueMap() {
return internalValueMap;
}
@Override // com.google.protobuf.Internal.EnumLite
public final int getNumber() {
return this.value;
}
@Deprecated
public static HttpMethod valueOf(int i) {
return forNumber(i);
}
public static Internal.EnumVerifier internalGetVerifier() {
return HttpMethodVerifier.INSTANCE;
}
public static final class HttpMethodVerifier implements Internal.EnumVerifier {
public static final Internal.EnumVerifier INSTANCE = new HttpMethodVerifier();
@Override // com.google.protobuf.Internal.EnumVerifier
public boolean isInRange(int i) {
return HttpMethod.forNumber(i) != null;
}
}
HttpMethod(int i) {
this.value = i;
}
}
public enum NetworkClientErrorReason implements Internal.EnumLite {
NETWORK_CLIENT_ERROR_REASON_UNKNOWN(0),
GENERIC_CLIENT_ERROR(1);
public static final int GENERIC_CLIENT_ERROR_VALUE = 1;
public static final int NETWORK_CLIENT_ERROR_REASON_UNKNOWN_VALUE = 0;
private static final Internal.EnumLiteMap<NetworkClientErrorReason> internalValueMap = new Internal.EnumLiteMap() { // from class: com.google.firebase.perf.v1.NetworkRequestMetric.NetworkClientErrorReason.1
@Override // com.google.protobuf.Internal.EnumLiteMap
public NetworkClientErrorReason findValueByNumber(int i) {
return NetworkClientErrorReason.forNumber(i);
}
};
private final int value;
public static NetworkClientErrorReason forNumber(int i) {
if (i == 0) {
return NETWORK_CLIENT_ERROR_REASON_UNKNOWN;
}
if (i != 1) {
return null;
}
return GENERIC_CLIENT_ERROR;
}
public static Internal.EnumLiteMap<NetworkClientErrorReason> internalGetValueMap() {
return internalValueMap;
}
@Override // com.google.protobuf.Internal.EnumLite
public final int getNumber() {
return this.value;
}
@Deprecated
public static NetworkClientErrorReason valueOf(int i) {
return forNumber(i);
}
public static Internal.EnumVerifier internalGetVerifier() {
return NetworkClientErrorReasonVerifier.INSTANCE;
}
public static final class NetworkClientErrorReasonVerifier implements Internal.EnumVerifier {
public static final Internal.EnumVerifier INSTANCE = new NetworkClientErrorReasonVerifier();
@Override // com.google.protobuf.Internal.EnumVerifier
public boolean isInRange(int i) {
return NetworkClientErrorReason.forNumber(i) != null;
}
}
NetworkClientErrorReason(int i) {
this.value = i;
}
}
public final void setUrl(String str) {
str.getClass();
this.bitField0_ |= 1;
this.url_ = str;
}
public HttpMethod getHttpMethod() {
HttpMethod forNumber = HttpMethod.forNumber(this.httpMethod_);
return forNumber == null ? HttpMethod.HTTP_METHOD_UNKNOWN : forNumber;
}
public final void setHttpMethod(HttpMethod httpMethod) {
this.httpMethod_ = httpMethod.getNumber();
this.bitField0_ |= 2;
}
public final void setNetworkClientErrorReason(NetworkClientErrorReason networkClientErrorReason) {
this.networkClientErrorReason_ = networkClientErrorReason.getNumber();
this.bitField0_ |= 16;
}
public final void setResponseContentType(String str) {
str.getClass();
this.bitField0_ |= 64;
this.responseContentType_ = str;
}
public final void clearResponseContentType() {
this.bitField0_ &= -65;
this.responseContentType_ = getDefaultInstance().getResponseContentType();
}
public static final class CustomAttributesDefaultEntryHolder {
public static final MapEntryLite defaultEntry;
static {
WireFormat.FieldType fieldType = WireFormat.FieldType.STRING;
defaultEntry = MapEntryLite.newDefaultInstance(fieldType, "", fieldType, "");
}
}
public final void ensurePerfSessionsIsMutable() {
Internal.ProtobufList<PerfSession> protobufList = this.perfSessions_;
if (protobufList.isModifiable()) {
return;
}
this.perfSessions_ = GeneratedMessageLite.mutableCopy(protobufList);
}
public final void addAllPerfSessions(Iterable iterable) {
ensurePerfSessionsIsMutable();
AbstractMessageLite.addAll(iterable, (List) this.perfSessions_);
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static final class Builder extends GeneratedMessageLite.Builder implements MessageLiteOrBuilder {
public /* synthetic */ Builder(AnonymousClass1 anonymousClass1) {
this();
}
public Builder() {
super(NetworkRequestMetric.DEFAULT_INSTANCE);
}
public Builder setUrl(String str) {
copyOnWrite();
((NetworkRequestMetric) this.instance).setUrl(str);
return this;
}
public Builder setHttpMethod(HttpMethod httpMethod) {
copyOnWrite();
((NetworkRequestMetric) this.instance).setHttpMethod(httpMethod);
return this;
}
public Builder setRequestPayloadBytes(long j) {
copyOnWrite();
((NetworkRequestMetric) this.instance).setRequestPayloadBytes(j);
return this;
}
public Builder setResponsePayloadBytes(long j) {
copyOnWrite();
((NetworkRequestMetric) this.instance).setResponsePayloadBytes(j);
return this;
}
public Builder setNetworkClientErrorReason(NetworkClientErrorReason networkClientErrorReason) {
copyOnWrite();
((NetworkRequestMetric) this.instance).setNetworkClientErrorReason(networkClientErrorReason);
return this;
}
public boolean hasHttpResponseCode() {
return ((NetworkRequestMetric) this.instance).hasHttpResponseCode();
}
public Builder setHttpResponseCode(int i) {
copyOnWrite();
((NetworkRequestMetric) this.instance).setHttpResponseCode(i);
return this;
}
public Builder setResponseContentType(String str) {
copyOnWrite();
((NetworkRequestMetric) this.instance).setResponseContentType(str);
return this;
}
public Builder clearResponseContentType() {
copyOnWrite();
((NetworkRequestMetric) this.instance).clearResponseContentType();
return this;
}
public boolean hasClientStartTimeUs() {
return ((NetworkRequestMetric) this.instance).hasClientStartTimeUs();
}
public Builder setClientStartTimeUs(long j) {
copyOnWrite();
((NetworkRequestMetric) this.instance).setClientStartTimeUs(j);
return this;
}
public Builder setTimeToRequestCompletedUs(long j) {
copyOnWrite();
((NetworkRequestMetric) this.instance).setTimeToRequestCompletedUs(j);
return this;
}
public long getTimeToResponseInitiatedUs() {
return ((NetworkRequestMetric) this.instance).getTimeToResponseInitiatedUs();
}
public Builder setTimeToResponseInitiatedUs(long j) {
copyOnWrite();
((NetworkRequestMetric) this.instance).setTimeToResponseInitiatedUs(j);
return this;
}
public boolean hasTimeToResponseCompletedUs() {
return ((NetworkRequestMetric) this.instance).hasTimeToResponseCompletedUs();
}
public Builder setTimeToResponseCompletedUs(long j) {
copyOnWrite();
((NetworkRequestMetric) this.instance).setTimeToResponseCompletedUs(j);
return this;
}
public Builder addAllPerfSessions(Iterable iterable) {
copyOnWrite();
((NetworkRequestMetric) this.instance).addAllPerfSessions(iterable);
return this;
}
}
/* renamed from: com.google.firebase.perf.v1.NetworkRequestMetric$1, reason: invalid class name */
public static /* synthetic */ class AnonymousClass1 {
public static final /* synthetic */ int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke;
static {
int[] iArr = new int[GeneratedMessageLite.MethodToInvoke.values().length];
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke = iArr;
try {
iArr[GeneratedMessageLite.MethodToInvoke.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.NEW_BUILDER.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.BUILD_MESSAGE_INFO.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_DEFAULT_INSTANCE.ordinal()] = 4;
} catch (NoSuchFieldError unused4) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_PARSER.ordinal()] = 5;
} catch (NoSuchFieldError unused5) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
} catch (NoSuchFieldError unused6) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7;
} catch (NoSuchFieldError unused7) {
}
}
}
@Override // com.google.protobuf.GeneratedMessageLite
public final Object dynamicMethod(GeneratedMessageLite.MethodToInvoke methodToInvoke, Object obj, Object obj2) {
AnonymousClass1 anonymousClass1 = null;
switch (AnonymousClass1.$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[methodToInvoke.ordinal()]) {
case 1:
return new NetworkRequestMetric();
case 2:
return new Builder(anonymousClass1);
case 3:
return GeneratedMessageLite.newMessageInfo(DEFAULT_INSTANCE, "\u0001\r\u0000\u0001\u0001\r\r\u0001\u0001\u0000\u0001ဈ\u0000\u0002ဌ\u0001\u0003ဂ\u0002\u0004ဂ\u0003\u0005င\u0005\u0006ဈ\u0006\u0007ဂ\u0007\bဂ\b\tဂ\t\nဂ\n\u000bဌ\u0004\f2\r\u001b", new Object[]{"bitField0_", "url_", "httpMethod_", HttpMethod.internalGetVerifier(), "requestPayloadBytes_", "responsePayloadBytes_", "httpResponseCode_", "responseContentType_", "clientStartTimeUs_", "timeToRequestCompletedUs_", "timeToResponseInitiatedUs_", "timeToResponseCompletedUs_", "networkClientErrorReason_", NetworkClientErrorReason.internalGetVerifier(), "customAttributes_", CustomAttributesDefaultEntryHolder.defaultEntry, "perfSessions_", PerfSession.class});
case 4:
return DEFAULT_INSTANCE;
case 5:
Parser<NetworkRequestMetric> parser = PARSER;
if (parser == null) {
synchronized (NetworkRequestMetric.class) {
try {
parser = PARSER;
if (parser == null) {
parser = new GeneratedMessageLite.DefaultInstanceBasedParser<>(DEFAULT_INSTANCE);
PARSER = parser;
}
} finally {
}
}
}
return parser;
case 6:
return (byte) 1;
case 7:
return null;
default:
throw new UnsupportedOperationException();
}
}
static {
NetworkRequestMetric networkRequestMetric = new NetworkRequestMetric();
DEFAULT_INSTANCE = networkRequestMetric;
GeneratedMessageLite.registerDefaultInstance(NetworkRequestMetric.class, networkRequestMetric);
}
}

View File

@@ -0,0 +1,236 @@
package com.google.firebase.perf.v1;
import com.google.firebase.perf.v1.ApplicationInfo;
import com.google.protobuf.GeneratedMessageLite;
import com.google.protobuf.Parser;
/* loaded from: classes3.dex */
public final class PerfMetric extends GeneratedMessageLite implements PerfMetricOrBuilder {
public static final int APPLICATION_INFO_FIELD_NUMBER = 1;
private static final PerfMetric DEFAULT_INSTANCE;
public static final int GAUGE_METRIC_FIELD_NUMBER = 4;
public static final int NETWORK_REQUEST_METRIC_FIELD_NUMBER = 3;
private static volatile Parser<PerfMetric> PARSER = null;
public static final int TRACE_METRIC_FIELD_NUMBER = 2;
public static final int TRANSPORT_INFO_FIELD_NUMBER = 5;
private ApplicationInfo applicationInfo_;
private int bitField0_;
private GaugeMetric gaugeMetric_;
private NetworkRequestMetric networkRequestMetric_;
private TraceMetric traceMetric_;
private TransportInfo transportInfo_;
public boolean hasApplicationInfo() {
return (this.bitField0_ & 1) != 0;
}
@Override // com.google.firebase.perf.v1.PerfMetricOrBuilder
public boolean hasGaugeMetric() {
return (this.bitField0_ & 8) != 0;
}
@Override // com.google.firebase.perf.v1.PerfMetricOrBuilder
public boolean hasNetworkRequestMetric() {
return (this.bitField0_ & 4) != 0;
}
@Override // com.google.firebase.perf.v1.PerfMetricOrBuilder
public boolean hasTraceMetric() {
return (this.bitField0_ & 2) != 0;
}
public ApplicationInfo getApplicationInfo() {
ApplicationInfo applicationInfo = this.applicationInfo_;
return applicationInfo == null ? ApplicationInfo.getDefaultInstance() : applicationInfo;
}
public final void setApplicationInfo(ApplicationInfo applicationInfo) {
applicationInfo.getClass();
this.applicationInfo_ = applicationInfo;
this.bitField0_ |= 1;
}
@Override // com.google.firebase.perf.v1.PerfMetricOrBuilder
public TraceMetric getTraceMetric() {
TraceMetric traceMetric = this.traceMetric_;
return traceMetric == null ? TraceMetric.getDefaultInstance() : traceMetric;
}
public final void setTraceMetric(TraceMetric traceMetric) {
traceMetric.getClass();
this.traceMetric_ = traceMetric;
this.bitField0_ |= 2;
}
@Override // com.google.firebase.perf.v1.PerfMetricOrBuilder
public NetworkRequestMetric getNetworkRequestMetric() {
NetworkRequestMetric networkRequestMetric = this.networkRequestMetric_;
return networkRequestMetric == null ? NetworkRequestMetric.getDefaultInstance() : networkRequestMetric;
}
public final void setNetworkRequestMetric(NetworkRequestMetric networkRequestMetric) {
networkRequestMetric.getClass();
this.networkRequestMetric_ = networkRequestMetric;
this.bitField0_ |= 4;
}
@Override // com.google.firebase.perf.v1.PerfMetricOrBuilder
public GaugeMetric getGaugeMetric() {
GaugeMetric gaugeMetric = this.gaugeMetric_;
return gaugeMetric == null ? GaugeMetric.getDefaultInstance() : gaugeMetric;
}
public final void setGaugeMetric(GaugeMetric gaugeMetric) {
gaugeMetric.getClass();
this.gaugeMetric_ = gaugeMetric;
this.bitField0_ |= 8;
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static final class Builder extends GeneratedMessageLite.Builder implements PerfMetricOrBuilder {
public /* synthetic */ Builder(AnonymousClass1 anonymousClass1) {
this();
}
public Builder() {
super(PerfMetric.DEFAULT_INSTANCE);
}
public Builder setApplicationInfo(ApplicationInfo.Builder builder) {
copyOnWrite();
((PerfMetric) this.instance).setApplicationInfo((ApplicationInfo) builder.build());
return this;
}
@Override // com.google.firebase.perf.v1.PerfMetricOrBuilder
public boolean hasTraceMetric() {
return ((PerfMetric) this.instance).hasTraceMetric();
}
@Override // com.google.firebase.perf.v1.PerfMetricOrBuilder
public TraceMetric getTraceMetric() {
return ((PerfMetric) this.instance).getTraceMetric();
}
public Builder setTraceMetric(TraceMetric traceMetric) {
copyOnWrite();
((PerfMetric) this.instance).setTraceMetric(traceMetric);
return this;
}
@Override // com.google.firebase.perf.v1.PerfMetricOrBuilder
public boolean hasNetworkRequestMetric() {
return ((PerfMetric) this.instance).hasNetworkRequestMetric();
}
@Override // com.google.firebase.perf.v1.PerfMetricOrBuilder
public NetworkRequestMetric getNetworkRequestMetric() {
return ((PerfMetric) this.instance).getNetworkRequestMetric();
}
public Builder setNetworkRequestMetric(NetworkRequestMetric networkRequestMetric) {
copyOnWrite();
((PerfMetric) this.instance).setNetworkRequestMetric(networkRequestMetric);
return this;
}
@Override // com.google.firebase.perf.v1.PerfMetricOrBuilder
public boolean hasGaugeMetric() {
return ((PerfMetric) this.instance).hasGaugeMetric();
}
@Override // com.google.firebase.perf.v1.PerfMetricOrBuilder
public GaugeMetric getGaugeMetric() {
return ((PerfMetric) this.instance).getGaugeMetric();
}
public Builder setGaugeMetric(GaugeMetric gaugeMetric) {
copyOnWrite();
((PerfMetric) this.instance).setGaugeMetric(gaugeMetric);
return this;
}
}
/* renamed from: com.google.firebase.perf.v1.PerfMetric$1, reason: invalid class name */
public static /* synthetic */ class AnonymousClass1 {
public static final /* synthetic */ int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke;
static {
int[] iArr = new int[GeneratedMessageLite.MethodToInvoke.values().length];
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke = iArr;
try {
iArr[GeneratedMessageLite.MethodToInvoke.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.NEW_BUILDER.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.BUILD_MESSAGE_INFO.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_DEFAULT_INSTANCE.ordinal()] = 4;
} catch (NoSuchFieldError unused4) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_PARSER.ordinal()] = 5;
} catch (NoSuchFieldError unused5) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
} catch (NoSuchFieldError unused6) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7;
} catch (NoSuchFieldError unused7) {
}
}
}
@Override // com.google.protobuf.GeneratedMessageLite
public final Object dynamicMethod(GeneratedMessageLite.MethodToInvoke methodToInvoke, Object obj, Object obj2) {
AnonymousClass1 anonymousClass1 = null;
switch (AnonymousClass1.$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[methodToInvoke.ordinal()]) {
case 1:
return new PerfMetric();
case 2:
return new Builder(anonymousClass1);
case 3:
return GeneratedMessageLite.newMessageInfo(DEFAULT_INSTANCE, "\u0001\u0005\u0000\u0001\u0001\u0005\u0005\u0000\u0000\u0000\u0001ဉ\u0000\u0002ဉ\u0001\u0003ဉ\u0002\u0004ဉ\u0003\u0005ဉ\u0004", new Object[]{"bitField0_", "applicationInfo_", "traceMetric_", "networkRequestMetric_", "gaugeMetric_", "transportInfo_"});
case 4:
return DEFAULT_INSTANCE;
case 5:
Parser<PerfMetric> parser = PARSER;
if (parser == null) {
synchronized (PerfMetric.class) {
try {
parser = PARSER;
if (parser == null) {
parser = new GeneratedMessageLite.DefaultInstanceBasedParser<>(DEFAULT_INSTANCE);
PARSER = parser;
}
} finally {
}
}
}
return parser;
case 6:
return (byte) 1;
case 7:
return null;
default:
throw new UnsupportedOperationException();
}
}
static {
PerfMetric perfMetric = new PerfMetric();
DEFAULT_INSTANCE = perfMetric;
GeneratedMessageLite.registerDefaultInstance(PerfMetric.class, perfMetric);
}
}

View File

@@ -0,0 +1,18 @@
package com.google.firebase.perf.v1;
import com.google.protobuf.MessageLiteOrBuilder;
/* loaded from: classes3.dex */
public interface PerfMetricOrBuilder extends MessageLiteOrBuilder {
GaugeMetric getGaugeMetric();
NetworkRequestMetric getNetworkRequestMetric();
TraceMetric getTraceMetric();
boolean hasGaugeMetric();
boolean hasNetworkRequestMetric();
boolean hasTraceMetric();
}

View File

@@ -0,0 +1,155 @@
package com.google.firebase.perf.v1;
import com.google.protobuf.GeneratedMessageLite;
import com.google.protobuf.Internal;
import com.google.protobuf.MessageLiteOrBuilder;
import com.google.protobuf.Parser;
/* loaded from: classes3.dex */
public final class PerfSession extends GeneratedMessageLite implements MessageLiteOrBuilder {
private static final PerfSession DEFAULT_INSTANCE;
private static volatile Parser<PerfSession> PARSER = null;
public static final int SESSION_ID_FIELD_NUMBER = 1;
public static final int SESSION_VERBOSITY_FIELD_NUMBER = 2;
private static final Internal.ListAdapter.Converter<Integer, SessionVerbosity> sessionVerbosity_converter_ = new Internal.ListAdapter.Converter() { // from class: com.google.firebase.perf.v1.PerfSession.1
@Override // com.google.protobuf.Internal.ListAdapter.Converter
public SessionVerbosity convert(Integer num) {
SessionVerbosity forNumber = SessionVerbosity.forNumber(num.intValue());
return forNumber == null ? SessionVerbosity.SESSION_VERBOSITY_NONE : forNumber;
}
};
private int bitField0_;
private String sessionId_ = "";
private Internal.IntList sessionVerbosity_ = GeneratedMessageLite.emptyIntList();
/* JADX INFO: Access modifiers changed from: private */
public void setSessionId(String str) {
str.getClass();
this.bitField0_ |= 1;
this.sessionId_ = str;
}
static {
PerfSession perfSession = new PerfSession();
DEFAULT_INSTANCE = perfSession;
GeneratedMessageLite.registerDefaultInstance(PerfSession.class, perfSession);
}
public int getSessionVerbosityCount() {
return this.sessionVerbosity_.size();
}
public SessionVerbosity getSessionVerbosity(int i) {
SessionVerbosity forNumber = SessionVerbosity.forNumber(this.sessionVerbosity_.getInt(i));
return forNumber == null ? SessionVerbosity.SESSION_VERBOSITY_NONE : forNumber;
}
public final void ensureSessionVerbosityIsMutable() {
Internal.IntList intList = this.sessionVerbosity_;
if (intList.isModifiable()) {
return;
}
this.sessionVerbosity_ = GeneratedMessageLite.mutableCopy(intList);
}
public final void addSessionVerbosity(SessionVerbosity sessionVerbosity) {
sessionVerbosity.getClass();
ensureSessionVerbosityIsMutable();
this.sessionVerbosity_.addInt(sessionVerbosity.getNumber());
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static final class Builder extends GeneratedMessageLite.Builder implements MessageLiteOrBuilder {
public Builder() {
super(PerfSession.DEFAULT_INSTANCE);
}
public Builder setSessionId(String str) {
copyOnWrite();
((PerfSession) this.instance).setSessionId(str);
return this;
}
public Builder addSessionVerbosity(SessionVerbosity sessionVerbosity) {
copyOnWrite();
((PerfSession) this.instance).addSessionVerbosity(sessionVerbosity);
return this;
}
}
/* renamed from: com.google.firebase.perf.v1.PerfSession$2, reason: invalid class name */
public static /* synthetic */ class AnonymousClass2 {
public static final /* synthetic */ int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke;
static {
int[] iArr = new int[GeneratedMessageLite.MethodToInvoke.values().length];
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke = iArr;
try {
iArr[GeneratedMessageLite.MethodToInvoke.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.NEW_BUILDER.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.BUILD_MESSAGE_INFO.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_DEFAULT_INSTANCE.ordinal()] = 4;
} catch (NoSuchFieldError unused4) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_PARSER.ordinal()] = 5;
} catch (NoSuchFieldError unused5) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
} catch (NoSuchFieldError unused6) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7;
} catch (NoSuchFieldError unused7) {
}
}
}
@Override // com.google.protobuf.GeneratedMessageLite
public final Object dynamicMethod(GeneratedMessageLite.MethodToInvoke methodToInvoke, Object obj, Object obj2) {
switch (AnonymousClass2.$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[methodToInvoke.ordinal()]) {
case 1:
return new PerfSession();
case 2:
return new Builder();
case 3:
return GeneratedMessageLite.newMessageInfo(DEFAULT_INSTANCE, "\u0001\u0002\u0000\u0001\u0001\u0002\u0002\u0000\u0001\u0000\u0001ဈ\u0000\u0002\u001e", new Object[]{"bitField0_", "sessionId_", "sessionVerbosity_", SessionVerbosity.internalGetVerifier()});
case 4:
return DEFAULT_INSTANCE;
case 5:
Parser<PerfSession> parser = PARSER;
if (parser == null) {
synchronized (PerfSession.class) {
try {
parser = PARSER;
if (parser == null) {
parser = new GeneratedMessageLite.DefaultInstanceBasedParser<>(DEFAULT_INSTANCE);
PARSER = parser;
}
} finally {
}
}
}
return parser;
case 6:
return (byte) 1;
case 7:
return null;
default:
throw new UnsupportedOperationException();
}
}
}

View File

@@ -0,0 +1,60 @@
package com.google.firebase.perf.v1;
import com.google.protobuf.Internal;
/* loaded from: classes3.dex */
public enum SessionVerbosity implements Internal.EnumLite {
SESSION_VERBOSITY_NONE(0),
GAUGES_AND_SYSTEM_EVENTS(1);
public static final int GAUGES_AND_SYSTEM_EVENTS_VALUE = 1;
public static final int SESSION_VERBOSITY_NONE_VALUE = 0;
private static final Internal.EnumLiteMap<SessionVerbosity> internalValueMap = new Internal.EnumLiteMap() { // from class: com.google.firebase.perf.v1.SessionVerbosity.1
@Override // com.google.protobuf.Internal.EnumLiteMap
public SessionVerbosity findValueByNumber(int i) {
return SessionVerbosity.forNumber(i);
}
};
private final int value;
public static SessionVerbosity forNumber(int i) {
if (i == 0) {
return SESSION_VERBOSITY_NONE;
}
if (i != 1) {
return null;
}
return GAUGES_AND_SYSTEM_EVENTS;
}
public static Internal.EnumLiteMap<SessionVerbosity> internalGetValueMap() {
return internalValueMap;
}
@Override // com.google.protobuf.Internal.EnumLite
public final int getNumber() {
return this.value;
}
@Deprecated
public static SessionVerbosity valueOf(int i) {
return forNumber(i);
}
public static Internal.EnumVerifier internalGetVerifier() {
return SessionVerbosityVerifier.INSTANCE;
}
public static final class SessionVerbosityVerifier implements Internal.EnumVerifier {
public static final Internal.EnumVerifier INSTANCE = new SessionVerbosityVerifier();
@Override // com.google.protobuf.Internal.EnumVerifier
public boolean isInRange(int i) {
return SessionVerbosity.forNumber(i) != null;
}
}
SessionVerbosity(int i) {
this.value = i;
}
}

View File

@@ -0,0 +1,340 @@
package com.google.firebase.perf.v1;
import com.google.protobuf.AbstractMessageLite;
import com.google.protobuf.GeneratedMessageLite;
import com.google.protobuf.Internal;
import com.google.protobuf.MapEntryLite;
import com.google.protobuf.MapFieldLite;
import com.google.protobuf.MessageLiteOrBuilder;
import com.google.protobuf.Parser;
import com.google.protobuf.WireFormat;
import java.util.Collections;
import java.util.List;
import java.util.Map;
/* loaded from: classes3.dex */
public final class TraceMetric extends GeneratedMessageLite implements MessageLiteOrBuilder {
public static final int CLIENT_START_TIME_US_FIELD_NUMBER = 4;
public static final int COUNTERS_FIELD_NUMBER = 6;
public static final int CUSTOM_ATTRIBUTES_FIELD_NUMBER = 8;
private static final TraceMetric DEFAULT_INSTANCE;
public static final int DURATION_US_FIELD_NUMBER = 5;
public static final int IS_AUTO_FIELD_NUMBER = 2;
public static final int NAME_FIELD_NUMBER = 1;
private static volatile Parser<TraceMetric> PARSER = null;
public static final int PERF_SESSIONS_FIELD_NUMBER = 9;
public static final int SUBTRACES_FIELD_NUMBER = 7;
private int bitField0_;
private long clientStartTimeUs_;
private long durationUs_;
private boolean isAuto_;
private MapFieldLite<String, Long> counters_ = MapFieldLite.emptyMapField();
private MapFieldLite<String, String> customAttributes_ = MapFieldLite.emptyMapField();
private String name_ = "";
private Internal.ProtobufList<TraceMetric> subtraces_ = GeneratedMessageLite.emptyProtobufList();
private Internal.ProtobufList<PerfSession> perfSessions_ = GeneratedMessageLite.emptyProtobufList();
public static final class CountersDefaultEntryHolder {
public static final MapEntryLite defaultEntry = MapEntryLite.newDefaultInstance(WireFormat.FieldType.STRING, "", WireFormat.FieldType.INT64, 0L);
}
public static TraceMetric getDefaultInstance() {
return DEFAULT_INSTANCE;
}
/* JADX INFO: Access modifiers changed from: private */
public void setClientStartTimeUs(long j) {
this.bitField0_ |= 4;
this.clientStartTimeUs_ = j;
}
public long getDurationUs() {
return this.durationUs_;
}
public String getName() {
return this.name_;
}
public List getPerfSessionsList() {
return this.perfSessions_;
}
public List getSubtracesList() {
return this.subtraces_;
}
public boolean hasClientStartTimeUs() {
return (this.bitField0_ & 4) != 0;
}
public final MapFieldLite internalGetCounters() {
return this.counters_;
}
public final MapFieldLite internalGetCustomAttributes() {
return this.customAttributes_;
}
public final void setDurationUs(long j) {
this.bitField0_ |= 8;
this.durationUs_ = j;
}
public final void setName(String str) {
str.getClass();
this.bitField0_ |= 1;
this.name_ = str;
}
public final MapFieldLite internalGetMutableCounters() {
if (!this.counters_.isMutable()) {
this.counters_ = this.counters_.mutableCopy();
}
return this.counters_;
}
public int getCountersCount() {
return internalGetCounters().size();
}
public Map getCountersMap() {
return Collections.unmodifiableMap(internalGetCounters());
}
public final Map getMutableCountersMap() {
return internalGetMutableCounters();
}
public final void ensureSubtracesIsMutable() {
Internal.ProtobufList<TraceMetric> protobufList = this.subtraces_;
if (protobufList.isModifiable()) {
return;
}
this.subtraces_ = GeneratedMessageLite.mutableCopy(protobufList);
}
public final void addSubtraces(TraceMetric traceMetric) {
traceMetric.getClass();
ensureSubtracesIsMutable();
this.subtraces_.add(traceMetric);
}
public final void addAllSubtraces(Iterable iterable) {
ensureSubtracesIsMutable();
AbstractMessageLite.addAll(iterable, (List) this.subtraces_);
}
public static final class CustomAttributesDefaultEntryHolder {
public static final MapEntryLite defaultEntry;
static {
WireFormat.FieldType fieldType = WireFormat.FieldType.STRING;
defaultEntry = MapEntryLite.newDefaultInstance(fieldType, "", fieldType, "");
}
}
private MapFieldLite internalGetMutableCustomAttributes() {
if (!this.customAttributes_.isMutable()) {
this.customAttributes_ = this.customAttributes_.mutableCopy();
}
return this.customAttributes_;
}
public boolean containsCustomAttributes(String str) {
str.getClass();
return internalGetCustomAttributes().containsKey(str);
}
public Map getCustomAttributesMap() {
return Collections.unmodifiableMap(internalGetCustomAttributes());
}
/* JADX INFO: Access modifiers changed from: private */
public Map getMutableCustomAttributesMap() {
return internalGetMutableCustomAttributes();
}
private void ensurePerfSessionsIsMutable() {
Internal.ProtobufList<PerfSession> protobufList = this.perfSessions_;
if (protobufList.isModifiable()) {
return;
}
this.perfSessions_ = GeneratedMessageLite.mutableCopy(protobufList);
}
public final void addPerfSessions(PerfSession perfSession) {
perfSession.getClass();
ensurePerfSessionsIsMutable();
this.perfSessions_.add(perfSession);
}
/* JADX INFO: Access modifiers changed from: private */
public void addAllPerfSessions(Iterable iterable) {
ensurePerfSessionsIsMutable();
AbstractMessageLite.addAll(iterable, (List) this.perfSessions_);
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static final class Builder extends GeneratedMessageLite.Builder implements MessageLiteOrBuilder {
public /* synthetic */ Builder(AnonymousClass1 anonymousClass1) {
this();
}
public Builder() {
super(TraceMetric.DEFAULT_INSTANCE);
}
public Builder setName(String str) {
copyOnWrite();
((TraceMetric) this.instance).setName(str);
return this;
}
public Builder setClientStartTimeUs(long j) {
copyOnWrite();
((TraceMetric) this.instance).setClientStartTimeUs(j);
return this;
}
public Builder setDurationUs(long j) {
copyOnWrite();
((TraceMetric) this.instance).setDurationUs(j);
return this;
}
public Builder putCounters(String str, long j) {
str.getClass();
copyOnWrite();
((TraceMetric) this.instance).getMutableCountersMap().put(str, Long.valueOf(j));
return this;
}
public Builder putAllCounters(Map map) {
copyOnWrite();
((TraceMetric) this.instance).getMutableCountersMap().putAll(map);
return this;
}
public Builder addSubtraces(TraceMetric traceMetric) {
copyOnWrite();
((TraceMetric) this.instance).addSubtraces(traceMetric);
return this;
}
public Builder addAllSubtraces(Iterable iterable) {
copyOnWrite();
((TraceMetric) this.instance).addAllSubtraces(iterable);
return this;
}
public Builder putCustomAttributes(String str, String str2) {
str.getClass();
str2.getClass();
copyOnWrite();
((TraceMetric) this.instance).getMutableCustomAttributesMap().put(str, str2);
return this;
}
public Builder putAllCustomAttributes(Map map) {
copyOnWrite();
((TraceMetric) this.instance).getMutableCustomAttributesMap().putAll(map);
return this;
}
public Builder addPerfSessions(PerfSession perfSession) {
copyOnWrite();
((TraceMetric) this.instance).addPerfSessions(perfSession);
return this;
}
public Builder addAllPerfSessions(Iterable iterable) {
copyOnWrite();
((TraceMetric) this.instance).addAllPerfSessions(iterable);
return this;
}
}
/* renamed from: com.google.firebase.perf.v1.TraceMetric$1, reason: invalid class name */
public static /* synthetic */ class AnonymousClass1 {
public static final /* synthetic */ int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke;
static {
int[] iArr = new int[GeneratedMessageLite.MethodToInvoke.values().length];
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke = iArr;
try {
iArr[GeneratedMessageLite.MethodToInvoke.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.NEW_BUILDER.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.BUILD_MESSAGE_INFO.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_DEFAULT_INSTANCE.ordinal()] = 4;
} catch (NoSuchFieldError unused4) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_PARSER.ordinal()] = 5;
} catch (NoSuchFieldError unused5) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
} catch (NoSuchFieldError unused6) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7;
} catch (NoSuchFieldError unused7) {
}
}
}
@Override // com.google.protobuf.GeneratedMessageLite
public final Object dynamicMethod(GeneratedMessageLite.MethodToInvoke methodToInvoke, Object obj, Object obj2) {
AnonymousClass1 anonymousClass1 = null;
switch (AnonymousClass1.$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[methodToInvoke.ordinal()]) {
case 1:
return new TraceMetric();
case 2:
return new Builder(anonymousClass1);
case 3:
return GeneratedMessageLite.newMessageInfo(DEFAULT_INSTANCE, "\u0001\b\u0000\u0001\u0001\t\b\u0002\u0002\u0000\u0001ဈ\u0000\u0002ဇ\u0001\u0004ဂ\u0002\u0005ဂ\u0003\u00062\u0007\u001b\b2\t\u001b", new Object[]{"bitField0_", "name_", "isAuto_", "clientStartTimeUs_", "durationUs_", "counters_", CountersDefaultEntryHolder.defaultEntry, "subtraces_", TraceMetric.class, "customAttributes_", CustomAttributesDefaultEntryHolder.defaultEntry, "perfSessions_", PerfSession.class});
case 4:
return DEFAULT_INSTANCE;
case 5:
Parser<TraceMetric> parser = PARSER;
if (parser == null) {
synchronized (TraceMetric.class) {
try {
parser = PARSER;
if (parser == null) {
parser = new GeneratedMessageLite.DefaultInstanceBasedParser<>(DEFAULT_INSTANCE);
PARSER = parser;
}
} finally {
}
}
}
return parser;
case 6:
return (byte) 1;
case 7:
return null;
default:
throw new UnsupportedOperationException();
}
}
static {
TraceMetric traceMetric = new TraceMetric();
DEFAULT_INSTANCE = traceMetric;
GeneratedMessageLite.registerDefaultInstance(TraceMetric.class, traceMetric);
}
}

View File

@@ -0,0 +1,161 @@
package com.google.firebase.perf.v1;
import com.google.protobuf.GeneratedMessageLite;
import com.google.protobuf.Internal;
import com.google.protobuf.MessageLiteOrBuilder;
import com.google.protobuf.Parser;
/* loaded from: classes3.dex */
public final class TransportInfo extends GeneratedMessageLite implements MessageLiteOrBuilder {
private static final TransportInfo DEFAULT_INSTANCE;
public static final int DISPATCH_DESTINATION_FIELD_NUMBER = 1;
private static volatile Parser<TransportInfo> PARSER;
private int bitField0_;
private int dispatchDestination_;
public enum DispatchDestination implements Internal.EnumLite {
SOURCE_UNKNOWN(0),
FL_LEGACY_V1(1);
public static final int FL_LEGACY_V1_VALUE = 1;
public static final int SOURCE_UNKNOWN_VALUE = 0;
private static final Internal.EnumLiteMap<DispatchDestination> internalValueMap = new Internal.EnumLiteMap() { // from class: com.google.firebase.perf.v1.TransportInfo.DispatchDestination.1
@Override // com.google.protobuf.Internal.EnumLiteMap
public DispatchDestination findValueByNumber(int i) {
return DispatchDestination.forNumber(i);
}
};
private final int value;
public static DispatchDestination forNumber(int i) {
if (i == 0) {
return SOURCE_UNKNOWN;
}
if (i != 1) {
return null;
}
return FL_LEGACY_V1;
}
public static Internal.EnumLiteMap<DispatchDestination> internalGetValueMap() {
return internalValueMap;
}
@Override // com.google.protobuf.Internal.EnumLite
public final int getNumber() {
return this.value;
}
@Deprecated
public static DispatchDestination valueOf(int i) {
return forNumber(i);
}
public static Internal.EnumVerifier internalGetVerifier() {
return DispatchDestinationVerifier.INSTANCE;
}
public static final class DispatchDestinationVerifier implements Internal.EnumVerifier {
public static final Internal.EnumVerifier INSTANCE = new DispatchDestinationVerifier();
@Override // com.google.protobuf.Internal.EnumVerifier
public boolean isInRange(int i) {
return DispatchDestination.forNumber(i) != null;
}
}
DispatchDestination(int i) {
this.value = i;
}
}
public static final class Builder extends GeneratedMessageLite.Builder implements MessageLiteOrBuilder {
public /* synthetic */ Builder(AnonymousClass1 anonymousClass1) {
this();
}
public Builder() {
super(TransportInfo.DEFAULT_INSTANCE);
}
}
/* renamed from: com.google.firebase.perf.v1.TransportInfo$1, reason: invalid class name */
public static /* synthetic */ class AnonymousClass1 {
public static final /* synthetic */ int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke;
static {
int[] iArr = new int[GeneratedMessageLite.MethodToInvoke.values().length];
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke = iArr;
try {
iArr[GeneratedMessageLite.MethodToInvoke.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.NEW_BUILDER.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.BUILD_MESSAGE_INFO.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_DEFAULT_INSTANCE.ordinal()] = 4;
} catch (NoSuchFieldError unused4) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_PARSER.ordinal()] = 5;
} catch (NoSuchFieldError unused5) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
} catch (NoSuchFieldError unused6) {
}
try {
$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7;
} catch (NoSuchFieldError unused7) {
}
}
}
@Override // com.google.protobuf.GeneratedMessageLite
public final Object dynamicMethod(GeneratedMessageLite.MethodToInvoke methodToInvoke, Object obj, Object obj2) {
AnonymousClass1 anonymousClass1 = null;
switch (AnonymousClass1.$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[methodToInvoke.ordinal()]) {
case 1:
return new TransportInfo();
case 2:
return new Builder(anonymousClass1);
case 3:
return GeneratedMessageLite.newMessageInfo(DEFAULT_INSTANCE, "\u0001\u0001\u0000\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0001ဌ\u0000", new Object[]{"bitField0_", "dispatchDestination_", DispatchDestination.internalGetVerifier()});
case 4:
return DEFAULT_INSTANCE;
case 5:
Parser<TransportInfo> parser = PARSER;
if (parser == null) {
synchronized (TransportInfo.class) {
try {
parser = PARSER;
if (parser == null) {
parser = new GeneratedMessageLite.DefaultInstanceBasedParser<>(DEFAULT_INSTANCE);
PARSER = parser;
}
} finally {
}
}
}
return parser;
case 6:
return (byte) 1;
case 7:
return null;
default:
throw new UnsupportedOperationException();
}
}
static {
TransportInfo transportInfo = new TransportInfo();
DEFAULT_INSTANCE = transportInfo;
GeneratedMessageLite.registerDefaultInstance(TransportInfo.class, transportInfo);
}
}