package com.google.firebase.firestore.proto;

import com.google.firebase.firestore.proto.MaybeDocument;
import com.google.protobuf.InterfaceC1332t0;
import com.google.protobuf.InterfaceC1334u0;
import e4.r;

/* JADX INFO: loaded from: classes3.dex */
public interface MaybeDocumentOrBuilder extends InterfaceC1334u0 {
    @Override // com.google.protobuf.InterfaceC1334u0
    /* synthetic */ InterfaceC1332t0 getDefaultInstanceForType();

    r getDocument();

    MaybeDocument.DocumentTypeCase getDocumentTypeCase();

    boolean getHasCommittedMutations();

    NoDocument getNoDocument();

    UnknownDocument getUnknownDocument();

    boolean hasDocument();

    boolean hasNoDocument();

    boolean hasUnknownDocument();

    @Override // com.google.protobuf.InterfaceC1334u0
    /* synthetic */ boolean isInitialized();
}
