package com.google.firebase.firestore;

/* JADX INFO: loaded from: classes3.dex */
public final class PersistentCacheIndexManager {
    private FirestoreClientProvider client;

    public PersistentCacheIndexManager(FirestoreClientProvider firestoreClientProvider) {
        this.client = firestoreClientProvider;
    }

    public void deleteAllIndexes() {
        this.client.procedure(new t(2));
    }

    public void disableIndexAutoCreation() {
        this.client.procedure(new t(1));
    }

    public void enableIndexAutoCreation() {
        this.client.procedure(new t(0));
    }
}
