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 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 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 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 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); } }