package com.google.crypto.tink.shaded.protobuf;

import java.util.List;
/* loaded from: classes5.dex */
public interface FieldMaskOrBuilder extends MessageLiteOrBuilder {
    String getPaths(int index);

    ByteString getPathsBytes(int index);

    int getPathsCount();

    List<String> getPathsList();
}
