package e4;

import com.google.protobuf.InterfaceC1334u0;

/* JADX INFO: renamed from: e4.b0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C1972b0 extends com.google.protobuf.L implements InterfaceC1334u0 {
    public static final int ALL_DESCENDANTS_FIELD_NUMBER = 3;
    public static final int COLLECTION_ID_FIELD_NUMBER = 2;
    private static final C1972b0 DEFAULT_INSTANCE;
    private static volatile com.google.protobuf.B0 PARSER;
    private boolean allDescendants_;
    private String collectionId_ = "";

    static {
        C1972b0 c1972b0 = new C1972b0();
        DEFAULT_INSTANCE = c1972b0;
        com.google.protobuf.L.registerDefaultInstance(C1972b0.class, c1972b0);
    }

    public static void f(C1972b0 c1972b0, String str) {
        c1972b0.getClass();
        str.getClass();
        c1972b0.collectionId_ = str;
    }

    public static void g(C1972b0 c1972b0) {
        c1972b0.allDescendants_ = true;
    }

    public static C1970a0 j() {
        return (C1970a0) DEFAULT_INSTANCE.createBuilder();
    }

    @Override // com.google.protobuf.L
    public final Object dynamicMethod(com.google.protobuf.K k6, Object obj, Object obj2) {
        com.google.protobuf.B0 h5;
        switch (k6.ordinal()) {
            case 0:
                return (byte) 1;
            case 1:
                return null;
            case 2:
                return com.google.protobuf.L.newMessageInfo(DEFAULT_INSTANCE, "\u0000\u0002\u0000\u0000\u0002\u0003\u0002\u0000\u0000\u0000\u0002Ȉ\u0003\u0007", new Object[]{"collectionId_", "allDescendants_"});
            case 3:
                return new C1972b0();
            case 4:
                return new C1970a0(DEFAULT_INSTANCE);
            case 5:
                return DEFAULT_INSTANCE;
            case 6:
                com.google.protobuf.B0 b02 = PARSER;
                if (b02 != null) {
                    return b02;
                }
                synchronized (C1972b0.class) {
                    try {
                        h5 = PARSER;
                        if (h5 == null) {
                            h5 = new com.google.protobuf.H(DEFAULT_INSTANCE);
                            PARSER = h5;
                        }
                    } catch (Throwable th) {
                        throw th;
                    }
                    break;
                }
                return h5;
            default:
                throw new UnsupportedOperationException();
        }
    }

    public final boolean h() {
        return this.allDescendants_;
    }

    public final String i() {
        return this.collectionId_;
    }
}
